资源列表

« 1 2 ... .95 .96 .97 .98 .99 1700.01 .02 .03 .04 .05 ... 2656 »

[数据结构常用算法TSP

说明:回溯法解决TSP问题,对于任何的无向图,只要存在回路均可找到,无回路也可检测出来!-Backtracking to solve TSP problem, for any undirected graph, loop as long as there can be found, no loop can be detected!
<Horace> 在 2024-10-06 上传 | 大小:5120 | 下载:0

[数据结构常用算法nqueens

说明:分支限界法解决皇后问题,在nxn棋盘上放n个棋子,要求两个棋子不能放在同一列上-Queens branch and bound method to solve the problem, put the board in the nxn n-piece, two pieces can not be requested on the same column
<王浩文> 在 2024-10-06 上传 | 大小:1183744 | 下载:0

[数据结构常用算法dijkstra

说明:dijkstra算法,主体是别人的,自己改进了当剩余点不可到达时的 多余更新距离和比较距离操作,-dijkstra.erase the unnecessary course when the left set of points can not be reached
<zhaojianguang> 在 2024-10-06 上传 | 大小:244736 | 下载:0

[数据结构常用算法Algorithm

说明:几种常用算法的演示,包括很多课本上例子,比如背包,I/O,最优等。-Demonstration of several commonly used algorithms
<黄侑> 在 2024-10-06 上传 | 大小:6821888 | 下载:0

[数据结构常用算法prim

说明:c语言实现的Prim算法,用来求无向图的最小生成树-failed to translate
<风海> 在 2024-10-06 上传 | 大小:7168 | 下载:0

[数据结构常用算法shezhimima

说明:本程序是一个设置密码的实例,当用户输入错误的密码的时候,系统提示密码错误并要求重新输入,只有输入了正确的密码,才能进行下一步操作。-This procedure is a set of code examples, when a user enters the wrong password prompt, and request to enter the password mistake, only the correct passwo
<小宋> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法huochechexiangchongpai

说明:本程序演示的是一个火车车厢重排事件。从本程序中可以学习如何用栈来解决复杂的排列问题。-This is a demo program trains rearrangement of events. From this program can learn how to use the stack to solve complicated arrangement.
<小宋> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法Josephus_CircList

说明:用循环链表求解约瑟夫问题,采用C++语言,内含详细注释,个人认为用数据结构方式解决约瑟夫问题比采用数组更容易理解-Joseph solving the problem with the circulation list, using C++ language, containing detailed comments, personally think that the data structure used to resolve th
<weiw> 在 2024-10-06 上传 | 大小:1010688 | 下载:0

[数据结构常用算法2010quicksort

说明:c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method
<郑湾州> 在 2024-10-06 上传 | 大小:30720 | 下载:0

[数据结构常用算法string_structure

说明:关于字符串的数据结构应用,有kmp,扩展kmp,单词前缀树的近似kmp,后缀数组。求最多重复子串。-On the string data structure applications, kmp, expansion kmp, word prefix tree approximation kmp, suffix array. Seeking up to repeated substring.
<Mr.Only> 在 2024-10-06 上传 | 大小:4096 | 下载:0

[数据结构常用算法graphy_theory

说明:关于图论的一些算法和应用。 网络流、上下界网络流、km最佳匹配,弦图判定,一般图最大匹配,有向图最小生成树。-Some on the graph theory algorithms and applications. Network flows, network flow bounds, km best match the string diagram as to the general graph maximum matching,
<Mr.Only> 在 2024-10-06 上传 | 大小:8192 | 下载:0

[数据结构常用算法Maze

说明:走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
<张晓东> 在 2024-10-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 1700.01 .02 .03 .04 .05 ... 2656 »

源码中国 www.ymcn.org