搜索资源列表
1080_AC_0MS_112K
- 计算两个基因传的最大匹配值,输入两个字符串形式的基因,返回它们的最大匹配值-Compute the max value of two Gene strings.Input two Gene in the form of string, you can get the max value of them.
Antisense.cpp
- 寻找DNA互补链,输入是普通的得不能再普通的fasta文件。输出也是fasta文件-Get the sequence of antisense strands. Both the inputs and outputs would be the same fasta files
MazeGameBasedonGeneAlgm
- 人工智能大作业 基于经典遗传算法实现的迷宫程序 输入杂交率和突变率 按照遗传算法得到种群中优势个体 距离走出迷宫更近的个体最为优势-Great job is based on artificial intelligence classical genetic algorithm maze procedure input hybridization rate and mutation rate in accordance with the dominant population genetic a
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
pulse-data-acquisition
- 采集脉搏数据计算出一次脉搏跳动的时间,对人体脉搏跳动频率进行采集-collect the pulse data to calculate a pulse time and get pulse frequency to the human body