资源列表

« 1 2 ... .80 .81 .82 .83 .84 2485.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法n-Queen

说明:算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
<王涛> 在 2024-11-06 上传 | 大小:251904 | 下载:0

[数据结构常用算法MaxClique

说明:回朔法解决最大团问题:G的最大团是指G中所含顶点数最多的团-back Schomburg France's largest corporations to solve the problem : G the largest group G is contained in a maximum number of vertices the league
<王涛> 在 2024-11-06 上传 | 大小:62464 | 下载:0

[数据结构常用算法01package

说明:背包问题优先队列分枝限界算法 所谓的背包问题,可以描述如下:一个小偷打劫一个保险箱,发现柜子里有N类不同大小与价值的物品,但小偷只有一个容积为M的背包来装东西,背包问题就是要找出一个小偷选择所偷物品的组合,以使偷走的物品总价值最大。这个问题的求解有很多种方法,本程序使用分枝限界法求解。-knapsack problem Branch and Bound priority queue algorithm called knapsack
<王涛> 在 2024-11-06 上传 | 大小:238592 | 下载:0

[数据结构常用算法gtrtgdfg

说明: 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered
<03500218> 在 2024-11-06 上传 | 大小:161792 | 下载:0

[数据结构常用算法VCsort

说明:经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助-classic VC ranking source code resulted in the win32 interface form, and I hope to use all the help
<wxinyuan> 在 2024-11-06 上传 | 大小:3713024 | 下载:0

[数据结构常用算法LSshixian

说明:顺序表类型的实现,数据结构清华大学严老师C语言第二版算法。-order to achieve the type of data structure Tsinghua University teachers strict version of the second C-language algorithm.
<燕先生> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法firstchap

说明:数据结构中所有算法的实现,清华大学小严辞C语言版本-data structure of the algorithm to achieve all Qinghua small C-language version of the biblical
<燕先生> 在 2024-11-06 上传 | 大小:10240 | 下载:0

[数据结构常用算法btrxzhc

说明:二叉树的先序,中序,后序,按层遍历算法。以中序输入,用‘#’代替叶子节点的子节点输入。-binary tree first sequence, sequence after sequence, layer by traversal algorithm. The order to import, use '#' instead of the leaf nodes for input nodes.
<chen> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法graphshguang

说明:图的深度优先遍历和广度优先遍历,以邻接矩阵方式输入。(按照提示输入)! -map the depth and breadth traversal priority priority traverse to the adjacency matrix input. (According to the prompt entry)!
<chen> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法fento3

说明:用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序-used to achieve the various sequencing algorithms, graphical interface, insert can be realized, in order of ranking exchange, SELECTION SORT, the merger sort of base seq
<llxxff> 在 2024-11-06 上传 | 大小:174080 | 下载:0

[数据结构常用算法3511

说明:程序分析,主要功能有,但界面还没加上,基本实现了功能要求。-program analysis, the main function, but with no interface and the basic realization of the functional requirements.
<陈斌> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法Demo2

说明:链队列的操作及普里姆算法的演示,便于理解算法。-chain operation and Primbetov algorithm demo, easily comprehensible algorithms.
<陈斌> 在 2024-11-06 上传 | 大小:11264 | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 2485.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org