资源列表

« 1 2 ... .04 .05 .06 .07 .08 109.10 .11 .12 .13 .14 ... 2656 »

[数据结构常用算法Marriage

说明:稳定婚姻:第一步配成一对夫妇, 即组成一个有序对, 以此作为问题的部分解, 以后每一步考虑一男一女, 如果将他们组成有序对并加入到部分解中, 不会引起不稳定, 则加入之 否则, 不组成有序对, 而是考虑另一对男女. 这样一步步地给部分解增加有序对, 直至得到完整解.在回溯的基础上,找到最优。 -stable marriage : first night of a couple that is a component ordered pair, as part of the problem sol
<小康> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法动态规划-矩阵连乘

说明:由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best combination of a way, and then th
<小康> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法041321239

说明:电路板排列算法,是算法和数据结构分析里面非常经典的算法。用c++实现-circuit board with algorithms, data structures and algorithms inside very classic analysis of the algorithm. Using C++
<爱情狐狸> 在 2025-06-08 上传 | 大小:2kb | 下载:0

[数据结构常用算法mergedistinct

说明:利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
<lmc> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法solution

说明:著名的算法导论(第二版)CLRS 的部分习题答案的解答-famous algorithm Introduction (2nd Edition) CLRS part of the answer to answer the questions
<闻磊> 在 2025-06-08 上传 | 大小:216kb | 下载:0

[数据结构常用算法旅行商问题的动态规划算法

说明:bp算法的程序实现,可以任意只指定中间结点和输入输出节点的个数-bp algorithm program can only arbitrarily designated intermediate nodes and the input and output nodes Number
<> 在 2025-06-08 上传 | 大小:8kb | 下载:0

[数据结构常用算法bc_mfc

说明:使用Binomial Cofficient的演算法,並以Divide-and-Conquer以及Dynamic Programming的方式來實作,並以比例尺來做比較-use of the algorithms, and Divide- and-Conquer and Dynamic Programming is the way to make and do more to Scale
<阿哲> 在 2025-06-08 上传 | 大小:16kb | 下载:0

[数据结构常用算法Primer_Number

说明:以VC的Console模式,實作尋找Primer Number的方法.-to VC Console mode, it made for Primer Number method.
<阿哲> 在 2025-06-08 上传 | 大小:6kb | 下载:0

[数据结构常用算法Huffman树

说明:用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
<张钊> 在 2025-06-08 上传 | 大小:62kb | 下载:0

[数据结构常用算法带头结点双链循环线性表

说明:带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
<吴语> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法诺汉塔画图版

说明:汉诺塔算法。数据结构经典常用算法,非递归算法图形版-HANOR algorithm. Data structure algorithms commonly used classic, non-graphic version of recursive algorithm
<吴语> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法逆波兰计算器

说明:数据结构经典常用算法,采用逆波兰式编制的小型计算器-data structure used classical algorithm, using inverse Polish establishment of small calculators
<吴语> 在 2025-06-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 109.10 .11 .12 .13 .14 ... 2656 »

源码中国 www.ymcn.org