搜索资源列表
-
0下载:
动态规划:矩阵连乘问题的模拟程序 参考清华王晓东的<算法设计与分析>,Dynamic programming: simulation program of matrix multiplying reference Qinghua Wang Xiaodong<Algorithm Design and Analysis>
-
-
2下载:
增量动态规划求解水库调度的程序,觉得还挺实用,Incremental dynamic programming for solving reservoir operation procedures
-
-
4下载:
它包含了枚举法、蒙特卡洛法、线性整数规划、整数规划枚举法、整数规划隐枚举法、非线性整数规划、非线性整数规划图形工具、最小生成树kruskal算法、最短路dijkstra算法、最小生成树kruskal算法mex程序、最短路dijkstra算法mex程序和动态规划的代码。-It contains the matlab code of the enumeration method, Monte Carlo method, linear integer programming, integer prog
-
-
0下载:
动态规划问题的详解,很有用。希望大家能够喜欢。-Wapakhabulo dynamic programming problem, very useful. Hope you will enjoy it.
-
-
0下载:
在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.
-
-
0下载:
关于动态规划的poj的一些解题报告和代码-On dynamic programming POJ report some problem-solving and code
-
-
0下载:
Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a probl
-
-
0下载:
吉林大学时小虎老师机器学习课件——介绍动态规划-Jilin University, when the Tigers a teacher machine learning courseware- Introduction Dynamic Programming
-
-
2下载:
考虑整数线性规划问题max(ci*xi)试设计一个解此问题的动态规划算法,并分析算法的计算复杂性-Consider the integer linear programming problem max (ci* xi) try to design a solution of this problem, dynamic programming algorithm, and analysis of algorithms computational complexity
-
-
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
-
-
0下载:
背包问题是NP完全问题,本程序通过动态规划法优化实现了一种背包问题。-Knapsack problem is NP-complete problems, this program through dynamic programming optimization implements a knapsack problem.
-
-
0下载:
编程之美上的买书问题,使用动态规划方法计算出读者购买一批书的最低价格。-The beauty of books on programming problems using dynamic programming method to calculate the number of book readers to buy the lowest price.
-
-
0下载:
用C语言实现了动态规划算法求解最长公共子序列。文件包含一个可运行的工程,工程是采用codeblock编程。-Using C language to achieve a dynamic programming algorithm for the longest common subsequence. File contains a running project, the project is the use of codeblock programming.
-
-
0下载:
动态规划课程实验作业,经试验完全可以使用,请放心下载-Dynamic programming course lab assignments, the test can use, please rest assured download
-
-
0下载:
动态规划应用 动态规划方法解决找零钱问题-Dynamic programming method to solve the problem of looking for change
-
-
0下载:
动态规划应用 使用动态规划算法解背包问题-Dynamic programming dynamic programming algorithm for solving knapsack problem
-
-
0下载:
采用动态规划算法对一堆金矿进行划分,求出最优划分结构-Using dynamic programming algorithm to a pile of gold, and the optimal partition structure
-
-
0下载:
设平面上有一个m×n 的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+∞),向右行进的代价是bij(bin =+∞)。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。(There is a m * n mesh on the plane, and the grid point on the lower lef
-
-
0下载:
处理运筹学中的动态规划问题,文件中dynprog.m是主要函数,动态规划的主要过程均在其中进行,其余四个函数定义一些简单的过程,以简化主函数编写(dynamic programming(matlab))
-
-
1下载:
经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)
-
« 12
3
4
5
6
7
8
9
10
...
14
»