//***********************
//图书馆管理系统
//***********************
#include<stdio.h>
#include<string.h>
#include<malloc.h>
#define null 0
#define max 65536
static int n;
//*********************
//图书结构体
//*********************
typedef struct
{char num[10]; //
书号char name[9]; //
书名char addr[31]; //
作者int Nowcounter; //
现存量int Allcounter; //
总库存量
}datatype;
datatype *x[max]; //
定义两个指针数组
datatype *p;
//*****************************
//图书功能函数列表
//*****************************
void redo(); //
主递归函数
void cre ...


雷达卡




京公网安备 11010802022788号







