搜索资源列表
xinchengxu
- 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorithm. Using dynamic programming,
beibaoJAVA
- 背包问题动态规划算法JAVA 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。
s1
- 动态规划算法,包括算法的演示和说明,附效果图
LongestOrderedSubsequence
- 本问题是计算最长有序子序列的一个动态规划算法,效率为31MS.
Thelongestsequenceofpublicc
- 利用动态规划算法解决最长公共子序列问题的改进算法。
yasuo
- 一个用C++编写的图像压缩问题的简单代码,所用算法——动态规划
HOJ10054
- ACM基础题,动态规划基础题,学习程序设计必备的算法基础练习
随机动态规划源代码-案例
- 随机动态规划源代码-一个案例
liushuizuoye
- 这是基于VC++的一个简单的流水作业程序(动态规划法)-This is based on the VC a simple routine procedure (Dynamic Programming)
dp
- 动态规划的相关资料,dp主要是寻找递归关系,这里面有很多类型的dp资料便于学习-Dynamic programming related information, dp is mainly to find a recursive relationship, and there are many types of information to facilitate learning of dp
juzhen
- 动态规划实现矩阵链相乘 使用动态规划,实现矩阵链的相乘,减少了代价-Dynamic programming to achieve matrix-chain multiplication
LCSLength1
- c++语言写的动态规划求最长公共子序列长度-The length of the longest common subsequence dynamic programming
0-1
- 用于解决0/1 背包问题动态规划详解及C代码,清晰明确,简单易学-Planning the Xiangjie and C code used to solve the 0/1 knapsack problem dynamic, clear, and easy to learn
line
- 动态规划的装配线问题,采用动态规划使得在装配线上的时间最短-Assembly line dynamic programming problem, the use of dynamic programming makes the shortest time on the assembly line
01bag
- 用动态规划算法所编写是01背包问题的实现,能在ACM平台上通过-Prepared by using dynamic programming algorithm implementation is 01 knapsack problem, in ACM Platforms
coins
- 最少硬币问题,动态规划,算法设计与分析,研究生课程-Minimum coin problem, dynamic programming, algorithm design and analysis, postgraduate courses
classical-algorithms
- 许多经典算法问题的源代码,包括数据结构,分治,回溯,动态规划,图论,贪心等等,包括了C,C++和Java代码,已分成文件夹整理好.-Many classical algorithms of the source code, including data structures, divide and conquer, backtracking, dynamic programming, graph theory, greed, etc., including C, C++ and Java cod
crazyEight
- Crazy Eight 采用动态规划,扑克牌中花色或数字的牌可以接在一起,求最长的序列 其中牌面为8的牌最大,可以直接接在后面
introduce-to-algorithms
- 《算法导论》原书第三版第十五章关于动态规划的里面所有伪代码的源程序,名称和书中的伪代码名称一致,很好找,代码均为本人手写,并进过验证。-"Introduction to algorithms," the third edition of the original book fifteenth chapters about the dynamic planning all the pseudo code of the source, the pseudo code name and the boo
jiangyu_adaptive-dynamic-programming
- 这是一位在自适应鲁棒动态规划控制的牛人的的论文,对于学习自适应控制很有参考价值-This is a self-adaptive robust dynamic programming control of cattle people s papers, for learning adaptive control is very valuable