摘要: #include <iostream>#include <fstream>using namespace std;unsigned short counter_3D[26][26][26] = { 0 };unsigned short counter_2D[26][26] = { 0 };unsigned short counter_1D[26] = { 0 };char ret[1000001] = { '\0' };char seq[3] = { 0 };int cnt=0,check[26] = { 0 }, check2D[26][26] = { 阅读全文
posted @ 2011-08-06 16:11 DOF_KL 阅读(177) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>using namespace std;char c1,c2,c3,c4,blank;double d1,d2,d3,d4;bool check(char c) { if(c1 != c && c2 != c && c3 != c) return true; return false;}int main() { double val[300] = { 0.0 }, R = 8.314; cin>>c1>>blank; cin>>val[c1]; cin>>c2> 阅读全文
posted @ 2011-08-06 12:29 DOF_KL 阅读(168) 评论(0) 推荐(0) 编辑