CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - gene

搜索资源列表

  1. genetic_demo

    0下载:
  2. 基因表达式编程源码,Python的,还不错-Gene Expression Programming source
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:96.58kb
    • 提供者:王二麻
  1. clustalx1.83.sun.tar

    0下载:
  2. clustalx用来做基因序列分析,数据分析-clustalx used to make gene sequence analysis, data analysis
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:840.04kb
    • 提供者:peace
  1. reliefF

    0下载:
  2. reliefF algorithm for gene selection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.36kb
    • 提供者:Yi Zhang
  1. meme_gene_language

    0下载:
  2. 本篇PPT从语言学角度分析了密母和基因语言的区别,通过阅读本篇文章,可以帮助读者对密母算法有一个更深的理解。-PPT from the linguistic point of view that this is meme and gene analysis of language differences, by reading this article can help readers master secret algorithm has a deeper understanding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:371.4kb
    • 提供者:fanglingfen
  1. Directed-Euler-Graph

    0下载:
  2. 一个关于求有向欧拉图的算法实现,简单易行,可以借鉴。-An algorithm for directed-Eular Graph.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:126.59kb
    • 提供者:阿牛
  1. Source

    0下载:
  2. this my first try in gene code -this is my first try in gene code
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:721.09kb
    • 提供者:malike
  1. Gene_Prediction

    0下载:
  2. Take input of the gene file and parses it and find the start and end of the gene ie. start codon and end codon and predict the gene sequence
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.5mb
    • 提供者:Sohail
  1. go-perl-0.13

    0下载:
  2. go-perl是一款对gene ontology进行各种格式解析的工具。-go-perl is a format for a variety of gene ontology analysis tool.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:613.53kb
    • 提供者:lee
  1. jiyinchuan

    0下载:
  2. 北京大学在线评价系统 open judge 的第3472号题目:基因串 的源代码 accepted-Peking University, online evaluation system open judge' s first No. 3472 Title: The source code accepted gene string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:612byte
    • 提供者:yaoshuyang
  1. Genetic-algorithm

    0下载:
  2. 针对传统遗传算法的早熟收敛问题,在著名的“基因块”假设的基础上,提出了一种改进算法:利用设计的新算子对传统遗传算法演化过程中被淘汰的个体进行二次演化,使得可能包含在将来的演化中对结果的全局最优性产生重要影响的基因块得以保留,以此来避免遗传算法早熟收敛现象。实验结果证明了该改进算法可以有效地避免早熟收敛,提高了算法全局优化能力。-Premature convergence of traditional genetic algorithm, based on the assumptions of t
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:205.27kb
    • 提供者:陈嘉鑫
  1. xinzao

    0下载:
  2. 基于滑动序列基因信噪比算法,基于滑动序列基因信噪比算法-Gene SNR algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1.65kb
    • 提供者:马畑名
  1. Gaussian_Obs

    0下载:
  2. 根据高斯模型假设,运用matlab语言模拟基因的结构算法,-Gaussian model assumes the use of the matlab language analog gene structure algorithm,
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:41.97kb
    • 提供者:木华
  1. IJRRAS_11_2_09

    0下载:
  2. The effectiveness of cancer radiotherapy is compromised by the small proportion of patients who sustain severe normal tissue damage after standard radiotherapy treatments. Predictive tests are required to identify these highly radiosensitive cases an
  3. 所属分类:Other systems

    • 发布日期:2017-11-02
    • 文件大小:418.35kb
    • 提供者:Divya Hiremath
  1. GA

    0下载:
  2. Genetic Algorithm matlab code for reconstruction gene regulatory networks
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:358.03kb
    • 提供者:tu9zln
  1. perl

    0下载:
  2. 文件1:> 1_NC_008467ATGACCTACAAAAGGTCACCTTGGATGTTTGGTGGGAACGATGCATGATAGGTTTCTTCCCTGGAAGCTAA> 2_NC_008467 AAAATGATACTTGTGTCCTTATGAAAAGTCTATAATACATTAGGCATTTCATGTAGCATAA> 3_NC_008467ATGGCAGAAAATAAGGAGCATTGGCTAGAGCAGGGTACCAACATGGAACAGTTGGTCATGCATAT
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:11.93kb
    • 提供者:Allie
  1. genetic-algorithm

    0下载:
  2. 遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。-A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene encoding the individual compo
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.85kb
    • 提供者:jesse
  1. Gene-nonlinear-function--approx

    0下载:
  2. 遗传算法 优化 BP神经网络 非线性函数 拟合-Genetic algorithm BP neural network nonlinear function approximation
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:99.44kb
    • 提供者:matty
  1. QGA11

    0下载:
  2. 量子遗传算法(QGA-Quantum Genetic Algorithm)是量子计算与经典遗传算法(GA)相结合而产生的一个新的研究领域。算法利用了量子计算的量子并行、量子纠缠特性,采用了多状态基因量子比特编码方式和量子旋转门更新操作,引入动态和静态调整旋转角机制和量子变异,使得算法比经典遗传算法具有更强的并行处理能力、更快的收敛速度且比传统信号检测算法具有更高的效率。-Quantum Genetic Algorithm (QGA-Quantum Genetic Algorithm) is
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:7.96kb
    • 提供者:赵建坡
  1. cla

    0下载:
  2. CLA A dder Generator CLA A dde r Gen erator CLA Adder Gene ra t or CLA Adder Gen er ator
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.84kb
    • 提供者:Sreeraj R
  1. IM

    0下载:
  2. 关于生物大数据以及生物信息学,通过区间作图原理进行进行基因定位,找出影响表型的关键基因。(With regard to biological data and bioinformatics, gene mapping is done by means of interval mapping to identify the key genes that affect the phenotype.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1kb
    • 提供者:GGFEI
« 12 »
搜珍网 www.dssz.com