文件名称:lab2
介绍说明--下载内容均来自于网络,请自行研究使用
动态规划法的应用
1.用动态规划法实现两个虚拟DNA序列的比对。
2.记分方法为:匹配给5分,不匹配给1分,插入、删除给-2分。
要求生成的比对具有最大总和。-The application of a dynamic programming method. Using dynamic programming method to achieve two virtual DNA sequence comparison. 2. Scoring method: match to 5 points, 1 point for mismatches, insertions, deletions to-2 points. Requirements generated compared with the maximum sum.
1.用动态规划法实现两个虚拟DNA序列的比对。
2.记分方法为:匹配给5分,不匹配给1分,插入、删除给-2分。
要求生成的比对具有最大总和。-The application of a dynamic programming method. Using dynamic programming method to achieve two virtual DNA sequence comparison. 2. Scoring method: match to 5 points, 1 point for mismatches, insertions, deletions to-2 points. Requirements generated compared with the maximum sum.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab2.cpp