随笔分类 -  [18] 数据结构与算法

计算机软件基础Software Basis。数据结构与算法。
摘要:/*-------------------------------------------------------- 设有一个单链表,头结点为head,为递增有序, 写一个完整程序,将其改为递减有序。 ----------------------------------------------------------*/ #include #include //定义结点 struct nod... 阅读全文
posted @ 2008-10-15 21:59 emanlee 阅读(551) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/*--------------------------------------------------------- Title: Link Queue(链队列) 链队列-链式存储结构的队列 请... 阅读全文
posted @ 2008-09-23 17:54 emanlee 阅读(338) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /*--------------------------------------------------------- Title: Sequence Queue(顺序队列)顺序队列-顺... 阅读全文
posted @ 2008-09-23 17:50 emanlee 阅读(445) 评论(0) 推荐(0) 编辑
摘要:循环队列 参见:http://www.cnblogs.com/emanlee/archive/2007/09/17/895463.html Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include //定义队列的结构 struct queue... 阅读全文
posted @ 2008-09-17 10:54 emanlee 阅读(280) 评论(0) 推荐(0) 编辑
摘要:链栈: 参见:http://www.cnblogs.com/emanlee/archive/2007/09/12/890647.html Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include struct stackn... 阅读全文
posted @ 2008-09-17 10:52 emanlee 阅读(262) 评论(0) 推荐(0) 编辑
摘要: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 阅读(362) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include struct nodetype { int data; /* data数据项用于存放结点的数据值 */ struct nodetype *nex... 阅读全文
posted @ 2008-09-08 16:52 emanlee 阅读(230) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include struct nodetype { int data; /* data数据项用于存放结点的数据值 */ struct nodetype *nex... 阅读全文
posted @ 2008-09-08 16:51 emanlee 阅读(248) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2008-09-04 10:27 emanlee 阅读(421) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2008-09-04 10:26 emanlee 阅读(502) 评论(0) 推荐(0) 编辑
摘要: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... 阅读全文
posted @ 2008-09-01 17:05 emanlee 阅读(346) 评论(0) 推荐(0) 编辑
摘要: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 阅读(308) 评论(0) 推荐(0) 编辑
摘要:2008秋季-计算机软件基础-第二章 线性数据结构 阅读全文
posted @ 2008-08-28 10:57 emanlee 阅读(301) 评论(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 阅读(252) 评论(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 阅读(344) 评论(0) 推荐(0) 编辑
摘要:2008计算机软件基础"前导知识-C语言-精简课件“ 点击下面的链接可以下载。 http://files.cnblogs.com/emanlee/CLanguage_Courseware_LiteVersion.rar 阅读全文
posted @ 2008-08-24 10:53 emanlee 阅读(329) 评论(0) 推荐(0) 编辑
摘要:2008秋季-计算机软件基础-作业和实验报告注意事项 1 请在作业第一页上和实验报告第一页上写上编号,班级,姓名。 2 实验报告上的信息请填写完整。 课程:计算机软件基础。专业班号:填写自然班。 组别:填写编号。姓名:填写姓名。 学号:填写学号。同组者:填写“无”。 第几页共几页请别忘记填写。实验日期:上机的日期。 交报告日期:下次实验日期。 报告退发:不填写。 实验报告的内容... 阅读全文
posted @ 2008-08-24 10:42 emanlee 阅读(633) 评论(0) 推荐(0) 编辑
摘要:学号 编号 专业 3060821001 101 化061 ... 阅读全文
posted @ 2008-08-24 10:23 emanlee 阅读(355) 评论(0) 推荐(0) 编辑
摘要:2008秋季-计算机软件基础-实验进程表-应用化学制药工程 周次 日 期 星期 节次 实 验 项 目 名 称 ... 阅读全文
posted @ 2008-08-24 10:03 emanlee 阅读(374) 评论(0) 推荐(0) 编辑
摘要:2008秋季-计算机软件基础-应用化学制药工程-授课日历 周 次 日期 课次 教学简要内容 授课 时数 ... 阅读全文
posted @ 2008-08-24 10:02 emanlee 阅读(364) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示