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

搜索资源列表

  1. 遗传基因算法源代码.zip

    0下载:
  2. 所属分类:JSP源码/Java

    • 发布日期:
    • 文件大小:17417
    • 提供者:
  1. 0415

    0下载:
  2. 实现了基因组的显示功能,主要在jsp后台进行的运算,并且将基因,操纵子,代谢通路等信息进行了显示-realized Genome display function, mainly in the background jsp operations, and will genes, operon, metabolic pathways, and other information for the show
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7120
    • 提供者:周游
  1. smith_waterman

    0下载:
  2. 用smithwaterman算法做局部序列匹配。如在程序中给出了测试给定的两个基因序列是否匹配的例子-To do with smithwaterman local sequence matching algorithm. If the test is given in the program given two examples of gene sequences match
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1128
    • 提供者:康靖林
  1. SymbolicRegression

    1下载:
  2. 遗传编程 遗传编程,或称基因编程/GP ,是一种从生物演化过程得到灵感的自动化生成和选择计算机程序来完成用户定义的任务的技术。从理论上讲,人类用遗传编程只需要告诉计算机"需要完成什么",而不用告诉它"如何去完成",最终可能实现真正意义上的人工智能:自动化的发明机器。 -In artificial intelligence, genetic programming (GP) is an evolutionary algorithm-based methodology inspired
  3. 所属分类:Java Develop

    • 发布日期:2014-10-27
    • 文件大小:11939
    • 提供者:leon
  1. SampleGA

    0下载:
  2. 這是用JAVA編寫的基因遺傳演算法,透過選擇、交配、突變,適者生存,不適者淘汰方式,求最佳解的啟發式演算法。 -It is written in JAVA using genetic algorithms, through selection, crossover, mutation, survival of the fittest, not by way of elimination, find the optimal solution heuristics.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:18790
    • 提供者:JJH
  1. java

    0下载:
  2. 利用基因演算法(genetic algorithm)方式求出10個node,50個node,100個node的最短路徑。-Use of genetic algorithms (genetic algorithm) method obtained 10 node, 50 个 node, 100 个 node of the shortest path.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:44837
    • 提供者:MIN-TSUNG WU
  1. Haploview

    0下载:
  2. ◦ 1.连锁不平衡与单倍型分析 ◦ 2.单倍型人群频率估算 ◦ 3.SNP与单倍型关系分析 ◦ 4.相互关系的排列测验 ◦ 5.可以从HapMap上直接下载基因型信息 -Data can be loaded in six formats. Ped and Haps files can also load an optional marker info file and PLINK files normally requir
  3. 所属分类:JavaScript

    • 发布日期:2017-05-19
    • 文件大小:5300252
    • 提供者:于鹏丽
  1. GA

    0下载:
  2. 基因算法描述旅行商问题(Traveling Saleman Problem,TSP)-using Genetic Algorithm to implement the Traveling Saleman Problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9689
    • 提供者:shaoyongjie
  1. Assign

    0下载:
  2. 基因编程方法的另一种特殊实现方法,解决旅行商问题-another special way to solve the Traveling Saleman Problem use genetic algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:8958
    • 提供者:shaoyongjie
  1. mynetwork

    0下载:
  2. 以Java为程序设计语言,运用强大的JDK工具包,在Eclipse3.2的平台上,以基因数据为研究对象,设计出一款基于人工神经网络数据挖掘的生物信息分析软件。根据基因数据结构,对基因序列的碱基进行编码变换;用户则根据自己的需求通过人机交互界面来自定义网络某些参数,将样本基因数据传入到神经网络当中,继而进行有限次迭代处理,不断调整分布处理单元的连接强度。最后将目标基因数据输入到已经锻炼好的网络中,来对目标基因的未知序列进行预测。运行结果:软件能够无误的运行,且能够较好的对基因序列进行预测。-A J
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:12800
    • 提供者:yoyo
  1. yichuansuanfa

    0下载:
  2. 实现了基因遗传算法,实现了交叉,变异,突变等操作,最终产生最优解-Achieve a genetic algorithm to achieve the crossover and mutation, mutation and other operations, and ultimately produce the optimal solution
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:13965
    • 提供者:蒋帅
  1. DNA

    0下载:
  2. 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 -The human gene consists of 4 nucleotides, respectively represented by the letter ACTG. A
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2498
    • 提供者:程瑶
  1. genTest

    0下载:
  2. 在30秒内作出选择,根据给定的基因全称,写出基因对应的缩写。成绩以答对的题目数-Make a choice within 30 seconds, according to the full name of a given gene, write gene corresponding abbreviation. Results in the number of questions answered correctly
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:35041
    • 提供者:cc
  1. DNA

    0下载:
  2. 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。-Human genome consists of four nucleotides, are represented by the letters ACTG. Requested t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:罗忠祥
  1. MOEA算法

    0下载:
  2. 非线性优化技术中的MOEA算法,主要是结合了基因算法,遗传算法和精英算法
  3. 所属分类:其它源码

搜珍网 www.dssz.com