prob.h

来自「一个C语言写的快速贝叶斯垃圾邮件过滤工具」· C头文件 代码 · 共 21 行

H
21
字号
/* $Id: prob.h,v 1.5 2005/01/17 03:00:48 relson Exp $ *//*****************************************************************************NAME:   prob.h -- constants and declarations for prob.cAUTHOR:   David Relson <relson@osagesoftware.com>******************************************************************************/#ifndef	PROB_H#define	PROB_H/** calculate the probability that a token is bad */extern double calc_prob(uint good, uint bad, uint goodmsgs, uint badmsgs);#endif	/* PROB_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?