globals.h

来自「关联规则中转换树算法在VC下的实现」· C头文件 代码 · 共 22 行

H
22
字号
///////////////////////////////////////
// Globals.h ---  Global Declaration
///////////////////////////////////////
#include "buffer.h"

#define ITEM_NUM 10001
#define MFI 0
#define CFI 1
#define FI  2
#define BINARY		// input file is a binary file or an ASCII file

struct Node;
extern CAssocRuleApp *app ;
typedef int ItemType;
typedef int CountType;

extern int TransLen;
extern ItemType  *f1item;
extern CountType *f1count;
extern double totalFIs;
extern int shown;
extern memory* fp_buf;

⌨️ 快捷键说明

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