会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
52王俊杰
博客园
首页
新随笔
联系
管理
订阅
12 2015 档案
1223 递归
摘要:#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)
1203 有限自动机与构造
摘要:#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)
公告