搜索资源列表

  1. meno

    0下载:
  2. 此片为一个备忘录,用于动态规划的算法分析-The film is a memorandum for the analysis of dynamic programming algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhouqiong
  1. profit

    0下载:
  2. 关于动态规划的一段代码,来自算法的实验,入门级别的-Dynamic programming on a piece of code, from the experimental method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:启琳
  1. dtgh

    0下载:
  2. 用动态规划算法做的石子归并问题,vc6环境下能够成功运行-Dynamic programming algorithm to do with stones merge problem, vc6 environment can be run successfully
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:171008
    • 提供者:肖健
  1. dynamicopt

    0下载:
  2. 本工程是通过运用动态规划方法寻找最优值与最优轨迹。-this program is used for searching the best value and an orbit by dynamic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:bcny
  1. ten-classical-algorithm-for-MCM

    0下载:
  2. 内含Floyd 神经系统 动态规划 灰度模型等10种数学建模常用的经典算法-A good resources for ten ways to solve the MCM problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:793600
    • 提供者:shade
  1. ShortestPath

    0下载:
  2. 本程序是使用动态规划算法来解决单源最短路径问题。使用时,先输入每个头结点的邻接顶点个数,然后输入每个邻接顶点的数据。-This procedure is to use the dynamic programming algorithm to solve the single-source shortest path problem. When used, enter each of the first number of vertice
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:41984
    • 提供者:陈军
  1. Ten_Commonly_Algorithm_for_MATLAB

    0下载:
  2. 超过10种MATLAB常用算法:Floyd算法,动态规划,分治算法,概率算法,模拟退火算法,神经网络,搜索算法,贪婪算法,遗传算法,组合算法,-Over 10 types of commonly used MATLAB algorithms: Floyd algorithm, dynamic programming, divide and conquer algorithms, probabilistic algorithms, sim
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2683904
    • 提供者:ZHANGAIQING
  1. Algorithmdesign

    0下载:
  2. 递归与分治算法的设计 动态规划算法设计 贪心算法设计 -Recursive divide and conquer algorithm with dynamic programming algorithm designed greedy algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:246784
    • 提供者:黄君
  1. dynimic

    0下载:
  2. NOIP动态规划:信息学竞赛中的一种利用扩大空间占用而缩短时间消耗的设计方法。习题及源码-NOIP dynamic programming: information in one Olympiad take advantage of expanded space and shorten the time consuming design. Exercises and source code
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:李辰
  1. DP

    0下载:
  2. 有关动态规划DP的一些资料,包括两个学习动态规划的PPT,以及OJ的一些题目及解题代码,并附背包问题求解。-Dynamic programming DP on some of the information, including the two learning dynamic programming PPT, and OJ and solving some of the topics the code, together with K
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:801792
    • 提供者:张龙
  1. Activity

    0下载:
  2. 活动安排问题 动态规划方法求解,有多个选择策略。调试ok-Activities to solve dynamic programming arrangements, a number of options strategies. Debugging ok
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2382848
    • 提供者:aiken
  1. LCS

    0下载:
  2. 利用动态规划算法寻找两个list中的最长公共子序列,并分别记录了最长公共子序列的在list中的结束位置-Dynamic programming algorithm to find the two list the longest common subsequence, and recorded the longest common subsequence of the end position in the list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:529408
    • 提供者:滕海明
  1. treasure

    0下载:
  2. 寻宝问题 动态规划算法 原理同0/1背包问题-Treasure Hunt with the principles of dynamic programming algorithm problems 0/1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wmj
  1. dramtic_programing

    0下载:
  2. 动态规划 程序及说明文档. 针对河渠调度的自取流量分配,利用动态规划思想进行最优化抉择-Dynamic programming procedures and documentation. For traffic distribution canals scheduling self-created using the Dynamic Programming for Optimal choice
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:174080
    • 提供者:xuya
  1. problem-solving

    0下载:
  2. 各种问题算法,包括,N皇后问题回溯算法,动态计算网络最长最短路线,货郎担界限,矩阵乘法动态规划等-Algorithm for various problems, including, N Queens problem backtracking algorithm, dynamic network of the longest shortest path computation, Traveling Salesman boundaries
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:赵明臣
  1. grays-image

    0下载:
  2. 对灰度图像进行压缩和解压缩,用动态规划的方法做的。-On the gray image compression and decompression with dynamic programming to do.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3831808
    • 提供者:杨柳强
  1. Dynamic-programming

    0下载:
  2. 动态规划算法的相关文档。动态规划算法可用于很多方面,比如立体匹配等。-Dynamic programming algorithm documentation. Dynamic programming algorithm can be used in many aspects, such as stereo matching.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:251904
    • 提供者:linjingliang
  1. steromacthing

    0下载:
  2. 本文件为国外立体匹配算法解释的PPT文档,主要是立体匹配中的动态规划算法。里面有两个文件。-This document is to explain foreign PPT stereo matching documents, mainly in the dynamic programming stereo matching algorithm. There are two files.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1725440
    • 提供者:linjingliang
  1. 5paper5

    0下载:
  2. 无线信道上能量约束条件下可伸缩视频的自适应传输 E为提高无线信道上可伸缩视频码流的传输效率!提 出一种新的能量约束条件下可伸缩视频码流自适应传输算 法"基于无线信道的#$ &’(模型假设!在满足延时约束条 件下!对各可伸缩视频编码帧的增强层数目以及信道发送速 率进行联合优化!并给出了动态规划算法求解该约束优化问 题"实验结果表明!相对于采用固定信道传输速率的可伸缩 视频码流传输方案!该方案在达到相同平均视频质
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:481280
    • 提供者:li
  1. DP

    0下载:
  2. 动态规划解决问题 poj 1037 2385 1141 2336 1080 http://poj.org/-http://poj.org/problem?id=1037 Solve the problem A decorative fence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:551936
    • 提供者:Bob
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org