摘要:
http://www.cnblogs.com/emanlee/archive/2007/10/21/932453.html WinTc(Win-Tc) 约4M Windows下的C编译器,功能类似于Turboc编译器,但是比Turbo C的界面友好。 下载: http://www.skycn.com/soft/17869.html http://www.onlinedown.net/s... 阅读全文
posted @ 2008-08-28 11:37
emanlee
阅读(312)
评论(0)
推荐(0)
摘要:
2008秋季-计算机软件基础-第二章 线性数据结构 阅读全文
posted @ 2008-08-28 10:57
emanlee
阅读(307)
评论(0)
推荐(0)
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include int qiuhe(int jinpai,int yinpai,int tongpai); void main() { int he; he=qiuhe... 阅读全文
posted @ 2008-08-28 10:26
emanlee
阅读(259)
评论(0)
推荐(0)
摘要:
#include void main() { /* struct jiangpaishu { char guojia[10]; int jinpai; int yinpai; int tongpai; int zongshu; }; int a=5; struct jiangpaishu China= {"China",... 阅读全文
posted @ 2008-08-28 09:09
emanlee
阅读(350)
评论(0)
推荐(0)