Dspam数据结构

454阅读 0评论2009-11-29 pymain
分类:

Dspam的数据结构有好几种,包括:

buffer.h
hash.h
heap.h
list.h
nodetree.h

buffer.h 动态的字符串结构
hash.h 哈希结构
heap.h 堆结构
list.h 链表结构
nodetree.h 节点树结构
上一篇:Dspam目录结构
下一篇:简单搭建Debian+Postfix+Dspam