资源列表
beibao
- 0_1背包问题用动态规划解给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。
bo11-1
- k路平衡归并的函数
EdgeDetection
- 数字图像的边缘检测算法,里面介绍了几种常用的代码实现-Digital image of the edge detection algorithm, which introduces some commonly used code
SplineInterpolation
- 分析研究基于三种边界条件的样条插值算法并用程序实现其中一种边界条件-Analysis of three types of boundary conditions based on spline interpolation algorithms and procedures to achieve one of the boundary conditions
search
- 无优先级算法小程序,能够将输入文本中的+、-、*、\进行优先级分类,并在屏幕上输出。输入文本名为“arit0.in”,原创小程序。-No priority algorithm small program that can input text+,-,*, \ for priority classification, and the screen output. Enter the text entitled " arit0.in" , original applet.
hafuman
- 实现哈夫曼编码 范式哈夫曼编码 实现定制集成电路 实现定制集成电路-realize Huffman Coding Huffman ;Albert Hofmann ;Ron Hofmeister
Order-Form
- 顺序表的简单操作,很容易理解的算法,程序比较小-Simple operation sequence table, it is easy to understand the algorithm, the program is relatively small
stackjas
- 一个顺序栈的创立及应用的源代码,不是很高端-A sequential stack creation and application source code is not very high
hashtable
- 哈希表的生成与利用哈希表来进行数据的检索与存储-Generate and use a hash table hash table to retrieve and store data
REBUILD-BINARY-TREE.cpp
- 我们知道如何按照三种深度优先次序来周游一棵二叉树,来得到中根序列、前根序列和后根序列。反过来,如果给定二叉树的中根序列和后根序列,或者给定中根序列和前根序列,可以重建一二叉树。本题输入一棵二叉树的中根序列和后根序列,要求在内存中重建二叉树,最后输出这棵二叉树的前根序列。 用不同的整数来唯一标识二叉树的每一个结点,下面的二叉树 中根序列是9 5 32 67 后根序列9 32 67 5 前根序列5 9 67 32 -We know how to
huffman
- Format HUFFMAN5 is the probability (or number of occurences) of each alphabet symbol
o1f
- order-1 move-to-front encoder written in java
