- 28
- 0
- 约1.49万字
- 约 53页
- 2016-09-20 发布于浙江
- 举报
* * * * * * * * * * * * * * Boyer-Moore Algorithm (cont.) Step 1 Fill in the bad-symbol shift table Step 2 Fill in the good-suffix shift table Step 3 Align the pattern against the beginning of the text Step 4 Repeat until a matching substring is found or text ends: Compare the corresponding characters right to left. If no characters match, retrieve entry t1(c) from the bad-symbol table for the text’s character c causing the mismatch and shift the pattern to the right by t1(c). If 0 k m characters are matched, retrieve entry t1(c) from the bad-symbol table for the text’s character
您可能关注的文档
- 《OPERATING SYSTEMS教学课件》ch4.ppt
- 《OPERATING SYSTEMS教学课件》ch5.ppt
- 《OPERATING SYSTEMS教学课件》ch6.ppt
- 《Struts2与控制器Action》hibernate1.ppt
- 《Struts2与控制器Action》hibernate2.ppt
- 《Struts2与控制器Action》hibernate3.ppt
- 《Struts2与控制器Action》hibernate4.ppt
- 《Struts2与控制器Action》spring1.ppt
- 《Struts2与控制器Action》spring2.ppt
- 《Struts2与控制器Action》Spring-AOP.ppt
原创力文档

文档评论(0)