搜索资源列表

  1. 背包问题之贪婪算法求解C语言源代码

    0下载:
  2. 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1156
    • 提供者:ffff
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0 / 1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:应吉平
  1. 背包问题的遗传算法解法vb

    0下载:
  2. 这是一用VB解决背包问题的遗传算法元程序,程序框架清楚,应用性强-This a backpack with VB solve problems of genetic algorithm yuan procedure is a clear fr a mework and application-
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:25214
    • 提供者:刘三
  1. 背包

    0下载:
  2. 文件里有说明,其作用和具体的程序在文件里均具体介绍了 -document has stated that its role and specific procedures in the documents specifically introduced
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2361
    • 提供者:单志勇
  1. 背包问题程序

    0下载:
  2. 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即Σpi*xi 取得最大值。-0 / 1 knapsack problem, the need for the capacity of the c loaded backpack. N items from the s
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:173598
    • 提供者:陈琳
  1. 0-1背包

    0下载:
  2. 0-1背包问题算法在java语言的实现程序-0-1 knapsack problem algorithm java language in the realization process
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1166
    • 提供者:成成
  1. fenjieshu

    0下载:
  2. 背包程序,C语言的经典程序,经典算法之一。适合对C语言学习有兴趣者
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1111
    • 提供者:yujianfei
  1. 0-1背包问题

    0下载:
  2. 该程序用贪心算法来求解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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:杨晨
  1. 基于vc的背包问题的实现

    0下载:
  2. 这是计算机算法中的背包问题的实现程序,使用VC开发!-This is a realization of backbag problem with VC++
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:罗刚
  1. 背包问题-vb

    0下载:
  2. 解决背包问题的vb程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-06-30
    • 文件大小:24781
    • 提供者:angieyan
  1. 背包问题(动态规划递归算法)的vc程序

    0下载:
  2. 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-07-31
    • 文件大小:1016998
    • 提供者:lcf_spring
  1. 背包程序

    0下载:
  2. 用matlab写的背包程序代码
  3. 所属分类:matlab例程

    • 发布日期:2010-11-01
    • 文件大小:984838
    • 提供者:yongxin166
  1. 0-1背包

    0下载:
  2. 0-1背包问题算法在java语言的实现程序-0-1 knapsack problem algorithm java language in the realization process
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:成成
  1. 0-1背包问题

    0下载:
  2. 该程序用贪心算法来求解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.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:杨晨
  1. 背包问题之贪婪算法求解C语言源代码

    0下载:
  2. 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, be
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:ffff
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0/1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:应吉平
  1. 背包问题的遗传算法解法vb

    0下载:
  2. 这是一用VB解决背包问题的遗传算法元程序,程序框架清楚,应用性强-This a backpack with VB solve problems of genetic algorithm yuan procedure is a clear fr a mework and application-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:24576
    • 提供者:刘三
  1. 背包问题程序

    0下载:
  2. 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即Σpi*xi 取得最大值。-0/1 knapsack problem, the need for the capacity of the c loaded backpack. N items from the sel
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-09
    • 文件大小:173056
    • 提供者:陈琳
  1. 背包问题测试数据

    0下载:
  2. 可以解决背包问题没有合理数据的程序()
  3. 所属分类:其他小程序

  1. matlab程序(解决0-1背包问题)

    0下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:21504
    • 提供者:MR安眠
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org