会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
2008年9月11日
2008秋季-计算机软件基础-0910课堂用例(1)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include //定义栈的结构 struct stacktype { int stack[4];//存放数据元素 int top;//栈顶指针 }; struct stacktype *...
阅读全文
posted @ 2008-09-11 09:01 emanlee
阅读(361)
评论(0)
推荐(0)
编辑