搜索资源列表
LZ78encodinganddecoding
- LZ78的编码思想是不断地从字符流中提取新的“缀-符串(String)”(通俗地理解为新“词条”),然后用“代号”也就是码字(Code word)表示这个“词条”。这样一来,对字符流的编码就变成了用码字(Code word)去替换字符流,生成码字流,从而达到压缩数据的目的。 -LZ78 encoding idea is to continually extracted from the character stream the new " infix- character string
text-editor
- 小型文本编辑器的设计 设计一个文本编辑器,使其具有通常编辑器(如Notepad)所应具备的基本功能。 ①该编辑器在串基本抽象数据型上构造。 ②编辑器具备如字符串查找,字符串替换,统计字数,统计行数等基本功能。-Small text editor s Design Design a text editor, it has generally editor (such as Notepad) should have the basic functions. ① The ed
