12 2015 档案

摘要:#includechar curr;char LL1[1000];int N=-1;void fanyi(){ N++; if(LL1[N] == ' '){ N++; }else{ curr = LL1[N]; }}void panduan... 阅读全文
posted @ 2015-12-30 16:46 52王俊杰 阅读(163) 评论(1) 推荐(0)
摘要:#include #include #include typedef int state; typedef int condition; #define STATENUM 4 #define STATE1 0 #define STATE2 1 #define STATE3 2 #define STA... 阅读全文
posted @ 2015-12-03 19:49 52王俊杰 阅读(147) 评论(0) 推荐(0)