[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
unit ECO_srch;
interface
function blockpos(var buffer;size: word;s: string): integer;
type
boyertable = record
match : string;
matchlength : byte;
table : array[char] of byte
end;
procedure makeboyertable(matchstring: string;var table: boyertable);
function boyermoore(
var bufferaddr;size: word;start: word;var table: boyertable
): word;
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson