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

搜索资源列表

  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. 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. 1

    0下载:
  2. 0/1背包问题,C++实现,算法实现源代码,蛮力法实现源程序,-0/1 knapsack problem, C++ implementation, algorithm source code, brute force method to achieve source,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:642byte
    • 提供者:玉青
  1. beibao

    0下载:
  2. 解决背包问题,使用贪心算法,源代码。使用C语言,调试通过-Solve the knapsack problem, use the greedy algorithm, the source code. Using C language, debugging through
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:170.85kb
    • 提供者:宋云辉
  1. VB_knapsack_problem_genetic_algorithm_code

    0下载:
  2. VB背包问题遗传算法求解的源码实例VB knapsack problem genetic algorithm source code examples-VB knapsack problem genetic algorithm source code examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5.33kb
    • 提供者:tpp2ee
  1. tanxin

    0下载:
  2. 完全背包问题(C++贪心算法源代码 含文件操作)-Complete knapsack problem (C++ source code for the greedy algorithm with file operations)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:849byte
    • 提供者:xiongqian
  1. PSO

    0下载:
  2. 粒子群算法解决背包问题。包含matlab 源程序,和一份报告。我的一份作业-Particle swarm algorithm to solve knapsack problem. Matlab source code included, and a report. I have a job
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14.54kb
    • 提供者:黄涛
  1. beibaosuanfa

    0下载:
  2. 背包问题的贪心算法程序源代码下载C++。-Knapsack problem greedy algorithm source code download C++.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:王博雅
  1. d66906376b80

    0下载:
  2. 遗传算法解决TSP背包问题的源代码,包涵MATLAB程序和详尽文字算法说明-Knapsack problem genetic algorithm source code for TSP, bear with MATLAB algorithms procedures and detailed text descr iption
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:572.19kb
    • 提供者:px
  1. Dynamic-Programming

    0下载:
  2. 这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum field and problems, DP knapsac
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.71kb
    • 提供者:林达
  1. Backtracking

    0下载:
  2. 这是算法设计与分析课程实验,回溯算法实验的简单的源代码,包括回溯法背包问题,回溯符号问题。-This is the algorithm design and analysis course experiment, the experiment simple backtracking algorithm source code, including backtracking knapsack problem, the problem back symbol.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.18kb
    • 提供者:林达
  1. 01pakage

    0下载:
  2. 0-1背包问题源代码 用于算法设计的,数据结构的必要问题-0-1 knapsack problem of the source code for the algorithm design, data structures necessary to issue
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:638byte
    • 提供者:洋溢
  1. dp-problem

    0下载:
  2. 这个包括了 ACM比赛中 经常会用到的动态递归算法的一些经典例题,例如背包问题,最长公共子序列等的源代码-This includes the classic example of the dynamic recursive algorithm is often used in the ACM competition, such as the knapsack problem, the longest common subsequence such as source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7.8kb
    • 提供者:hejin
  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. Greedy-algorithm

    0下载:
  2. 使用C语言编写的背包问题之贪婪算法求解源代码 -Greedy algorithm using C language source code for solving the knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:刘锋
  1. q9

    0下载:
  2. 贪婪算法 经典背包问题 matlab源代码 自附数值 -Greedy algorithm is the classical knapsack problem matlab source code the attached value
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:虾米
  1. suanfasheji

    0下载:
  2. 常见算法设计与分析源代码,包括背包问题,n皇后问题,大整数乘法,阶乘问题,汉诺塔等-Common algorithm design and analysis of source code, including the knapsack problem, n queens problem, large integer multiplication, factorial problem, Tower of Hanoi, etc.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:21.62kb
    • 提供者:zty9
  1. Algorithm-design-and-analysis

    0下载:
  2. 大学算法课上的大作业,包含残缺棋盘游戏问题、0/1背包问题、高速缓存调度问题、旅行商问题、流水作业调度问题等等若干问题,有完整源代码、结果截屏、时间复杂性分析-University algorithm class project, including the imperfect board game, 0/1 knapsack problem, the cache scheduling problem, traveling salesman problem, line production sc
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:323.96kb
    • 提供者:贾巽
  1. liziqun

    0下载:
  2. 粒子群算法的基础源代码,可有效解决背包问题。-Particle swarm algorithm based on the source code, which can effectively solve the knapsack problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.73kb
    • 提供者:丁淼淼
« 12 »
搜珍网 www.dssz.com