当前位置:
首页
资源下载

搜索资源 - Needleman-Wunsch algorithm
搜索资源列表
-
1下载:
A c++ implementation of Needleman-Wunsch algorithm
-
-
0下载:
Needleman - Wunsch Algorithm
-
-
0下载:
Needleman-Wunsch algorithm Matlab.
-
-
0下载:
采用Needleman-Wunsch 算法,对两个相似的长序列进行比对.
文件中有2个DNA序列,通过插入空格使得这2个DNA序列等长且尽量的相似.对与插入空格后的2个等长序列,在相同的位置上如果两个字母相同则得1分,不同则得-1分,如果出现空格则得-2分.要求比对的结果得分最高.-use Needleman-Wunsch Algorithm
compare and find the best match of two long similar sequences(like DNA)
-
-
0下载:
介绍动态编程之序列比对:Needleman-Wunsch 算法和Smith-Waterman算法-Sequence alignment of dynamic programming: needleman-wunsch gives you and Smith- Waterman algorithm
-
-
0下载:
本文介绍基于最长公共子串的文本比较算法——Needleman/Wunsch算法。-In this paper, the text comparison algorithm based on the longest common substring Needleman/Wunsch algorithm
-
-
0下载:
needleman-wunsch全局/半全局序列比对算法的Java实现-needleman-wunsch global/semi-global sequence alignment algorithm java code to achieve complete
-
-
1下载:
Needleman 和 Wunsch 提出的动态规划算法,这个算法是最早的最经典的双序列比对算法,就是针对寻求全局最佳序列比对这一问题所设计的动态规划寻优策略。(Needleman and Wunsch proposed a dynamic programming algorithm, this algorithm is the most classical algorithm of double sequence alignment of the earliest, is to seek th
-