CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dynamic programming problems
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - dynamic programming problems - List
[
Windows Develop
]
DynamicProgramming
DL : 0
矩阵连乘问题。C语言编写。从别人的网址传载的,请注意不要用于商业目的。-matrix continually multiply problems. C language. Others from the website- contained, please take care not to be used for commercial purposes.
Date
: 2025-07-06
Size
: 22kb
User
:
张雪庆
[
Data structs
]
dongtaiguihua
DL : 0
动态规划解一系列经典问题,包含多个不同算法哦-Dynamic programming solution of a series of classical problems, including a number of different algorithms Oh
Date
: 2025-07-06
Size
: 12kb
User
:
lin yahong
[
Mathimatics-Numerical algorithms
]
dp_tsp
DL : 0
TSP问题的动态规划求解。问题描述:旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -TSP dynamic programming to solve the problem. Description of the problem: traveling salesman problem, namely TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel businessmen to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.
Date
: 2025-07-06
Size
: 1021kb
User
:
黄艺敏
[
Windows Develop
]
dyeDynamicprogramming
DL : 0
Dynamic programming. Break up a problem into a series of overlapping sub-problems, and build up solutions to larger and larger sub-problems
Date
: 2025-07-06
Size
: 320kb
User
:
supercat188
[
Linux-Unix
]
tsp
DL : 0
用动态规划法求解TSP问题的C++源码 在Linux中用g++编译通过-Using dynamic programming method for solving TSP problems C++ Source code in Linux using g++ Compiled through
Date
: 2025-07-06
Size
: 1kb
User
:
L.Zhang
[
Compress-Decompress algrithms
]
DivConquer
DL : 0
算法实验:1 分治法在数值问题中的应用 ——最近点对问题 2 减治法在组合问题中的应用——8枚硬币问题 3 变治法在排序问题中的应用——堆排序 4 动态规划法在图问题中的应用——全源最短路径问题 -Algorithm experiment: 1 divided numerical problems in the application- the nearest point to question 2 by governance problems in the application portfolio- 8 coins 3 Variable governance issues in order of application- HEAPSORT 4 dynamic programming problems in the application map- the whole question of the source of the shortest path
Date
: 2025-07-06
Size
: 281kb
User
:
邱名楷
[
Mathimatics-Numerical algorithms
]
zxfinal
DL : 0
acm.pku.edu.cn上面滑雪一题,经典的动态规划问题-Ski acm.pku.edu.cn one question above, the classic dynamic programming problems
Date
: 2025-07-06
Size
: 1kb
User
:
赵鑫
[
Other
]
Optimizationmodel
DL : 0
优化模型其中最基本的有线性规划模型、整数规划模型、动态规划模型以及一些几何极值问题-Optimization model in which there is the most basic linear programming model, integer programming model, dynamic programming model as well as some geometric extremal problems
Date
: 2025-07-06
Size
: 45kb
User
:
rose
[
AI-NN-PR
]
DynamicPlanning
DL : 0
详细讲解了动态规划的算法问题,再通过“装箱问题”等7个程序实例介绍解决动态规划问题的思路和方法。-Gave a detailed algorithm for dynamic programming problems, and through the " bin-packing problem" and other instances of seven procedures introduced to solve the problem of dynamic programming ideas and methods.
Date
: 2025-07-06
Size
: 143kb
User
:
吴贵洪
[
Data structs
]
DPmissileDefence
DL : 0
动态规划入门问题:导弹防御 的解答与源程序,包含样例输入与输出-Introduction to dynamic programming problems: answers and the source of missile defense, including sample input and output
Date
: 2025-07-06
Size
: 1kb
User
:
张无忌
[
Mathimatics-Numerical algorithms
]
Dynamic_Programming
DL : 0
利用动态规划来完成找零钱问题 计一个动态规划算法如何解决找零问题,对1≤j≤L,计算出所有的C( n,j )。算法中只允许实用一个长度为L的数组。找出用钱的最小个数。 (2) 0<=k<=j i>=1 i<=n,maxint c(i,k)硬币枚数 -Dynamic programming problems to complete the count to keep the change a dynamic programming algorithm to solve the problem give change for 1 ≤ j ≤ L, to calculate all the C (n, j). Algorithm is only practical with a length L of the array. Find the minimum number of money. (2) 0 < = k < = ji> = 1 i < = n, maxint c (i, k) the number of gold coins
Date
: 2025-07-06
Size
: 880kb
User
:
钱民
[
Data structs
]
Dynamic-Programming
DL : 0
这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum field and problems, DP knapsack problem
Date
: 2025-07-06
Size
: 2kb
User
:
林达
[
Algorithm
]
Matrix-multiplication-problems-with
DL : 0
给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. To calculate the n matrix with the product A1A2 ... An. Since matrix multiplication to meet with law, so the calculation of the matrix with the product can have many different calculation order. This calculation can be bracketed in order to determine ways. Even if the product of a matrix calculation to determine the complete sequence, that the product is fully bracketed with, so you can call the order of 2 repeated the standard matrix multiplication algorithm to calculate the matrix with the product. This feature is the use of dynamic programming algorithm, a matrix is given in parentheses best way is to calculate the minimum amount.
Date
: 2025-07-06
Size
: 13kb
User
:
阿四
[
Mathimatics-Numerical algorithms
]
ACM-PKU-DP
DL : 0
在POJ上做的一些动态规划题,自己看吧。-In POJ do some dynamic programming problems, see for yourself.
Date
: 2025-07-06
Size
: 2kb
User
:
Mark
[
Data structs
]
Dynamic-Program
DL : 0
动态规划的问题,有基础类的背包问题,邮局问题等,里面也有该类问题的源码-Dynamic programming problem, the knapsack problem with class-based, post offices and so on, which is also the source of such problems
Date
: 2025-07-06
Size
: 662kb
User
:
lijianglei
[
VC/MFC
]
dynamic-programming
DL : 0
介绍动态规划法的设计思想并举例,有串匹配问题,排序问题,组合问题中的动态规划法,既有伪代码也有源程序-Design ideas of the dynamic programming method, and for example, the string matching problem, scheduling problem, dynamic programming in combinatorial problems, both pseudo-code source
Date
: 2025-07-06
Size
: 171kb
User
:
乔艳梅
[
VC/MFC
]
DPhomework
DL : 0
在我的csdn上多次下载。关于兑换零钱问题的动态规划问题求解-Many times in my csdn download. Change issues on the exchange of dynamic programming problems
Date
: 2025-07-06
Size
: 190kb
User
:
dchao
[
Other
]
dynamic-programming
DL : 0
用动态规划解决流水线作业调度问题1)三条流水线2)装配站的数目n可定制 3)装配站的装配代价及不同流水线之间的运输代价均可定制 -Pipeline operations using dynamic programming to solve scheduling problems a) three line 2) the number n of assembly stations can be customized 3) assembly station assembly costs and transport costs between the different lines can be customized
Date
: 2025-07-06
Size
: 1kb
User
:
丁桂芝
[
matlab
]
dynamic-programming
DL : 0
数学建模中的动态规划问题,可帮助读者进行最优化求解-Mathematical modeling of dynamic programming problems, can help readers to solve optimization
Date
: 2025-07-06
Size
: 1.88mb
User
:
刘胜
[
Algorithm
]
NEW-MATLAB-Dynamic-Programming
DL : 0
利用matlab语言,采用动态规划算法解决机器设备的调度问题,运行速度快,运行结果完美。-analyzes the allocation of resources in dynamic programming with Matlab , and conducts procedure designs and computation with Matlab , simplifying complex issues and avoiding the cumbersome calculations to make more convenient solutions to problems .
Date
: 2025-07-06
Size
: 140kb
User
:
王东方
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.