资源列表
eightqueens
- 算法中的经典问题:八皇后问题,回溯法的重要应用-eightqueens in C language
tree
- 一个可以生成美丽仿真树的软件源码,可以真真体现树的效果
Hanoi
- hanio 塔问题,使用C++完成。工程包,有源码与工程-hanio tower use C++ programing
tsp
- 旅行商问题的动态规划解法 (XMU)
2migong
- VC++实现迷宫,属于数据结构习题,利用堆栈操作
KXC251_A_2006Exam
- 外国C++数据结构的试卷,看看外国大学考试的难度-Foreign C++ Data structure of the paper, take a look at the difficulty of exams in foreign universities
tree
- 数据结构算法分析中的又一经典问题,二叉树问题。自己编的VC++源码-Data structures algorithm analysis in another classical problem, binary tree problem. Own series of VC++ source code
01pack
- 用动态规划,贪心算法等算法实现01背包问题-Using dynamic programming, greedy algorithm knapsack problem algorithm 01
Data-Structure2
- 运动会分数统计(数据结构课程设计) 1.在程序中可以在用户端输入各个项目的前三名或前五名的成绩; 2.程序能执行的命令: ①能统计各学校总分; ②可以按学校编号、学校总分、男女团体总分排序输出; ③可以按学校编号查询学校某个项目的情况; ④可以按项目编号查询取得前三或前五名的学校。-Data Structure
huffman
- 数据结构c语言版哈夫曼树算法-Data Structure c-language version of the Huffman tree algorithm
phonesearch
- 数据结构课程设计,实现电话查询系统 数据结构课程设计,实现电话查询系统-phone search phone search phone search phone search
BMalthorithm
- BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
