以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 人工智能 :: 机器学习|数据挖掘|进化计算 』 (http://bbs.xml.org.cn/list.asp?boardid=62) ---- 源码查错 (http://bbs.xml.org.cn/dispbbs.asp?boardid=62&rootid=&id=53285) |
-- 作者:KEVIN1050 -- 发布时间:9/30/2007 9:35:00 AM -- 源码查错 类别:algorithm and data struction 小弟业余爱好者,初学JAVA的算法及数据结构,有一个程序,据说是某大学的考试题,想了一个多星期还没弄出来,快急S偶了。 题目: The program should implement a dynamic programming algorithm. You should meassure the execution time of your implementation and produce the file with your meassurements and conclusions. This means that you should write a program that tests sequence alignment for some sizes of the input and that you should provide experimental evidence for the calculated asymptotic execution time 谢谢
[此贴子已经被作者于2007-10-1 18:49:46编辑过]
|
-- 作者:KEVIN1050 -- 发布时间:9/30/2007 1:14:00 PM -- 翻译: 要求用动态规划(dynamic programming)
有着最优分数(score)的一个对比(alignment)是:当对比两个各自都允许间隙(gap)的字符串时,有着最大分数(score)的对比.通过一个分数矩阵来表示字母(letter)对比的花费.假设一个间隙(gap)的花费是-8.两个字符串对比的花费是各自位置的花费的总和. |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
42.969ms |