资源列表
Eight-queens-problem
- 关于数据结构中二叉树的一个实例,代码比较简单,容易看懂。-About one example of a binary tree data structure, code is relatively simple, easy to understand.
airplane
- 一个飞机起飞降落的程序代码,需要调试,比较简单,容易看到。-A takeoff landing program code, need to debug, simple, easy to see.
Way_to_Algorithm
- 挑战算法之路中的具体实现代码,主要涉及信息学竞赛,计算机程序设计竞赛,以及《算法导论》中一些经典算法与题目具体实现~-Way to Algorithm
poly
- 采用链表结构进行一元多项式的相加的VC++工程文件-List structure using the sum of one yuan polynomial VC++ project files
mintree
- 最小生成树,函数,画图,需要再自己编个主函数-min tree
(2)
- 关于图书馆管理系统的模糊查找,可查找书籍,书名,等-Fuzzy Lookup
libsvmtest
- libSVM簡介 這是台大林智仁老師所開發的SVM工具,應該是世界上最好用且最主流的SVM,許多國內外的研究都透過他完成的。其實SVM之所以會成為主流,是因為它的效率較高,而且結果也不錯,甚至有學者認為SVM可以取代類神經網路(林國峰等,2009)。-libSVM Introduction This is NTU prof developed SVM tool, it should be the world' s best and most mainstream use of SVM
datastructure
- C++数据结构中栈的应用 等价表达式的源代码-C++ application stack data structure equivalent expression source code
train-station--sale
- 是对火车站的售票系统的设计与实现,包括售票,退票,剩余票数等功能,对学习数据结构有很大的帮助。-The design and realization of the railway station ticket system, including ticketing, refund, the remaining votes and other functions, to learn the data structure of great help.
Dinkelbach
- 最优比率生成树,设计Dinkelbach定理,运用prim算法与迭代算法-Minimum ratio spanning tree
binary-tree
- 用C语言实现的二叉树的创建、添加节点、删除节点、递归和非递归遍历以及层次遍历-Using C language to create two fork tree, add node, delete node, recursive and non recursive traversal and hierarchical traversal
singlelist
- 单链表完备操作(创建,链表长度,节点插入,删除,定位,排序,逆序,打印等)-Single list complete operations (create, chain length, node insert, delete, positioning, sorting, in reverse order, printing, etc.)