CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Dynamic Programming

搜索资源列表

  1. myknapsack

    1下载:
  2. a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:林茜
  1. travelingsalesman

    0下载:
  2. 用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12.31kb
    • 提供者:卢林
  1. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:129.49kb
    • 提供者:burcin
  1. juzhen3.1

    0下载:
  2. 动态规划解决矩阵连乘问题 算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:707.83kb
    • 提供者:薛佩佩
  1. DarkShell

    1下载:
  2. Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是暴风仿的源代码,只供学习网络编程,不要用于其它用途。-Darkshell backdoor is a small remote control software, which is characterized by the process is not running in the show did not use the dynamic link library DLL
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:5.39mb
    • 提供者:刘毅
  1. viterbi1.0

    1下载:
  2. 维特比算法,一种动态规划算法,用来求解隐马尔科夫模型-Viterbi algorithm, a dynamic programming algorithm to solve the Hidden Markov Model
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:86.05kb
    • 提供者:郭丽
  1. stone

    0下载:
  2. 使用典型的动态规划的思想解石子问题,不过没有添加注释-The use of a typical dynamic programming solution of pebbles thinking problems, but did not add a comment
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:117.79kb
    • 提供者:bill_chuang
  1. dtgh_basic_2

    0下载:
  2. 动态规划典型题型的加强版,本题有一点难度,如果弄懂对动态规划的概念肯定提升很大!-Typical Questions in strengthening the dynamic programming version, the title a bit difficult, if the hang of the concept of dynamic planning certainly enhance the great!
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:550.57kb
    • 提供者:康涛
  1. optimal_scheduling_independent_tasks

    0下载:
  2. Visual studio 2005开发环境下 算法课程实验 用动态规划方法解决独立任务最优调度问题-Visual studio 2005 development environment,with a dynamic programming method,in algorithm course experiment, to solve the optimal scheduling independent tasks problem
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2.85mb
    • 提供者:王丽玮
  1. DP-Navie-LongestCommonSubstring

    0下载:
  2. 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1.86kb
    • 提供者:lin
  1. raw

    0下载:
  2. Traveling salesperson problem with dynamic programming in c-Traveling salesperson problem with dynamic programming in c++
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:1.21kb
    • 提供者:osg
  1. BlackJack

    0下载:
  2. 纸牌游戏 用到动态链接库。适合初学dll编程的人-Card games used in the dynamic link library. Dll programming suitable for beginners
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:1.69mb
    • 提供者:戴佳毅
  1. box

    0下载:
  2. 基于动态规划法的0-1背包问题,本代码实现了背包问题的详细过程。-0-1 knapsack problem based on dynamic programming, the code to achieve the detailed process of the knapsack problem.
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:223.81kb
    • 提供者:李莹莹
  1. HDOJ-1080--LCS

    0下载:
  2. HDOJ 1080 动态规划题目。欢迎各种讨论交流。-The dynamic programming topics HDOJ 1080. Welcome discussions AC.
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:793byte
    • 提供者:violet
  1. 1264.-Atomic-Car-Race

    0下载:
  2. sicily 1264,动态规划,计算最佳换轮胎方案,输出最短时间-Sicily 1264, dynamic programming, to calculate the best to change a tire program, the output shortest time
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:564byte
    • 提供者:lin
  1. DLL

    0下载:
  2. VC++动态链接库的几个编写程序。动态库与静态库。-VC++ several dynamic link library programming. Dynamic libraries and static libraries.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:173.96kb
    • 提供者:林林
  1. main6

    0下载:
  2. C语言编写的命令行程序,通过蛮力法、动态规划、分治法求最大字段和,并进行算法效率比较。-C language command-line program, through brute force method, dynamic programming, divide and conquer method for maximum field and, and compare efficiency of the algorithm.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2.08kb
    • 提供者:z
  1. Test0313Dll

    0下载:
  2. 动态库编程,一个workspace的动态库直接调试,一个workspace中一个dll程序和一个应用程序-Dynamic programming, a dynamic library directly debugging, the workspace of a workspace in a DLL and an application program
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6.09mb
    • 提供者:lijuanjuan
  1. 王敬贤-SA16168143-第3次作业

    0下载:
  2. 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-25
    • 文件大小:2.47mb
    • 提供者:心晴紫贝
搜珍网 www.dssz.com