misc.h

来自「数据流关联规则挖掘算法moment」· C头文件 代码 · 共 40 行

H
40
字号
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
Header: misc.h
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#ifndef misc_H
#define misc_H

#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <algorithm>
#include <functional>
#include <vector>
#include <list>
#include <iterator>
#include <map>
#include <hash_map>
#include <set>
#include <queue>
#include <stack>
#include <algorithm>
#include <cmath>
#include <ctime>
#include <utility>

using namespace std;

extern unsigned int WINDOW_SIZE;
extern unsigned int SUPPORT;
extern unsigned short MAX_ITEM;
extern unsigned int TRANSACTION_SIZE;

extern const unsigned short ENDSHORT;
extern const int ENDINT;

extern long numberOfExploreCall;

#endif //misc_H

⌨️ 快捷键说明

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