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

搜索资源列表

  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 machine for students to the
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 一个简单的01背包算法,物品数量限制在10以内。-a simple 01 backpack algorithm, the number of items within the limit of 10.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11087
    • 提供者:凌寒
  1. libnumrecognitiondemo_0.01

    0下载:
  2. number recognition! n umber recognition! number recognition!-number recognition! N umber recognition! Number recognition!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36299
    • 提供者:deht
  1. 01-8queens

    0下载:
  2. n皇后问题,rar格式,运行环境c++,n〉=1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7016
    • 提供者:王子
  1. bstringk

    0下载:
  2. 离散01串问题,(n,k)01 串定义为:长度为n 的01 串,其中不含k 个连续的相同子串。对于给定的正整数n 和k,计算(n,k)01 串的个数。-discrete series of 01 questions, and (n, k) 01 Series : the definition of the length of n strings of 01, which is non-consecutive k-the same string. For a given positive inte
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:612
    • 提供者:张三
  1. myfloatk

    0下载:
  2. 纯C写的48位软件模拟浮点运算,可移植 测试版,V0.0000.01 需进一步测试及优化
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41364
    • 提供者:邓彬伟
  1. libnxml-no-curl-2007-07-01ok

    0下载:
  2. libnxml-no-curl-简化版2007-07-01,一个别很不错的XML生成和解析程序。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1350939
    • 提供者:招其良
  1. 01knapsack

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

    • 发布日期:2008-10-13
    • 文件大小:2945
    • 提供者:sandy chen
  1. windows

    0下载:
  2. 滑动窗口模拟 // 对滑动窗口中每一个2字节串排序 // 排序是为了进行快速术语匹配 // 排序的方法是用一个64k大小的指针数组 // 数组下标依次对应每一个2字节串:(00 00) (00 01) ... (01 00) (01 01) ... // 每一个指针指向一个链表,链表中的节点为该2字节串的每一个出现位置
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5595
    • 提供者:柳惠
  1. pack1

    0下载:
  2. 01背包问题 用算法分之方法解决的问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:wxh
  1. beibaowenti

    0下载:
  2. 动态规划求01背包问题. 动态规划求01背包问题.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1586
    • 提供者:aa
  1. 01beibao.rar

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

    • 发布日期:2017-03-29
    • 文件大小:248103
    • 提供者:chenchen
  1. 0-1Knapsack.problem

    0下载:
  2. Knapsack problemnew01背包问题(动态规划) 01背包实验报告-Knapsack problemnew01 knapsack problem (dynamic programming) 01 backpack Experimental Report
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2185866
    • 提供者:ggq
  1. capi-0.01.tar

    0下载:
  2. < 多任务下的数据结构与算法>>一书的配套源代码,含有链表、哈希表、红黑树、AVL树、复合二叉树、无碎片内存管理、垃圾内存管理、多任务遍历等源代码-" " Multi-tasking data structures and algorithms under the " " a book supporting the source code, containing lists, hash tables, red-black tree, AVL
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:178459
    • 提供者:zhou
  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 items into the backpack status
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:884502
    • 提供者:林挺
  1. 01-knapsack-problem--

    0下载:
  2. 01背包问题的优先队列式分支限界算法程序实现-01 knapsack problem with priority queues to achieve branch and bound algorithm program
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:778686
    • 提供者:hudongfang
  1. 01

    0下载:
  2. 数学建模中的动态规划思想解决01背包问题。 包含整个c工程,内容完整,可运行。-Mathematical modeling of dynamic programming to solve 01 knapsack problem. C contains the entire project, content integrity, operational.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:907664
    • 提供者:liu
  1. 01-beibao

    0下载:
  2. 动态规划求解01背包 vc6.0-dynamic programming 0/1 knapsack
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:887149
    • 提供者:马兴江
  1. 01

    0下载:
  2. 利用回溯法求01背包问题,包含了很多内容-it is good
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4373
    • 提供者:夏末
  1. 01-knapsack-algorithm

    0下载:
  2. 01背包动态规划算法,实现01背包算法的一个简单例子-01 knapsack dynamic programming algorithm to achieve 01 knapsack algorithm is a simple example
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:258409
    • 提供者:骆芷茵
« 12 3 4 5 6 »
搜珍网 www.dssz.com