collect.h
来自「一个C语言写的快速贝叶斯垃圾邮件过滤工具」· C头文件 代码 · 共 22 行
H
22 行
/* $Id: collect.h,v 1.11 2003/11/24 19:27:47 relson Exp $ *//*****************************************************************************NAME: collect.h -- global definitions for the collect library, part of bogofilter******************************************************************************/#ifndef COLLECT_H#define COLLECT_H#include "token.h"#include "wordhash.h"extern void wordprop_init(void *vwordprop);extern void wordcnts_init(void *vwordcnts);extern void wordcnts_incr(wordcnts_t *w1, wordcnts_t *w2);extern void collect_words(wordhash_t *wh);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?