资源列表
EightQueen
- 八皇后问题的c语音实现,简单易懂,并算出所有可能组合。-C voice to achieve the eight queens problem is simple to understand and calculate all the possible combinations.
Simple-caculator
- 实现压栈出栈的计算机程序 调试通过 对于对栈学习的人 很有帮助-Realization push the stack of computer program debugging through the stack and learn helpful for
heapsort
- 利用堆实现k路排序 代码完整 调试成功 c代码实现 对于学习堆排序的 很有帮助-Road use heap sort code integrity achieve k c code debugging success HEAPSORT helpful for learning
Binary-Tree
- C++,数据结构,判断二叉树是否为二叉排序树和平衡二叉树C++版本-C++, data structures, to determine whether the judge binary binary sort tree and balanced binary C++ version
graph
- 数据结构,建立图,实现图的深度和广度优先搜索,最小生成树,最短路径-Data structure, the establishment figure, to achieve the depth and breadth-first search, minimum spanning tree, shortest path
HuffmanTree
- 静态建立Huffman树,数据结构,静态,huffman树-Static build Huffman tree data structures, static, huffman tree
contacts
- 用顺序存储结构建立通讯录,C语言,可创建,插入,删除,查找-Establish contacts with sequential storage structure, C language, you can create, insert, delete, search
contacts
- 用链表建立通讯录,C语言,链表,可创建,插入,删除,查找-Establish contacts, C language, the list with the list, you can create, insert, delete, search
contraction_hierarchies-master
- 实现了dijstra算法的c++代码,但是计算速度不是很理想-Achieved dijstra algorithm c++ code
Joseph-ring
- 数据结构链表经典习题约瑟夫环,包涵其实现的源代码,在VC++6.0下运行就可实现-Linked list data structure classic exercises Joseph ring, with the realization of the source code, running under VC++6.0 can be achieved
人工鱼群算法C++代码
- 此人工鱼群算法为解决TSP问题的,是C++代码源程序,是可以运行的……
SVM(SMO)分类器
- JAVA语言编写的SVM分类器,附带源代码,可直接运行