搜索资源列表
floatMec
- 极大熵聚类算法的C++实现,输入为二维矩阵,修改宏定义可实现多维-Maximum Entropy Clustering Algorithm C++ implementation, the input for the two-dimensional matrix, can be modified to achieve multi-dimensional macro definition
migong_problem
- 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code
CPP_Standard_Library
- C++标准库源代码_C++ STL Source Code 请不要修改任何文件,如果您修改某些文件,会导致库内部的不统一。请参考The C++ Programming Language及 The C++ Standard Library。-C++ Programming Language The C++ Standard Library
CPP_STL-good-examples
- C++ STL范例大全,内含标准库中所有容器的使用方法介绍,合适初学者学习研究,有错的地方本人也进行了适当修改,大家共同进步!-C++ STL examples of documents, containing all container used in the standard library introduction, suitable for beginners to learn the wrong place with appropriate modifications, we make
count_word
- 统计文本中的单词个数,并按出现次数降序输出(支持大文本),原版是http://www.oschina.net/code/snippet_176897_7944。采用hash_map,GCC采用#include <ext/hash_map>。修改版本是VS2010采用#include <hash_map>using namespace stdext VC调用hash_map的例子,值得学习。-The number of words in the statistics tex
chtrrd
- HTML表格格式检测,自动生成错误文件以便修改。-HTML table format detection, automatically generated error file to modify.
pwwHash
- 将彭文伟哈希算法的漏洞进行修改 优化普通map的性能和哈希map的内存-modify some bug