CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - knapsack

搜索资源列表

  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. knapback

    0下载:
  2. 背包问题的最优并行算法,毕业设计,利用分治策略-Knapsack problem of the optimal parallel algorithm, graduation design, the use of sub-rule strategy
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:313370
    • 提供者:syzqgj
  1. knapsack

    0下载:
  2. Solving Knapsack Using Java and CPLEX
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:992
    • 提供者:xaxis
  1. KnapsackProblem

    0下载:
  2. 这是用MATLAB编写的模拟退火算法求解背包问题的程序-This is prepared using MATLAB algorithm simulated annealing procedure for Knapsack Problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8297
    • 提供者:刘翔
  1. knap

    0下载:
  2. this file solve 0/1 knapsack problem
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4970
    • 提供者:morteza
  1. Knapsack

    0下载:
  2. 0-1背包 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:702
    • 提供者:拉力
  1. evo-knapsack

    0下载:
  2. pdf for evolutionary computing of knapsack
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-17
    • 文件大小:328368
    • 提供者:farhad
  1. monituihuo_beibao

    0下载:
  2. 模拟退火算法解决背包问题,使得背包能得到最好的利用。-Simulated annealing algorithm to solve knapsack problem, the backpack can be the best possible use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2367
    • 提供者:张苹
  1. KITBAG

    0下载:
  2. 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:695
    • 提供者:workfuture
  1. backpackbranchandbound

    0下载:
  2. 这是传统智能优化背包问题用VC++ 6.0的实现,是对背包问题分支限界的可视化算法实现-This is a traditional intelligent optimization knapsack problem VC++ 6.0 with the realization of knapsack problem is the visualization of branch and bound algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:179094
    • 提供者:yangke
  1. knapsack_win

    1下载:
  2. 多目标背包问题的源码 希望对大家有用 很经典的 从Ziztler哪里得到的-Multi-objective knapsack problems code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:62315
    • 提供者:brue yang
  1. SA

    1下载:
  2. 这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing algorithm to find out about fr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1195
    • 提供者:小吴
  1. knapsack

    0下载:
  2. 背包问题,每类物品个数不限,使得总价值最大的动态规划算法。-Knapsack problem, the number of each type of goods not limited to, making the total value of the largest dynamic programming algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:985
    • 提供者:hyqin
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1719
    • 提供者:田文杰
  1. pso_01

    1下载:
  2. 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:9967
    • 提供者:waterjj
  1. 01bag

    0下载:
  2. 用蛮力法,回溯法,分支限界法求解背包问题-With the brute force method, backtracking, branch and bound method for solving knapsack problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1052397
    • 提供者:hehuiling
  1. knapsack

    0下载:
  2. it a code for knapsack
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:643
    • 提供者:Dilpreet
  1. Knapsack

    0下载:
  2. The Complete Algorithm for the Knapsack Problem via Dynamic Programming in C++.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:37663
    • 提供者:PooYan
  1. TSP

    1下载:
  2.  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
  3. 所属分类:其他小程序

    • 发布日期:2013-12-03
    • 文件大小:5800
    • 提供者:logspace
  1. Knapsack

    0下载:
  2. java实现0/1背包问题,算法中所用到的为动态规划寻找最优解的思想。-java to achieve 0/1 knapsack problem, algorithms are used to find the optimal solution for the dynamic programming ideas.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:852
    • 提供者:liangsi
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com