C语言编写的图书借阅管理系统源代码.docVIP

  • 40
  • 0
  • 约7.81千字
  • 约 11页
  • 2022-06-17 发布于江苏
  • 举报

C语言编写的图书借阅管理系统源代码.doc

C语言编写的图书借阅管理系统源代码 C语言编写的图书借阅管理系统源代码 #include dos.h #include bios.h #include conio.h #include stdio.h #include stdlib.h #include math.h #define LEFT 0x4b00 /*左*/ #define RIGHT 0x4d00 /*右*/ #define DOWN 0x5000 /*下*/ #define UP 0x4800 /*上*/ #define SPACE 0x3920 /*空格*/ #define ESC 0x011b /* ESC键*/ #define ENTER 0x1c0d /*回车键*/ #define Backspace 0xe08 /*擦除键*/ #define ALT_B 12288 /*组合键ALT_B */ #define ALT_M 12800/*组合键ALT_M */ #define ALT_H 8960/*组合键ALT_H */ int key;/*按键变量*/ int textx,texty;/*光标坐标,x行,y列*/ struct menustruct/*菜单用的结构体*/ { char name[10];/*主菜单名*/ char str[10][20];/*选项*/ int n;/*

文档评论(0)

1亿VIP精品文档

相关文档