搜索资源列表
MDI+多视+窗口动态规划
- MDI+多视+窗口动态规划-+ MDI window as more dynamic programming
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
RSV_DDDP.rar
- 增量动态规划求解水库调度的程序,觉得还挺实用,Incremental dynamic programming for solving reservoir operation procedures
Discrete optimization
- 它包含了枚举法、蒙特卡洛法、线性整数规划、整数规划枚举法、整数规划隐枚举法、非线性整数规划、非线性整数规划图形工具、最小生成树kruskal算法、最短路dijkstra算法、最小生成树kruskal算法mex程序、最短路dijkstra算法mex程序和动态规划的代码。-It contains the matlab code of the enumeration method, Monte Carlo method, linear integer programming, integer prog
shortestPath
- 在visual C++上写的动态规划算法在图论中旅行商问题上的应用,适合算法分析的朋友。-In visual C++ to write the dynamic programming algorithm to find the shortest path in the graph the application of suitable algorithms friends.
dynamic
- 关于动态规划的poj的一些解题报告和代码-On dynamic programming POJ report some problem-solving and code
zuiduanlujin
- 动态规划求每对结点之间的最短路径。 算法基础实验课上会用到。-Dynamic programming for each pair of nodes between the shortest path. Algorithm based on experimental courses will be used.
dongtaiguihua
- 含有说明文档,详细介绍了动态规划算法的实现,并有几个例子-Contains documentation, detailing the dynamic programming algorithm, as well as a few examples
DP
- 动态规划算法,已通过调试,里面包含了两个测试文件-Dynamic programming algorithm, has passed testing, which includes two test file
DynamicProgramming
- c实现动态规划,可以求得最小代价,最短路径,基于狄斯奎诺的算法,可直接运行-c
dongtaiguihua
- 用动态规划实现最短路径问题 请大家指教-Achieve the shortest path dynamic programming problem
dynamicprogramming
- 算法分析中的实例,利用递归的思想解决动态规划问题-Examples of algorithm analysis, recursive thinking to solve the problem of dynamic programming
DP_pipei
- 用于立体视觉匹配的动态规划(dynamic programming)算法,基于英特尔opencv图像库实现。-Visual match for the three-dimensional dynamic programming (dynamic programming) algorithm, based on the Intel opencv image library.
MinForeDynprog
- 该程序实现了一个标准的动态规划算法,对研究动态规划很有帮助。-It is a code to study DP.
TSP动态规划
- TSP问题(担货郎问题)的动态规划算法实现(Dynamic programming implementation of TSP problem)
动态规划合集
- 与动态规划问题相关的内容讲解,包括背包问题等等(Related to dynamic programming issues, including knapsack problems and so on)
动态规划
- -动态规划(Dynamic Programming,简称DP),虽然抽象后进行求解的思路并不复杂,但具体的形式千差万别,找出问题的子结构以及通过子结构重新构造最优解的过程很难统一,(Dynamic programming (Dynamic Programming, referred to as DP), although the abstract is solved after thinking is not complicated, but the specific form of diffe
动态规划求解0-1背包问题
- 通过动态规划的算法得到装进背包的最大价值(The maximum value of knapsack is obtained by dynamic programming algorithm.)
动态规划
- 主要用于动态规划的matlab算法,优点是简单,方便。(MATLAB algorithm mainly used for dynamic programming)
leader-following 自适应动态规划仿真
- 本代码运用自适应动态规划理论,结合BP神经网络,设计实现多智能体系统的一致控制。其中的控制率是由HDP框架的BP神经网络基于智能体的实时状态数据自适应产生的。(leader-following consensus by adaptive dynamic programming)