语言图书借阅管理系统
#include<stdio.h>
#include<string.h>
#include<conio.h>
#include<stdlib.h>
#define STACK_INIT_SIZE 10
#define OK 1
#define TRUE 1
#define FALSE 0
#define ERROR 0
struct student /*
定义学生类型,用于存放借出的书籍
*/{intcarnum;
char
lendbook[10];
}student
[1000];
struct employ /*
定义职工类型
*/{intemploynum;
char
employname[15];
intemployage;
char
employsex[2];
char
employleve[10];
long
int employtage;
}employ
[50];
struct book /*
定义书的类型*/{intbooknum;
char
bookname[10];
char
bookcreat[10];
int turefalse; /* ...


雷达卡




京公网安备 11010802022788号







