摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include struct nodetype { int data; /* data数据项用于存放结点的数据值 */ struct nodetype *nex... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include typedef float datatype; void update(int xiabiao,datatype b[],int xinshu); void charu(int we... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include void update(int xiabiao,int b[],int xinshu); void charu(int weizhi,int b[], in... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include void update(int xiabiao,int b[],int xinshu); void charu(int weizhi,int b[], int ch... 阅读全文
摘要:
2008年秋季毕业设计总体安排 周数 内 容 要求 1-2 毕业设计动员 安排部署毕业设计选题 教学院长、系主任、指导教师参加动员安排部署;学生进行毕业设计选课。 3-4 毕业设计选题检查 1、各学院上交题目汇总表和任务书 2、校教学督导委员会进行审查 5-7 毕业设计进展检查 各系、所自行安排检查 9 毕业设计中期检查 指导教师自查、校教学督导委员深入现场进行抽查 15 毕业设计答辩准备 学院进... 阅读全文
摘要:
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... 阅读全文
摘要:
2008秋季-计算机软件基础-第二章 线性数据结构 阅读全文
摘要:
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... 阅读全文
摘要:
#include void main() { /* struct jiangpaishu { char guojia[10]; int jinpai; int yinpai; int tongpai; int zongshu; }; int a=5; struct jiangpaishu China= {"China",... 阅读全文
摘要:
MIME Types MIME (Multipurpose Internet Mail Extensions) is an Internet standard for describes message content types. MIME messages can contain text, images, audio, video, and other application-speci... 阅读全文