资源列表
MARK_KNN
- k-nearest-neighbor K近邻算法的C++实现,训练后模型可以对测试数据进行归类。找了一些PUDN上的程序发现都没有很好的训练和测试数据集,所以自己写了一个直接放在main函数里面,不要从外部文件读取。工程运行于vc++ 6.0环境。Debug目下exe文件可以直接双击运行查看结果。-K nearest neighbor of C++ implementation, training model can be classified on the test data. Find so
HuoLang
- 货郎担 分支限界 的相关代码 共同共享
data_struct
- 这是有关中科大的数据结构PPT,可供大家学习,尤其是考研的朋友参考!
bplustree
- b+树算法的c语言实现,编译后运行,可以测试b+树的生成、插入、删除、搜索-b+ tree algorithm c-language implementation, compiled to run, you can test the generation of b+ tree, insert, delete, search
revenue-in-long-term
- CAPM定理认为系统风险越大,则股票收益越大,然而,长期中,事实并非如此。该套代码验证了再长期情况下股票风险与收益的对应关系-CAPM principle has demonstrate that a good return always accompanies the big risk. But it may be wrong in the long-term perspective.
TICKETS
- 订票程序,用数据结构的线性结构,实现订票、退票、统计等等功能-Booking procedures, the linear structure of the data structure used to realize booking, refund, statistics, etc. feature
sjjgjdsf
- 数据结构及算法经典 讲述数据结构的经典算法c源程序
mathbook
- it is good note for who look for mathematival formulation
LINUX
- 操作系统资料,涉及到linuxOS实验和程序设计
data-structure
- 严蔚敏《数据结构》源代码,包括C语言代码和C++代码,还不错-Yan Weiming<data structure>source code
TraversingGraph
- 数据结构中的图的遍历问题。 设计一个网络蜘蛛系统,用有向网表示网页的链接网络,其中,顶点表示某个网页,有向弧表示网络之间的链接关系。并且分别以a. 深度优先搜索,b. 广度优先搜索的策略抓取网页。-The graph data structure traversal problem. Design a web spider system, with a link to the web page that network, where vertices a page, there is the
Queen
- 经典8皇后问题程序,在vc6.0运行通过
