搜索资源列表
-
1下载:
a) 0-1背包问题采用的是动态规划法,该算法思想简介如下:
有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
-
-
0下载:
用动态规划法求解旅行商问题 已经加入注释 欢迎批评指正-dynamic programming method for the traveling salesman problem has joined Notes welcome criticism correction
-
-
0下载:
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
-
-
0下载:
动态规划解决矩阵连乘问题
算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
-
-
1下载:
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
-
-
1下载:
维特比算法,一种动态规划算法,用来求解隐马尔科夫模型-Viterbi algorithm, a dynamic programming algorithm to solve the Hidden Markov Model
-
-
0下载:
使用典型的动态规划的思想解石子问题,不过没有添加注释-The use of a typical dynamic programming solution of pebbles thinking problems, but did not add a comment
-
-
0下载:
动态规划典型题型的加强版,本题有一点难度,如果弄懂对动态规划的概念肯定提升很大!-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!
-
-
0下载:
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
-
-
0下载:
给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
-
-
0下载:
Traveling salesperson problem with dynamic programming in c-Traveling salesperson problem with dynamic programming in c++
-
-
0下载:
纸牌游戏 用到动态链接库。适合初学dll编程的人-Card games used in the dynamic link library. Dll programming suitable for beginners
-
-
0下载:
基于动态规划法的0-1背包问题,本代码实现了背包问题的详细过程。-0-1 knapsack problem based on dynamic programming, the code to achieve the detailed process of the knapsack problem.
-
-
0下载:
HDOJ 1080 动态规划题目。欢迎各种讨论交流。-The dynamic programming topics HDOJ 1080. Welcome discussions AC.
-
-
0下载:
sicily 1264,动态规划,计算最佳换轮胎方案,输出最短时间-Sicily 1264, dynamic programming, to calculate the best to change a tire program, the output shortest time
-
-
0下载:
VC++动态链接库的几个编写程序。动态库与静态库。-VC++ several dynamic link library programming. Dynamic libraries and static libraries.
-
-
0下载:
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.
-
-
0下载:
动态库编程,一个workspace的动态库直接调试,一个workspace中一个dll程序和一个应用程序-Dynamic programming, a dynamic library directly debugging, the workspace of a workspace in a DLL and an application program
-
-
0下载:
关于两个字符串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)
-