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

搜索资源列表

  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. octane-1.01.20-src

    0下载:
  2. Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compre
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:173291
    • 提供者:jason..
  1. 01

    0下载:
  2. 01背包问题的经典实现。在VC6下面调试通过。学习算法的朋友可以借鉴一下
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:69058
    • 提供者:atl
  1. Solving.the.01.Knapsack.Problem.with.Genetic.Algor

    1下载:
  2. 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:201710
    • 提供者:gouyabin
  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. finite_element_toolbox_v2.01

    3下载:
  2. matlab工具箱,使用有限元计算ODEs(常微分), PDEs(偏微分),BVPs(边值问题),包括一维,二维,三维.(Matlab Finite Element toolbox,version2.01)-This is a toolbox for computing ODEs or PDEs in BVPs using FEM in 1D, 2D and 3D
  3. 所属分类:matlab例程

    • 发布日期:2013-05-18
    • 文件大小:95631
    • 提供者:wjl
  1. proj07-01

    0下载:
  2. 试验中使用模拟退火算法寻找一6-单元网络能量最小化的模型。模拟退火算法是模拟物理学上的退火技术。其优势在于有可能使系统从局部极小值跳出。-Simulated annealing algorithm used in the experiments to find a 6- unit network model of energy minimization. Simulated annealing algorithm simulates the physics of annealing. The a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:14747
    • 提供者:王瑶
  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. test-data-for-01-knapscap-problem

    0下载:
  2. 这个是用于01背包问题的测试数据,很多论文都用这其中的数据集来测试-This is a knapsack problem for the 01 test data, a lot of papers with which the data set to test
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4221
    • 提供者:吴凡
  1. Seq_Outof_FastaV2.01

    0下载:
  2. 可以直接从fasta格式的文件中读取氨基酸序列或者碱基序列,方便matlab读取-Directly from the FASTA file format to read the amino acid sequence or base sequence, to facilitate reading matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8007
    • 提供者:kale
  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. RANSAC_Beta_v0.01

    1下载:
  2. ransac是常用的稳健计算机视觉的方法,可用于两幅影像的配准。这是使用C++实现的RANSAC-This is an C++ Implementation for RANSAC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:785203
    • 提供者:Li xiang ru
  1. pack_of_four_algorithms

    0下载:
  2. 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:248588
    • 提供者:Lucia
  1. proj10-01

    0下载:
  2. 在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。-In the test preparation process to achieve a K means clustering algorithm, K means clustering principle is: in the training samples to
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1670
    • 提供者:王瑶
  1. proj11-01

    0下载:
  2. 数字图像处理:图像骨架化的程序,实验中骨架化的原理为中轴转化方法-Digital Image Processing: Image skeleton of the program, the principle of the experiment for the axial skeleton of Transformation
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:61046
    • 提供者:liuwf
  1. gpstoolbox3.01

    0下载:
  2. gps的matlab仿真工具包version3.01,函数和处理方法非常全,不错的gps开发仿真工具-gps the matlab simulation toolkit version3.01, function and processing method is very full, good development of simulation tools gps
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:101362
    • 提供者:徐小杰
  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. QUBIT4MATLAB4.01

    0下载:
  2. 量子计算的matlab例程:QUBIT4MATLAB4.01-Quantum computing matlab routines: QUBIT4MATLAB4.01
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:62142
    • 提供者:Freeman
  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背包问题,利用的是动态规划的思想,不是改进的01背包算法-01 knapsack problem, the use of dynamic programming is the idea, not the 01 knapsack algorithm to improve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:6058
    • 提供者:李崇帆
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com