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

搜索资源列表

  1. GenetiAlgorithm

    1下载:
  2. 主要是关于基因演算法里面的思想及如何实现,还有它的原理,是智能计算里面非常重要的部分-Mainly on genetic algorithms inside the thoughts and how to achieve, as well as its principles, is intelligent computing inside a very important part of the
  3. 所属分类:File Formats

    • 发布日期:2015-11-01
    • 文件大小:257508
    • 提供者:dfa
  1. phase.2.1.1.source.tar

    2下载:
  2. 预测单倍型根据基因型数据,根据已经知道的数据,预测未知的数据- The program PHASE implements methods for estimating haplotypes from population genotype data described in Stephens, M., and Donnelly, P. (2003). A comparison of Bayesian methods for haplotype reconstruction from p
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:246456
    • 提供者:zcrself
  1. GA

    0下载:
  2. 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。-Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorithm (GA), calculating y i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:43549
    • 提供者:skyfrog
  1. MCSP

    0下载:
  2. 计算两个字符串的最小公共子串划分(MCSP)。最小公共子串划分(MCSP)是指把两个字符串划分成相同的子串的集合,同时要求划分的子串数目最少。比如,S1 = cdabcdabceab,S2 = abceabcdabcd,求得的MCSP是(cdabcd, abceab), (abceab, cdabcd).MCSP问题是基因重组中的关键问题,并且与用逆转重复字串进行排序的问题十分相近。MCSP问题是NP难的。-The code is to compute MCSP of two given str
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2898
    • 提供者:luckypig
  1. financialwarningsystem

    1下载:
  2. 一个综合性模型,含有最大最小博弈模型,基因表达式编程模型,最终产生股票指数模拟结果-a comprehensive model together with minority game, majority game, genatic programing, and finally produce a simulated result of stock index.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-14
    • 文件大小:284567
    • 提供者:刘小宝
  1. vcDEMO

    0下载:
  2. 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:46773
    • 提供者:zsy
  1. vBGA

    0下载:
  2. 基于VB实现遗传算法 ,FitnessValue (i) 为适应度值数组、avFit2nessValue (100) 为归一化适应度值数组、Population2 Chrom(i ,j) 为遗传个体的等位基因值、Popsize 为种群中的个体数,CHROMLENGTH为一母体对的等位基因 总数-VB-based genetic algorithm software implementation in the proceedings, FitnessValue (i) In order to me
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5462
    • 提供者:石立恒
  1. ga_used_for_ai

    0下载:
  2. 处理基因数据,应用在生物信息学 已对wold的数据进行处理-used for gene data set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:11350
    • 提供者:dennis
  1. zGEP

    2下载:
  2. 基因表达式编程是遗传算法的一个重要分支,该源代码提供了一个java的实现,对于学习遗传算法很有帮助-Gene expression programming is an important branch of genetic algorithms, the source code provides a java implementation, very helpful for learning genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-10-27
    • 文件大小:597042
    • 提供者:杨宁
  1. 75448151lsp3

    0下载:
  2. 语音信号的LPC线性预测编码程序,求其基因周期的源程序了,分帧,预处理,LPC算法-LPC Linear Predictive speech signal coding process, seeking the source of its genetic cycle, and sub-frame, pre, LPC algorithm
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-07
    • 文件大小:1883
    • 提供者:david
  1. mrbayes-3.1.2

    0下载:
  2. 贝叶斯分类代码,过滤算法,对基因序列执行-Bayesian classification code, filtering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:506209
    • 提供者:陈曦
  1. vc2005jiyin

    0下载:
  2. 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中…… -The genetic algorithm library is a program written in Visual S
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1550053
    • 提供者:宇烁
  1. genericalgorithm2496

    0下载:
  2. 一个用VC++实现的基因表达式的程序,内附有注解说明-Using VC++ to achieve the gene expression program
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:49538
    • 提供者:nornand
  1. 0078

    0下载:
  2. 提取基因周期方法运用了MATLAB程序,还可以看看吧-tiqujiyinzhouqifangfa
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:243995
    • 提供者:杨海
  1. shuzijiance

    1下载:
  2. 目前在世界上,根据人体特征,主要有3个部分的图像识别: 1、指纹识别 2、瞳孔识别 3、面部识别 由于每个人的基因不同,使得每个人的指纹也不同,根据这一点,发展了很多识别的方法,如:比较、匹配、采样等。瞳孔识别同指纹识别类似,据美国科学家研究,每个人的瞳孔都是不一样的,这样在识别的时候,错误的概率就低了。 而面部识别,则难度较大,由于表现人面部的数据量十分庞大,另外,基因的不同只会使人面部数据库中的一部分不同,这时由于人眼的误差,在进行分辨时几乎辨别不出来。如双胞胎
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:6783
    • 提供者:王甜甜
  1. GA

    0下载:
  2. 这是求值函数采取仅正面价值的简单的基因算法实施,并且合适的个体是相同的象目标函数的价值 -This is a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:220273
    • 提供者:李杰
  1. pitch

    0下载:
  2. 采用倒谱分析进行基因检测,程序内有详细的标注。-Cepstrum analysis using genetic testing, procedures detailed within the mark.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1014
    • 提供者:dk
  1. MEGA4

    0下载:
  2. 包含clustal W功能,可以构建系统进化树、比对基因序列等功能,可以做BLAST搜索-Contains clustal W function, one can construct phylogenetic trees, and other functions than on the gene sequence, BLAST searches can be done
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7097763
    • 提供者:付永飞
  1. Optimization_Genetic_Algorithm_and_Direct_Search.z

    0下载:
  2. 基因演算法之多目標最佳化程式,有包含大量範例參考-optimization program based on genetic algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:10696
    • 提供者:詹翔安
  1. GeneticAlgorithm

    0下载:
  2. 基因算法的一个简单例子。实现了复杂数学模型的最优解寻找。-Genetic algorithm is a simple example. Achieve the optimal solution of complex mathematical models to find.
  3. 所属分类:DNA

    • 发布日期:2017-04-01
    • 文件大小:215783
    • 提供者:李明
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com