摘要: // zuiyousousuoerchashu.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include using namespace std; double p[] = { 0,0.15,0.1,0.05,0.10,0.2 }; double q[] = { 0.05,0.10,0.05,0.05,0.05,0.10}; double ... 阅读全文
posted @ 2017-03-24 17:25 lineaar 阅读(368) 评论(0) 推荐(0) 编辑
摘要: // zuidazixulie.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include using namespace std; char b[10][10]; int c[10][10]; void Lcs(string x, string y) { int m = x.length(); int n =... 阅读全文
posted @ 2017-03-24 14:43 lineaar 阅读(120) 评论(0) 推荐(0) 编辑