资源列表
Primer_Number
- 以VC的Console模式,實作尋找Primer Number的方法.-to VC Console mode, it made for Primer Number method.
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
旅行商问题的动态规划算法
- bp算法的程序实现,可以任意只指定中间结点和输入输出节点的个数-bp algorithm program can only arbitrarily designated intermediate nodes and the input and output nodes Number
solution
- 著名的算法导论(第二版)CLRS 的部分习题答案的解答-famous algorithm Introduction (2nd Edition) CLRS part of the answer to answer the questions
二叉树
- 二叉树的操作,学习数据结构的时候,相信大家都知道二叉树是其中比较重要的概念吧。-Binary Tree, the operation of the data structure learning time, I believe we all know binary tree is the more important concept it.
公共子序列
- 求公共子序列,字符序列的子序列是由删除该序列任意位置的任意个元素而得。值得一看的代码。-seeking public sequences, character sequences sequences deleted from the location of arbitrary sequences of arbitrary elements derived. This text code.
链栈
- 数据结构里的栈,用链表这种存储方式实现,和用数组方式存储的有个比较。-data structure, the stack, with Chain achieve such storage, and the use of the array is stored in a relatively.
shunxuzhan
- 数据结构里的顺序栈在vc 下的实现,想必大家学习数据结构的时候都要学的吧。-data structure, the sequence in vc stack under the realization that we must study the data structure needed to learn this.
mergedistinct
- 利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
041321239
- 电路板排列算法,是算法和数据结构分析里面非常经典的算法。用c++实现-circuit board with algorithms, data structures and algorithms inside very classic analysis of the algorithm. Using C + +
动态规划-矩阵连乘
- 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-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
Marriage
- 稳定婚姻:第一步配成一对夫妇, 即组成一个有序对, 以此作为问题的部分解, 以后每一步考虑一男一女, 如果将他们组成有序对并加入到部分解中, 不会引起不稳定, 则加入之 否则, 不组成有序对, 而是考虑另一对男女. 这样一步步地给部分解增加有序对, 直至得到完整解.在回溯的基础上,找到最优。 -stable marriage : first night of a couple that is a component ordered pair, as part of the problem sol
