搜索资源列表
NggolekiGinambaran
- 基于图片内容进行匹配查找的VC 代码,给出一张图片,该程序会自动找出与之相类似的其他图片中来,很具有扩展性的。(包含全部源代码)-image-based content matching search VC code, is a picture, the program will automatically identify with other similar pictures, it is very extended nature. (Includes full source code)
ICA2000_reprint.doc
- 具有带通选择性的ICA算法可以改善对于带通时间序列的分离以及对于周期性脑功能响应信号的提取. 因此本文提出的方案可将被估计信号, 如:周期性响应信号以及具有平滑空间分布的脑功能激活区, 的先验特性以特征选择的方式加入ICA算法用以提高对此类信号的估计-with selective ICA algorithm can be improved for the band pass time series, as well as for the separation of brain function
chenxu1
- 遗传算法的一个演示程序,演示了遗传算法的一些简单的功能,能够使人更加明白的了解遗传算法的好处!-a genetic algorithm Demonstration Program, demonstrated the genetic algorithm with some simple functions that could lead to a greater understanding of the genetic algorithm understanding of the benefits
antcolonyalgorithm
- 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
Opeorn-presequence
- 提取Operon的前序序列。在生物信息领域,处理微生物信息时,经常会要提取其操纵子的前序序列。由于操纵子的命名诡异,所以提取时经常较为困难。本程序以大肠杆菌为模式生物完成了此操作-Extract the pre-sequence of operons. In the field of bioinformatics, when processing with microbes, we often need to draw the pre-sequence of their operons. Due
SOURCE
- 分子模拟软件fDynamo v2.2 的源程序 - ! ! fDynamo v2.2- a program for performing molecular simulations. ! Copyright (C) 2005-2007 Martin J. Field ! !=========================================================================
UEN
- 实现联合熵算法并能够在Matlab平台上编写出程序,用联合熵算法分析医学信号并得出结果-Achieve joint entropy algorithm in Matlab platform and be able to write a program, with joint entropy algorithm analysis and the outcome of medical signal
genecompa
- 对两队序列的基因全局比对,最后输出了得分矩阵和比对结果。-a program for dynamic algorithm-based global alignment with C++ computer language
DNA
- 基因序列比较 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 A C G T - A 5 -1 -2 -1 -3 C -1 5 -3 -2 -4 G -2 -3 5 -2 -2 T -1 -2 -2 5
Ant(TSP)
- 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象。-The program is based on ant colony system for the ant colony algorithm model to write (stressed: non Zhou Moxing ant), with three well-known TSP problem as the test object.