资源列表
ex12
- 链表的建立,删除,插入,倒置,显示,排序等操作-The establishment of the list, delete, insert, inverted, display, sorting and other operations
BM-algorithm
- 一种快速对比字符串的BM算法,可以根据需要加入到自己的工程中-bm algorithm
nqueens
- 本程序实现的是回溯法解决N皇后问题,并且还有图形化显示。-Implementation of this program is backtracking to solve N Queens problem, and also displayed graphically.
PMP
- 喜欢做一个软件项目经理吗~ 那就一起学习吧~这里提供了项目管理的一些资料~希望有用哦
DSDemoW
- 数据结构程序的演示光盘,能了解数据结构的课程-Data structure procedures demonstration CD-ROM, to understand the data structure course
datastructureforc++
- C++数据结构 -C++ Data structure C++ Data structure
KMP
- KMP算法,对学习数据结构的同学有一些帮助-KMP algorithm, students learning data structures
binaryTree
- 实现了二叉树的相关操作,可显示结点,也可用三种方式遍历,代码无错,可正确执行-A binary tree operation, node, and also can be used in three ways traversal, error-free code can be executed correctly
4
- 学习数据结构的难点之处,就在于实现很抽象不易于理解。而本压缩包包含的数据结构演示器刚好能帮助你解决这一难题。该演示器功能完善,你既可以逐步演示,还可以不间断的演示,能让你实时的观察到这些过程,这无疑会对你学习数据结构产生很大的帮助-Learning difficulties between the data structure, it is not easy to achieve very abstract understanding. The package contains the comp
BaHuangHou
- 8皇后问题源代码,可供学生学习,初学者可用,非常好的-8 queen problem source code, may be learning for students, beginners can be used, very good
LCS
- VC实现输入两个字符串,利用动态规划思想求的最长公共子序列。有可视化界面。-VC the input two strings, the use of dynamic programming requirements of the longest common subsequence. A visual interface.
bigint
- 使用vs2010开发环境编写的建立大整形数类来完成大整数之间的四则运算。简单且注释清楚。在C++课程学习中常见。-Use vs2010 development environment written in establishing large number of classes to complete orthopedic four operations between large integers. Simple and clear comments