CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 背包问题数据

搜索资源列表

  1. SJJG_BIT

    0下载:
  2. 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:585711
    • 提供者:林健
  1. beibao

    0下载:
  2. 数据结构典型问题,背包问题的求解源码,c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21338
    • 提供者:钉子
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. bag

    0下载:
  2. 这是一个“背包”问题的数据结构的C语言实现。我个人觉得是考查对链表和二叉树的知识。去年学的是这个,觉得很有意思。自己写了几个,也收集了别人做的几个课题。具体思路里面有。-This a problem "bag" in data_structure. I learned this course last year and I think it s very interesting.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:12250
    • 提供者:流动的阳光
  1. bag

    0下载:
  2. 数据结构的课程设计,背包问题的解决 数据结构的课程设计,背包问题的解决-bag bag bag
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:156348
    • 提供者:梅子
  1. beibao

    0下载:
  2. 数据结构算法背包问题解法之递归解法,C语言实现 -Data structure algorithm of knapsack problem Recursive Solution Method, C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1097
    • 提供者:li shu
  1. pack1

    0下载:
  2. 数据结构中栈的经典算法——第一类背包问题,已经通过测试!-The stack data structure in the classic method- The first knapsack problem, has passed the test!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:901345
    • 提供者:nick
  1. pack2

    0下载:
  2. 数据结构中栈的经典算法——第二类背包问题,已经通过测试!-The stack data structure in the classic method- II knapsack problem, has passed the test!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:885715
    • 提供者:nick
  1. U7_27

    0下载:
  2. 完全背包问题 原创代码 算法 数据结构-Algorithm for knapsack problem completely original source data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:616
    • 提供者:robey
  1. packet

    0下载:
  2. 算法分析与设计中的背包问题的实现!程序运行时根据提示输入相关的信息数据即可正确运行!-Algorithm Analysis and Design Implementation knapsack problem! When prompted to run the relevant information according to the data can be correctly!
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:611
    • 提供者:妮妮
  1. Pack

    0下载:
  2. 这是在VC环境下编写的一个数据结构的经典问题背包问题-This is written in VC environment, a data structure of the classic problems knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:539249
    • 提供者:sunkang
  1. data-structure

    0下载:
  2. 数据结构的经典问题 迭代 穷举搜索 递推 背包问题 有完整的程序-Classic problem of data structure iteration branch search
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:42481
    • 提供者:skyman
  1. bei_bao

    0下载:
  2. 可以解决背包问题,而不是0-1背背包。使用于数据结构里面的课后题!-Knapsack problem can be solved, not the 0-1 knapsack back. Data structure used inside the after-school question!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:694
    • 提供者:黄健
  1. 959802

    0下载:
  2. 0-1背包问题的分支限界算法实现,有详细的函数功能说明()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Bprtha
  1. covmrphort

    0下载:
  2. 自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:Reqata
  1. VTUDC

    0下载:
  2. 该程序是一个用动态规划法解决0-1背包问题的小程序,可以为学习动态规划法遇到困难的同学提供帮助()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:axtgq%2B4383
  1. jneev

    0下载:
  2. 采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:854016
    • 提供者:Grsfbitt
  1. xadev

    0下载:
  2. 在线算法的 C语言 就是在线算法解决背包问题的一种,问题很长()
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:54272
    • 提供者:wateyfall
  1. hzbyptb

    0下载:
  2. 这是经典的背包问题,其中包含多种算法,以及背包问题的拓展()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:155648
    • 提供者:defuction
  1. 690051

    0下载:
  2. 动态规划的背包问题,包括讲解,源代码还有详细的例证,()
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:6144
    • 提供者:AX%219936
« 12 »
搜珍网 www.dssz.com