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

搜索资源列表

  1. CAP3_A_DNA_Sequence_Assembly_Program

    0下载:
  2. 论文介绍了一种新的基因测序算法——CAP3的具体思想,实现与应用-This paper introduces a new gene sequencing algorithm- CAP3 specific ideas, Implementation and Application
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-27
    • 文件大小:310151
    • 提供者:guang
  1. fingerprintsourcecode

    0下载:
  2. 指纹识别源码,实现人指纹识别的软件算法,可以应用到安全或者注册方面-Fingerprint identification source, achieve fingerprint identification software algorithm, can be applied to security or the registration of
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-12
    • 文件大小:720431
    • 提供者:张荣博
  1. Antcolonyalgorithm

    0下载:
  2. 分享一个比较实用的关于蚁群算法的c程序代码-Ant colony algorithm procedure
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-15
    • 文件大小:6377
    • 提供者:xz
  1. donglixue

    0下载:
  2. 信号的动力学分析,包含各种算法的原理和比较-Dynamic Analysis of signals, including the principles of the various algorithms and compare
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-16
    • 文件大小:116333
    • 提供者:
  1. ga

    0下载:
  2. 生物的进化是一个奇妙的优化过程,它通过选择淘汰,突然变异,基因遗传等规律产生适应环境变化的优良物种。遗传算法是根据生物进化思想而启发得出的一种全局优化算法。-Biological evolution is a wonderful optimization process, it eliminated by choosing a sudden variation of genetic and other changes in the law to adapt to the environment
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-08
    • 文件大小:235438
    • 提供者:sunguili
  1. OpticalNetwork

    0下载:
  2. 用VC++实现的基因算法,已经调试通过,希望对大家有所帮助-Using VC++ to achieve the genetic algorithm, has been through the debugging, I hope all of you to help ... ...
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-25
    • 文件大小:79191
    • 提供者:lglg123321
  1. STM8_TS_LIB

    1下载:
  2. 基于STM8 的电容按键算法, 方案便宜,适应性强-basic in STM8 cap sensor software lib
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-02
    • 文件大小:658826
    • 提供者:fox
  1. BudCount

    0下载:
  2. 生物学中,顶端优势现象普遍存在。顶端优势指的是:植物的顶芽会优先声张,从而抑制侧芽的生长。如果植物的某个分叉点包括多个芽,我们通常需要摘去其中的顶芽来保证别的芽的正常生长。 算法计算了一棵树的需要摘除芽的个数。-Biology, the widespread phenomenon of apical dominance. Advantage refers to the top: Bud plants will be given a quiet, thereby inhibiting the
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-12
    • 文件大小:602
    • 提供者:swark
  1. CHBTSP

    0下载:
  2. 用c+++实现的遗传算法解决tsp(旅行商)问题源码-Using c+++ realization of the genetic algorithm to solve tsp (TSP) problem source
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-08
    • 文件大小:1775861
    • 提供者:pacific
  1. SENSEgfactorcalculation

    0下载:
  2. 计算SENSE重建图像中的g-factor,这是并行磁共振成像SENSE算法的关键一步-G-factor is the metric to quantify the amplificaiton of noise power in reconstructing SENSE accelerated image. The detail was presented in Pruessmann s 1999 Magn. Reson. Med. paper. In theory, g-factor is t
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:5387
    • 提供者:李荣智
  1. householdandSchmidt

    0下载:
  2. 自己写的household和Schmidt正交分解算法,花了点时间测试成功。是单独的函数,直接调用就可以使用了。-Write their own household and Schmidt orthogonal decomposition algorithm, time spent testing success. Is a separate function, you can use a direct call to the.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-04
    • 文件大小:824
    • 提供者:严君
  1. FFVSDK

    0下载:
  2. Fingerprint Verification SDK 包涵: 指纹特征提取和识别算法 指纹扫描仪支持模块 编程例子 SDK 文档 -Fingerprint Verification SDK contains: * Fingerprint feature extraction and matching algorithm * Support modules for fingerprint scanners * Programming sa
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-09
    • 文件大小:1501831
    • 提供者:lulong
  1. work1

    0下载:
  2. 一种比较简单的蚁群算法的matlab实现,包括完整的代码-A relatively simple ant colony algorithm matlab implementation, including the complete code
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:5433
    • 提供者:yangxi
  1. ACO_as

    0下载:
  2. 蚁群算法解决TSP问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study ant algoritym optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-15
    • 文件大小:8377
    • 提供者:刘杰
  1. Tsp2

    0下载:
  2. 蚁群算法解决TSP问题,C++编写,可以改进应用于其他方面.-It is very useful for student who study ant algoritym optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:45133
    • 提供者:刘杰
  1. GA_std

    0下载:
  2. 遗传算法问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study genetic algorithm optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-04
    • 文件大小:7904
    • 提供者:刘杰
  1. GA_CODE

    0下载:
  2. 遗传算法问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study genertic algorithm optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:21428
    • 提供者:刘杰
  1. parallel_aco

    0下载:
  2. 并行蚁群算法解决TSP问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study ant algoritym optimization.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:14788
    • 提供者:刘杰
  1. GA_code_ppt

    0下载:
  2. 遗传算法问题,C++编写,可以改进应用于其他方面。-It is very useful for student who study genetic algorithm.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:350789
    • 提供者:刘胜
  1. ga_code_tsp

    0下载:
  2. 遗传算法问题,C++编写,可以改进应用于其他方面.-It is very useful for student who study genetic algorithm.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:124321
    • 提供者:刘胜
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com