- 71
- 0
- 约1.02万字
- 约 25页
- 2017-07-25 发布于河南
- 举报
修改C语言(Modify the C language)
修改C语言(Modify the C language)
# includes stdio.h
# includes string.h
# includes stdlib.h
# includes conio.h
# define max 2
typedef struct book / / 书的信息
{
char book _ num [10]; / / 书号
char book _ name [20]; / / 书名
char book _ writer [10]; / / 作者
int book _ xy; / / 书的剩余数量
int book _ kc; / / 书的总数量
struct book * next;
} bk;
typedef struct borrow / / 被借书的信息
{
char borrow _ book _ num [10]; / / 借书书号
char limits _ dates [8]; / / 借书归还日期
} bo;
typedef struct reader / / 读者信息
{
char reader _ num [10]; / / 读者号
reader _ char name [10]; / / 读者姓名
int right; / / 已借数量
bo borrow [max]; / / 已借书信息
struct r
您可能关注的文档
- 五星级酒店全年培训计划(Annual training plan for five star hotel).doc
- 五步棋打造金牌团队(Five game gold medal team).doc
- 五大工程详解(Explain the five major projects).doc
- 五年内必读书籍(不管是谁,不管什么年龄)(Books must be read in five years (no matter who, no matter what age)).doc
- 五线谱调号推算方法(Calculation method of key staff).doc
- 五范式(Five normal form).doc
- 五年级作文批改评语(Five grade composition correction comment).doc
- 五行与数字(Five lines and numbers).doc
- 五行取名常识(The five line is named common sense).doc
- 五行和人体的对应关系(The corresponding relation between the five lines and the human body).doc
最近下载
- 【练习题】指数与指数运算例题及练习题供参考.pdf VIP
- 2025年金融风险管理师市场风险监控中的回测技术专题试卷及解析.pdf VIP
- 【生活素材在小学数学课堂上的应用研究8000字】.docx VIP
- 材料力学Ⅰ(第三版)苟文选课后习题答案解析.docx
- 高韧性混凝土加固砌体结构技术规程-条文说明.docx VIP
- 3食品安全违法行为制止及报告制度.docx VIP
- 盘扣式装修操作平台施工方案.doc VIP
- 日本语:大家的日语(中级1)习题答案.pdf
- 江西省南昌市2026届高三年级三月测试数学试题含答案.pdf
- 项目二任务二采樱桃有技巧(教学课件)劳动人美版六年级下册2026.pptx
原创力文档

文档评论(0)