Welcome![Sign In][Sign Up]
Location:
Search - knapsack

Search list

[Other resourcedynamic knapsack

Description: 该程序用动态规划解决经典的背包问题,虽然它的效率与分支定界法比起来,还是有一定的差距,但它的简洁性却是无与伦比的.-the program with dynamic programming solution to the classic knapsack problem, although its efficiency and branch and bound over, there is still a certain gap, but its simplicity is incomparable.
Platform: | Size: 3494 | Author: 唐海浪 | Hits:

[AI-NN-PRcqa

Description: 背包问题的遗传算法解法-knapsack problem Genetic Algorithm Solution
Platform: | Size: 284672 | Author: 李佚 | Hits:

[AI-NN-PR背包问题的遗传算法解法

Description: 背包问题算法解决-Knapsack Problem Solving
Platform: | Size: 25600 | Author: 邱文彬 | Hits:

[Mathimatics-Numerical algorithmsfenzhidingjie beibao

Description: 分支定界的0/1背包问题-branch delimitation of the 0/1 knapsack problem
Platform: | Size: 1024 | Author: 姜艳艳 | Hits:

[Mathimatics-Numerical algorithmssaa

Description: 使用模拟退火算法解0-1背包问题MATLAB源代码-using simulated annealing Xie 0-1 knapsack problem MATLAB source code
Platform: | Size: 1024 | Author: 林鑫 | Hits:

[Mathimatics-Numerical algorithmsgreedy

Description: 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
Platform: | Size: 1024 | Author: 林鑫 | Hits:

[Technology Management源代码(vc++)

Description: 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of the maze path, the optimal resource allocation algorithm. Every procedure is described in detail in, I was doing it two semesters of part of the experiment.
Platform: | Size: 199680 | Author: 葛兴高 | Hits:

[Mathimatics-Numerical algorithms使用模拟退火算法(SAA)解决0-1背包问题

Description: 使用模拟退火算法(SAA)解决0-1背包问题-using simulated annealing (SAA) 0-1 knapsack problem solving
Platform: | Size: 1024 | Author: 王涛 | Hits:

[JSP/Java0-1背包

Description: 0-1背包问题算法在java语言的实现程序-0-1 knapsack problem algorithm java language in the realization process
Platform: | Size: 1024 | Author: 成成 | Hits:

[Data structs0-1背包的回溯算法

Description: 回溯法解决0-1背包问题-Backtracking 0-1 knapsack problem solving
Platform: | Size: 254976 | Author: gtop | Hits:

[Data structs0-1背包的动态规划算法

Description: 动态规划0-1背包问题-Dynamic Programming 0-1 knapsack problem
Platform: | Size: 248832 | Author: gtop | Hits:

[Data structsBackpack

Description: 背包问题(非0/1)C++标准算法-knapsack problem (0/1) C Standard Algorithm
Platform: | Size: 873472 | Author: 殷铭 | Hits:

[OtherBagProblem

Description: 背包问题,VC小程序-knapsack problem, VC small program
Platform: | Size: 260096 | Author: 李宗媛 | Hits:

[Windows Develop0-1背包问题

Description: 该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
Platform: | Size: 2048 | Author: 杨晨 | Hits:

[Otherknapsack45

Description: knapsack问题的求解.使用vc编程,使问题求解过程可视化-knapsack problem solving. Use vc programming, problem solving process visualization
Platform: | Size: 34816 | Author: 蔡正兴 | Hits:

[CSharpknap0_1

Description: 用回朔法实现0-1背包问题,其实排序部分用的是快速排序,以提高运行的时间效率.-Schomburg method used to achieve 0-1 knapsack problem, in fact some sort of rapid, in order to increase the efficiency of operations.
Platform: | Size: 1024 | Author: 郭宏慧 | Hits:

[CSharp实习报告2

Description: 背包问题:一. 需求分析1.本程序中,表示背包和物品的元素限定为实型,物品的多少不限(可通过改变宏选择适当的数组长度).2.程序由用户和计算机的对话方式执行,在计算机的提示信息下由用户在键盘上输入规定的运算命令,相应的输入数据和运算结果显示在其后。3.程序执行的命令包括:1) 构造物品数组及相应的标识数组2) 对数组的当前状态求和3) 打印出所有符合要求的结果4.测试数据实型的任意数据均可,不能输入字符型数据-knapsack problem : 1. A needs analysis. This procedure, said the backpack and items elements is limited to type, the number of open-items (available through Acer change the selection of appropriate length of the array). 2. Procedures by the user and computer dialogue approach to the implementation of the computer under the message by the user at the keyboard input on the operation order, the corresponding input data and computing results in the following. 3. Procedures for the implementation of the order include : 1) Construction items array and the corresponding array logo 2) to the current status of the array summation 3) Print out to meet the requirements of all four results. Test data is the type of data can be arbitrary, can not be imported for character data
Platform: | Size: 7168 | Author: 王想 | Hits:

[OtherResourceAssign

Description: 一个实现背包问题的程序,挺有意思的,快来下载哦,准你满意!-a knapsack problem achieving the procedure quite interesting, Come download Oh, you associate satisfaction!
Platform: | Size: 32768 | Author: 黄庆龙 | Hits:

[CSharpknapGa

Description: 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
Platform: | Size: 5120 | Author: 流程 | Hits:

[GUI Develop背包问题的动态规划法算法(c++)

Description: 数据结构 算法设计与分析背包问题的动态规划法算法-data structure design and analysis of algorithms knapsack problem of dynamic programming algorithm
Platform: | Size: 1024 | Author: 孤星云 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net