help.h

来自「经典的K-means对非链接主题无关网页关键资源页面判定」· C头文件 代码 · 共 32 行

H
32
字号
#if !defined(HELP_H)
#define HELP_H

// Standard C++ headers.
 
#include <iostream>
#include <fstream>
#include <ctime>
#include <vector>
#include <list>
#include <cassert>
#include <cstdio>
#include <cstddef>
 
#include <hash_map>
#include <cmath>
#include <iostream>

  
const int ITERATION=100;
const int MAXCENTSIZE=2;
const int TYPEA=1;
const int TYPEB=2;
const int  RANDOMCENT=1;
const int  HEURISTICENT=2;
const int  CENTYPPE=HEURISTICENT;

//const  int  NODESIZE=
 
using namespace std;
using namespace stdext;
#endif 

⌨️ 快捷键说明

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