资源列表

« 1 2 ... .69 .70 .71 .72 .73 574.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法Hamilton

说明:利用回溯法求解hamilton回路的算法-Use of backtracking algorithms for solving circuit hamilton
<吕东> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法perm

说明:利用回溯法求解背包问题和全排列的算法,用c++实现。-The use of retrospective method knapsack problem and the whole array of algorithms, using c++ realize.
<吕东> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法package

说明:用动态规划来解背包问题,很不错的算法,可以学习学习-Using dynamic programming to solve knapsack problem, it is a good algorithm, you can learn
<qk> 在 2025-01-31 上传 | 大小:244kb | 下载:0

[数据结构常用算法three-sample-of-Data-Structure

说明:数据结构,一共有三个文件,多项式相加,二叉树几种操作,数组正负排序-Data structure, a total of three documents, the sum of polynomials, binary tree several operations to sort the array of plus or minus
<luo> 在 2025-01-31 上传 | 大小:3kb | 下载:0

[数据结构常用算法SelectList

说明:查询链表。数据结构中算法小程序。很适用哟!-Query list. Data structure algorithm applet. Very applicable yo!
<林林> 在 2025-01-31 上传 | 大小:155kb | 下载:0

[数据结构常用算法DeleteList

说明:删除链表。数据结构中算法小程序。初学者很适用的。-Delete list. Data structure algorithm applet. Beginners are applicable.
<林林> 在 2025-01-31 上传 | 大小:154kb | 下载:0

[数据结构常用算法dui

说明:堆排序,数据结构算法小程序。初学者很适用-HEAPSORT, data structure algorithm applet. Beginners are applicable. .
<林林> 在 2025-01-31 上传 | 大小:149kb | 下载:0

[数据结构常用算法knapsack.ok

说明:是一个背包算法程序,可以实现简单的背包原理算,对理解这一算法很有帮助。-this is a algorithm of napsake, can be achive application of napsake, it is useful to understanding the algorithm.
<wang chao> 在 2025-01-31 上传 | 大小:2kb | 下载:0

[数据结构常用算法SUANFA

说明:计算机算法课程中的实验 单源点最短路径问题 可以自由输入有向权图 -Computer algorithms course experiments, single source shortest path problem has to be free to enter the right of Figure
<lanrui> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法hannuota

说明:算法思路:   1.如果只有一个金片,则把该金片从源移动到目标棒,结束。   2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒.   3.单纯对于有N个金片要挪动的步数求出, 可以使用递推方法,满足递推方程f(i) = f(i - 1) * 2 + 1-Algorithm idea: 1. If there is only a gold film, while th
<huaying> 在 2025-01-31 上传 | 大小:356kb | 下载:0

[数据结构常用算法queen

说明:在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-In an 8 × 8 chess set, there' s eight, each accounting for one' s cell request will not be mutual between Queen' s " attac
<huaying> 在 2025-01-31 上传 | 大小:330kb | 下载:0

[数据结构常用算法bianli

说明:遍历二叉树 是指以一定的次序访问二叉树中的每个结点,并且每个结点仅被访问一次见图-Binary tree traversal refers to a certain tree in order to visit each node and each node has been visited only once see Figure
<huaying> 在 2025-01-31 上传 | 大小:307kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 574.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org