*/
This unit implements the Boyer-Moore-Horspool pattern searching
Submitted By:
Unknown
Rating:
(Not rated) (
Rate It)
algorithm. The algorithm searches for a pattern within a
buffer. I have added functions to implement the searches with
files of any type.
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
3400
Comments (1)
Problems
Posted by: Jody on Friday, October 12, 2001
I downloaded this but cannot implement it because there are errors in the code and it won't compile.
MaxAvail is never defined anywhere, and this line comes up as incompatible types:
blockread(FileToSearch,Buffer^,sizeof(Buffer^),BytesRead);
The e-mail address provided is not valid as my message came back as undeliverable. If the errors can be fixed, I would still like to use the code.
Add Your Rating