资源列表
[数据结构常用算法] TSPMachine
说明:A星算法求解旅行商问题一共有n个城市,某推销员从其中的一个城市A出发经过每个城市一次且仅一次后回到A,求代价最小的路径。-Traveling Salesman Problem<songbaoli> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] luowenfeng
说明:建立试题库文件,随机产生n个题目; 题目涉及加减乘除,带括弧的混合运算; 利用栈求解表达式的值; 随时可以退出; 保留历史分数,能回顾历史,给出与历史分数比较后的评价- The establishment of test database file, the subject of n randomly generated topics related to addition, subtraction, mixed<赵传喜> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] EightPPuzzle
说明:这是用C++写的八数码和八王后问题的代码,功能可能简单点,但是都实现了基本功能。所以是应付课程设计的不错选择。-This is written in C++ digital and eight queen problem code, functions may be simple, but can realize the basic functions of. So it is a good choice to cope with th<lzq> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] source_code
说明:1.排序算法:快排,插入排序,选择排序,冒泡排序,堆排,归并排序 2.无向图:建立邻接表,并深度遍历 3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历 4.二叉排序树:建树并插入、删除结点 5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc. 2.graph:cr<zyw> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] MyCalculator
说明:严蔚敏数据结构练习题,利用树结构实现简单的十进制计算器-using the tree data structure to realize a simple Calculator<冬冬> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] sort
说明:设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。-Design a test program the comparison of several internal sort algorithm of the key word more times and mobile number in order to obtain intuitive feel.<zhucaiming> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] pagereplace
说明:页面置换算法演示,程序中含有一些对控制台输出和事件进行控制的API函数.-Demo page replacement algorithm, the program contains some of the console output and the control of the incident API function.<陈小东> 在 2024-11-16 上传 | 大小:15kb | 下载:0
[数据结构常用算法] prolog-BFS
说明:在用prolog实现BFS算法,基本思想不同于dfs是bfs使用queue而不是stack-Using BFS in prolog<霍锋> 在 2024-11-16 上传 | 大小:15kb | 下载:0