会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
40陈俊宇
博客园
首页
新随笔
联系
管理
订阅
2015年5月14日
实验3
摘要: 1 #pragma comment(linker, "/subsystem:console") 2 #include 3 #include 4 #include 5 #include 6 #define getpch(type) (type*)malloc(sizeof(type)...
阅读全文
posted @ 2015-05-14 09:52 40陈俊宇
阅读(131)
评论(0)
推荐(0)
编辑
2015年4月6日
实验一总结
摘要: 1 #include 2 #include 3 void main() /*主函数*/ 4 { 5 char *b[11]={"dir","cd","md","rd","cls","date","time","ren","copy","help", "quit"}; /*指针数组存储关键字*/ 6...
阅读全文
posted @ 2015-04-06 18:42 40陈俊宇
阅读(187)
评论(3)
推荐(0)
编辑
公告