搜索资源列表
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
linux-2.4.17-2.tar
- 这是异常珍贵的,非常难得的Linux2.4版本的源码,在市面上已经无法找到了。Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -This is extrem
dicitionary
- 能简单的实现在自己创建的单词库中查找单词-Simple Find words create your own word library
task-1-stu.tar
- 电子辞典查找英文单词,使用起来相对很方便,可以查找英文单词,也可以查找汉字,进行翻译,但必须有词库-Find English electronic dictionary word, it is relatively easy to use, you can find English words, you can also find Chinese characters, for translation, but there must thesaurus
Soundex
- Encodes a string into a Soundex value. Soundex is an encoding used to relate similar names, but can also be used as a general purpose scheme to find word with similar phonemes for Linux.
pb_buffer_fenced
- Fenced buffers is actually a misnomer. They should be referred as fenceable buffers , i.e, buffers that can be fenced, but I couldn t find the word fenceable in the dictionary. - Fenced buffers is actually a misnomer. They should be referred as
fls
- fls - find last (most-significant) bit set @x: the word to search.
Practica2
- this porgram do the binary find. we find words in a file with this program. We can realice a one word find, OR find od two words or AND find of two words
