文件名称:windows
介绍说明--下载内容均来自于网络,请自行研究使用
滑动窗口模拟
// 对滑动窗口中每一个2字节串排序
// 排序是为了进行快速术语匹配
// 排序的方法是用一个64k大小的指针数组
// 数组下标依次对应每一个2字节串:(00 00) (00 01) ... (01 00) (01 01) ...
// 每一个指针指向一个链表,链表中的节点为该2字节串的每一个出现位置
-Simulation of sliding window// on the sliding window in each of a 2-byte string to sort// sort is quick terminology in order to match// sorting method is a 64k-sized pointer array// array subscr ipt corresponding to each followed by a 2-byte Series: (00 00) (00 01) ... (01 00) (01 01) ...// each pointer to a linked list, linked list of nodes for 2-byte string for each occurrence
// 对滑动窗口中每一个2字节串排序
// 排序是为了进行快速术语匹配
// 排序的方法是用一个64k大小的指针数组
// 数组下标依次对应每一个2字节串:(00 00) (00 01) ... (01 00) (01 01) ...
// 每一个指针指向一个链表,链表中的节点为该2字节串的每一个出现位置
-Simulation of sliding window// on the sliding window in each of a 2-byte string to sort// sort is quick terminology in order to match// sorting method is a 64k-sized pointer array// array subscr ipt corresponding to each followed by a 2-byte Series: (00 00) (00 01) ... (01 00) (01 01) ...// each pointer to a linked list, linked list of nodes for 2-byte string for each occurrence
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第十章程序
..........\lz.cpp
..........\readme.txt
..........\lz.cpp
..........\readme.txt