说明:旅行商问题概述:找出一条n个给定的城市间的最短路径,使我们在回到出发的城市之前,对每个城市都只访问一次,即最短哈密顿回路问题。-Overview of the traveling salesman problem: to find the shortest path between a n given cities, so that before we return to the starting city, visit each ci <叶金鑫> 在 2025-02-03 上传
| 大小:1.03mb | 下载:0
说明:查找k1-k2问题从包含n个整数的无序列表中输出第k1小到第k2小之间的所有整数,其中k1<=k2。必须用分治法求解,但是不能简单地重复使用求第k小元素的分治法-Find the small k1 to k2 small integer, k1-k2, the problem from an unordered list with n integers in the output, where k1 < = k2. Divid <叶金鑫> 在 2025-02-03 上传
| 大小:1kb | 下载:0
说明:考虑右边的无向网,设计算法输出从顶点a到顶点i的一条带权路径长度最短的简单路径.采用递归或非递归的深度优先或广度优先遍历算法扩展实现-Consider the right to the network design algorithm output realization of recursive and non recursive depth-first or breadth-first traversal algorithm ext <叶金鑫> 在 2025-02-03 上传
| 大小:2kb | 下载:0
说明:动态规划法求两个序列的最长公共子序列及其长度-The dynamic programming method to seek the longest common subsequence and its length of two sequences <叶金鑫> 在 2025-02-03 上传
| 大小:1kb | 下载:0
说明:这个压缩包包含了c语言版的数据结构中一些经典的上机例子,也是学习数据结构必须要会做的一些题目的代码。-This package contains the data structure in c language version of the classic example, but also to learn the code of the data structures must be doing some of the topics <xiaoxiao> 在 2025-02-03 上传
| 大小:34kb | 下载:0
说明:该程序用c++语言实现了算法设计学习中经典的0-1问题、旅行者最短路径问题。-The program c++ language to achieve a classic 0-1 in the algorithm design learning Traveler shortest path problem. <李丹> 在 2025-02-03 上传
| 大小:2kb | 下载:0
说明:该程序用c++语言实现了计算机专业课中算法设计学习中经典的多边形游戏和最大子段和问题-The program c++ language to achieve the classic polygon game in the study of algorithm design and the largest sub-segment and problems <李丹> 在 2025-02-03 上传
| 大小:1kb | 下载:0
说明:用c写的,m个人的成绩存放在score数组中,请编写函数fun,它的功能是:将低于平均分的人数作为函数值返回,将低于平均分的分数放在below所指定的数组中。用vc++6.0运行 -Written with c, m, personal results stored in the score array, write the function fun, its functions are: to be lower than the av <晨海旭日> 在 2025-02-03 上传
| 大小:6kb | 下载:0
说明:这个文件包含了处理数据结构课程学习中的字符串逆序问题和经典的排序程序。-This file contains the string in the reverse problem in processing data structures course, and the classic sort program. <李丹> 在 2025-02-03 上传
| 大小:1kb | 下载:0