⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 collect.h

📁 一个C语言写的快速贝叶斯垃圾邮件过滤工具
💻 H
字号:
/* $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -