摘要: 1 #include <stdio.h> 2 #include <string.h> 3 char haab[18][10]={ 4 "pop", "no", "zip", "zotz", "tzec", "xul", "yoxkin", "mol", "chen", 5 "yax", "zac", "ceh", "mac& 阅读全文
posted @ 2011-08-06 20:19 IT屁民 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 char d[100][51]; 5 struct node 6 { 7 int p; 8 int r; 9 };10 11 node s[100];12 13 int cmp( constvoid*a, constvoid*b)14 {15 return ((node*)a)->r - ((node*)b)->r;16 }17 int DNAsort(char a[],int n)18 {19 int count =0;20 for(int i =0; i < 阅读全文
posted @ 2011-08-06 17:56 IT屁民 阅读(167) 评论(0) 推荐(0) 编辑