CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - source knapsack

搜索资源列表

  1. backbag

    0下载:
  2. 该程序是一个背包算法,是由C++写的源程序-that the procedure was a knapsack algorithm is written in C source files
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:828byte
    • 提供者:lulu
  1. Knapsacktwoinone

    0下载:
  2. 0-1背包和 背包问题的动态规划 源程序 只是测试 不过要自己输入 还要自己加入 很简单就没有更改-0-1 knapsack problem knapsack and the dynamic programming source code is to test but also to input their own entry is very there is no simple changes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:981byte
    • 提供者: 朱雨科
  1. saa

    1下载:
  2. 使用模拟退火算法解0-1背包问题MATLAB源代码-using simulated annealing Xie 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:林鑫
  1. greedy

    0下载:
  2. 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:799byte
    • 提供者:林鑫
  1. knapsack.rar

    0下载:
  2. 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。, Solution 0/1 knapsack question heredity algorithm procedure source code realizes which with the GAlib storehouse.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-11-08
    • 文件大小:3.28kb
    • 提供者:应伟勤
  1. 0-1beibaowenti

    0下载:
  2. 用C#编写的利用遗传算法解决0-1背包问题的源程序,希望对需要的朋友有所帮助-C# prepared with the use of genetic algorithm to solve the 0-1 knapsack problem source, and they hope to help a friend in need
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:25.27kb
    • 提供者:mimi
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:14.96kb
    • 提供者:海霞
  1. 55

    0下载:
  2. 背包问题分枝界限算法的源代码 其中包括背包容量、下限、剩余容量、当前价值之和 等-Branch-and-bound algorithm for knapsack problem of the source code including backpack capacity, the lower limit, the remaining capacity, the current value and so on
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.15kb
    • 提供者:李辉
  1. package

    0下载:
  2. 动态规划的背包问题,包括讲解,源代码还有详细的例证。-Dynamic programming knapsack problem, including explanations, there is a detailed source code examples.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:7.07kb
    • 提供者:sfsf
  1. packageProblem.tar

    0下载:
  2. 0-1的小偷背包问题源码,给出可偷东西的个数和可以拿走的最大重量,算法可以给出在这个条件下的最优解。-0-1 knapsack problem thieves source, give the number of things can be stolen and taken away the largest weight in the algorithm can give optimal solution under the conditions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.37kb
    • 提供者:luxin
  1. 01beibaoshutafugai

    0下载:
  2. 这是学习动态规划时用动态规划设计分析实际问题,用动态规划方法设计的数塔问题,棋盘覆盖,和01背包问题的源码,希望朋友们需要的话可以下载-This is used to study dynamic programming dynamic programming design and analysis of practical problems, using dynamic programming method of a number of tower design problem, board c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:张陆军
  1. Knapsack_Problems

    0下载:
  2. 背包类问题浅析和一些背包类问题的解答源程序。-Knapsack-type problem and some of the answers to questions backpack source category.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:36.04kb
    • 提供者:晴天飞雪
  1. KnapsackProblem

    0下载:
  2. 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:153.66kb
    • 提供者:王若
  1. yuandaima

    0下载:
  2. 一般背包问题的贪心算法 Dijkstra算法求解单源最短路径问题 N皇后问题 Prim算法 Kruskal算法代码-The general knapsack problem greedy algorithm Dijkstra' s algorithm for single-source shortest path algorithm N Queen' s problem Kruskal Algorithm Prim code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7.18kb
    • 提供者:liujuan
  1. KnapsackProblemCLanguagesSourceCode)

    0下载:
  2. 背包问题(贪婪算法)c语言源代码。希望有帮助!-Knapsack problem (greedy algorithms) c language source code. Hope that helps!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1.07kb
    • 提供者:wang_yufang
  1. Knapsack-problem

    0下载:
  2. 背包问题,用遗传算法解决,并在VC++环境下调试通过,得到正确结果,可供参考,源码C文件中有较详细的注释-Knapsack problem, using genetic algorithm, and in the VC++ debugging environment through, get the correct results, for reference, source C files in more detailed comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:12.5kb
    • 提供者:paradise
  1. Knapsack-problem

    0下载:
  2. 背包问题(Knapsack Problem)的解法源代码,修改参数即可使用-Knapsack Problem source code, modify the parameters can be used
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6.09kb
    • 提供者:aa
  1. Knapsack-problem-based-on-GA

    1下载:
  2. 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:411.17kb
    • 提供者:李海波
  1. source

    0下载:
  2. home+work其实是01背包问题,二维一维都可以-home+work actually 01 knapsack problem, can be a two-dimensional one-dimensional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1kb
    • 提供者:22
  1. QGA-AND-GA-for-knapsack

    1下载:
  2. 本源程序里面实现了基本的遗传算法与量子遗传算法实现0-1背包问题,并对实现结果截图并分析了。-The source of which the realization of the genetic algorithm and the quantum genetic algorithm to achieve the basic 0-1 knapsack problem, and the results were analyzed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.33mb
    • 提供者:黄山
« 12 3 »
搜珍网 www.dssz.com