CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - The dynamic programming

搜索资源列表

  1. VC++动态加入和删除菜单的方法

    0下载:
  2. VC++环境下菜单和工具栏的动态修改技术-界面类编程-VC利用Cmenu类的AppendMenu和Cmenu类的InsertMenu按 需在菜单上插入新的菜单项 -VC environment menu and toolbar technology changes the dynamic - programming interface Class-VC Cmenu use category AppendMenu and Cmenu category InsertMenu dema
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:5.13kb
    • 提供者:sun
  1. duixiang

    0下载:
  2. 这是动态规划中的经典算法。多段图的向前向后的处理算法的VC++环境种的实现代码-This is the dynamic programming of the classical algorithm. Many of the plans forward backward processing algorithm for the VC types of codes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1020byte
    • 提供者:肖晨
  1. PKU.rar

    1下载:
  2. 本人在北大POJ上的一些题目的源程序实现,都差不多是水题,希望有兴趣的可以参考下,I am at the university POJ some of the topics on the realization of the source, almost all the water question, I hope interested parties can refer to the next
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-14
    • 文件大小:55.52kb
    • 提供者:王老
  1. shortestPath

    0下载:
  2. 在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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:79.61kb
    • 提供者:
  1. EarleyParser

    0下载:
  2. The early parser is like a dynamic programming. The reasonable time vs sentence length should be O(n^2) n=input length. But I don’t know why the execution time are all very short to be examinated.-The early parser is like a dynamic programming. The r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:9.94kb
    • 提供者:詹包
  1. dongtaiguihua

    0下载:
  2. 含有说明文档,详细介绍了动态规划算法的实现,并有几个例子-Contains documentation, detailing the dynamic programming algorithm, as well as a few examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:268.94kb
    • 提供者:小王
  1. DP_pipei

    1下载:
  2. 用于立体视觉匹配的动态规划(dynamic programming)算法,基于英特尔opencv图像库实现。-Visual match for the three-dimensional dynamic programming (dynamic programming) algorithm, based on the Intel opencv image library.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:12.38mb
    • 提供者:远航
  1. dynamic

    0下载:
  2. 动态规划算法 程序设计大赛必备 最优化原理 重复子问题-Dynamic Programming Algorithm Programming Contest necessary to repeat the principle of sub-optimization problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:217.06kb
    • 提供者:hxc
  1. dongtaiguihua

    0下载:
  2. 算法设计课程设计中的动态规划算法的c++代码实现-Algorithm design in the curriculum design of the dynamic programming algorithm c++ code to achieve
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:215.6kb
    • 提供者:小牛儿
  1. LCS

    0下载:
  2. 利用动态规划技术和递推的办法,求出两个字母表A和B的最大公共字串长度。-The use of dynamic programming techniques and recursive approach to find the two alphabets A and B, the largest public string length.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:940.64kb
    • 提供者:孙静
  1. VS2008-Dynamic-Data-

    0下载:
  2. VS2008中动态数据(Dynamic Data)示例源码,作为动态数据库编程参考-VS2008 Dynamic Data (Dynamic Data) sample source code, as the dynamic database programming reference
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2.14mb
    • 提供者:享文
  1. dynamic-programming

    0下载:
  2. 运用动态规划原理实现水库优化调度,即调度期内个时期水库水位的控制,从而达到效益最大化。-The use of dynamic programming to achieve optimal operation of reservoirs, the reservoir water level periods during scheduling of control, so as to achieve maximum benefit.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.54mb
    • 提供者:徐佳
  1. The-dynamic-link-library-DLL

    0下载:
  2. VC++动态链接库编程之DLL*-具共性代码的复用能力-VC++ programming of the dynamic link library DLL Trojans- with ability to reuse common code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:7.92kb
    • 提供者:福头
  1. Dynamic-Programming

    0下载:
  2. vb编写的动态规划,了解规则和方法的ppt-vb prepared by the dynamic programming, to understand the rules and methods ppt
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:32.03kb
    • 提供者:zyb
  1. Dynamic-programming-classic-answer

    0下载:
  2. 动态规划经典问题的解答。很好的学习资料。极其适合初学者入门。凭借这几道题目的解析,深入了解了动态规划以后,举一反三,可解决对动态规划有较深理解,不容错过!-Dynamic programming classic answer to your question. Good learning materials. Extremely suitable for beginners entry. With a few questions analytical understanding of
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-05
    • 文件大小:526.63kb
    • 提供者:缪晨
  1. dynamic-programming

    0下载:
  2. 用动态规划解决流水线作业调度问题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
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:859byte
    • 提供者:丁桂芝
  1. Son-dynamic-programming-sequence

    0下载:
  2. 用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.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:14.08kb
    • 提供者:何鹏
  1. dynamic-programming

    0下载:
  2. 动态规划课程实验作业,经试验完全可以使用,请放心下载-Dynamic programming course lab assignments, the test can use, please rest assured download
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:7.65kb
    • 提供者:kang
  1. dynamic programming

    0下载:
  2. 设平面上有一个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
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4kb
    • 提供者:16物联网
  1. Dynamic-Programming-master

    1下载:
  2. 经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com