2015年6月7日

图书馆管理系统 面向对象程序设计

摘要: 1、概要设计Reader读者类、RDatabase读者库类、Book图书类、BDatabase图书库类2、详细设计1)类的原型描述classReader//读者类inttag;//删除标记1:已删0:未删intno;//读者编号charname[10];//读者姓名intborbook[Maxbor... 阅读全文

posted @ 2015-06-07 15:07 拂晓若风 阅读(605) 评论(0) 推荐(0) 编辑

图书馆管理系统设计类图

摘要: 例图图书档案管理相关类图书档案管理类、设置图书类型类、设置出版社类图书注销类之间相互关系读者档案管理类、读者类型设置类、过期读者续借类、读者挂失类相互关系图书借阅管理相关类关系 阅读全文

posted @ 2015-06-07 14:41 拂晓若风 阅读(7787) 评论(0) 推荐(0) 编辑

2015年5月17日

结对作业--推箱子

摘要: 一.负责内容 测试代码 并做心得二选择程序对友选择推箱子小游戏三代码#include #include #include #include #include #include #include /* 定义二维数组ghouse来记录屏幕上各点的状态, 其中:0表示什么都没有,'b'表示箱子... 阅读全文

posted @ 2015-05-17 20:49 拂晓若风 阅读(219) 评论(8) 推荐(0) 编辑

2015年5月7日

四则运算的程序

摘要: #includestdio.h#includemath.h#includewindows.hint right=0;int wrong=0;void add(){int a,b,c;a=rand()%100;b=rand()%100;printf("请回答:\n\t\t %d + %d = ",a,... 阅读全文

posted @ 2015-05-07 17:43 拂晓若风 阅读(209) 评论(4) 推荐(0) 编辑

2015年4月26日

github使用心得

摘要: https://github.com/576068757/testgit及github使用小结把git和github的一些使用方法记录下来以备忘。一、下载并安装git1. 在windows环境下使用msysgit来安装,下载地址:http://code.google.com/p/msysgit/2.... 阅读全文

posted @ 2015-04-26 13:25 拂晓若风 阅读(206) 评论(0) 推荐(0) 编辑

导航