搜索资源列表

  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0 / 1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on th
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:张锐
  1. 01背包

    0下载:
  2. 01背包问题算法
  3. 所属分类:源码下载

  1. 01背包问题

    0下载:
  2. 01背包问题-动态规划 直接可用
  3. 所属分类:源码下载

    • 发布日期:2011-04-03
    • 文件大小:824
    • 提供者:zramals
  1. 01背包问题

    0下载:
  2. 采用分枝限界法解决0/1背包问题! 本人上机实习作业,通过老师验收,合格! 针对部分上机实习的同学可以来下~-used Branch and Bound France 0/1 knapsack problem! I practice on the machine operations, acceptance by the teachers, qualified! In view of the attachment on the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:张锐
  1. 017387-01

    0下载:
  2. 论坛代码 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪-Forum with the branch code boundaries to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem
  3. 所属分类:系统编程

    • 发布日期:2024-09-29
    • 文件大小:2736128
    • 提供者:yuanjianping
  1. 0-1beibao

    0下载:
  2. 01背包问题题目 有N件物品和一个容量为V的背包。第i件物品的费用是c[i],价值是w[i]。求解将哪些物品装入背包...但它却是另一个重要的背包问题P02最简捷的解决方案,故学习只用一维数组解01背包问题是十分必要的。-01 knapsack problem subject N items and a capacity of V backpack. The first i items cost c [i], the value of
  3. 所属分类:文件格式

    • 发布日期:2024-09-29
    • 文件大小:238592
    • 提供者:0000
  1. 01

    0下载:
  2. 01背包问题的经典实现。在VC6下面调试通过。学习算法的朋友可以借鉴一下-01 to achieve the classic knapsack problem. VC6 debugger in the following through. Learning algorithm can learn from you friends
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-29
    • 文件大小:68608
    • 提供者:atl
  1. 01knapsack

    0下载:
  2. 01背包问题的C++源程序,写的比较简单-01 knapsack problem C++ Source code, written in relatively simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-29
    • 文件大小:49152
    • 提供者:sandy chen
  1. pack1

    0下载:
  2. 01背包问题 用算法分之方法解决的问题-01 knapsack problem with algorithms to solve the problem of points
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:wxh
  1. OIknap

    0下载:
  2. 用VC编写的01背包问题,功能强大,是在老师的指导下完成的,大家可以用来参考-VC prepared with 01 knapsack problem, powerful, is completed under the guidance of teachers, and everyone can be used to reference
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-09-29
    • 文件大小:431104
    • 提供者:清水
  1. Solving.the.01.Knapsack.Problem.with.Genetic.Algor

    1下载:
  2. 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-29
    • 文件大小:201728
    • 提供者:gouyabin
  1. 01beibao

    0下载:
  2. 这是一个用分支限界法实线01背包问题的说明文档,包含代码-This is a branch and bound method with solid line 01 knapsack problem of documentation, including code
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:22528
    • 提供者:lius
  1. 01beibao

    0下载:
  2. 01背包问题,里面有四种算法,分别为动态规划,分支限定发,回溯法和谈新算法!-01 knapsack problem, there are four kinds of algorithms, dynamic programming, respectively, branch limit hair, the new algorithm backtracking peace!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-29
    • 文件大小:247808
    • 提供者:chenchen
  1. 01

    0下载:
  2. c++利用回溯法来实现01背包问题  阶段是:在前N件物品中,选取若干件物品放入背包中;   状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;   决策是:第N件物品放或者不放; -c++ using backtracking to achieve the 01 knapsack problem Stage: the first N items, select the number of it
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-29
    • 文件大小:884736
    • 提供者:林挺
  1. test-data-for-01-knapscap-problem

    0下载:
  2. 这个是用于01背包问题的测试数据,很多论文都用这其中的数据集来测试-This is a knapsack problem for the 01 test data, a lot of papers with which the data set to test
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:4096
    • 提供者:吴凡
  1. 粒子群01背包

    0下载:
  2. 用粒子群算法解决01背包问题(100个物品)从而得到最优解(The particle swarm algorithm is used to solve the 01 knapsack problem (100 items), and thus the optimal solution is obtained)
  3. 所属分类:其他小程序

  1. knapsack problem

    0下载:
  2. 用动态规划解决01背包问题,以及回溯找到最终解,完美的解决了动态规划的思想(Use dynamic programming to solve the 01 knapsack problem.)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-29
    • 文件大小:3840000
    • 提供者:莫忘莫失
  1. 回溯法(01背包问题)

    0下载:
  2. 回溯法解决01背包问题,111111111111111111(Backtracking method for solving 01 knapsack problems)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:Destrory_All
  1. 遗传算法01背包问题

    0下载:
  2. 使用遗传算法解决01背包问题,并输出得到最大价值的遗传代数以及每一代的最大价值(Using genetic algorithm to solve 01 knapsack problem)
  3. 所属分类:Windows编程

    • 发布日期:2024-09-29
    • 文件大小:2048
    • 提供者:23258hyw
  1. beiBao01

    0下载:
  2. 免疫克隆解决01背包问题,将免疫概念及其理论应用于遗传算法,在保留原算法优良特性的前提下,力图有选择、有目的地利用待求问题中的一些特征信息或知识来抑制其优化过程中出现的退化现象,这种算法称为免疫算法(Immune Algorithm) IA。人工免疫算法是一种具有生成+检测 (generate and test)的迭代过程的群智能搜索算法。从理论上分析,迭代过程中,在保留上一代最佳个体的前提下,免疫算法是全局收敛的。(Immune cl
  3. 所属分类:matlab例程

    • 发布日期:2024-09-29
    • 文件大小:1024
    • 提供者:崔天际
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org