搜索资源列表
-
0下载:
自己以前用VC++6.0编写的图书馆管理系统,用c语言实现简单的卡号管理、借书管理、还书管理.-Himself has previously written in VC++6.0 library management system, using c language to achieve a simple card number management, library management, but also the book management.
-
-
0下载:
图书管理系统用c语言编写,在命令行下运行。适合本科c语言课程设计-Library management system using c language, run the command line. C language curriculum for undergraduate
-
-
0下载:
一个使用C##语言编写的小的图书馆管理系统,在DOS系统下实现的-Using C## a language with a small library management system, implemented under DOS system
-
-
0下载:
利用c语言程序设计语言+access实现图书管理系统。希望对c语言连接数据库感兴趣的同志学习使用。-Using c language programming language+access library management system. I hope to connect c language comrades interested in learning to use the database.
-
-
0下载:
C语言写的一个图书管理信息系统,图形界面、鼠标、中文字库,对文件进行操作,运用了数据结构链表等-Write a C language library management information system, a graphical interface, the mouse, the Chinese character for file operations, such as using a linked list data structure
-
-
1下载:
c语言,用class编的图书馆借还系统。举例如下:
Welcome to the library management system, please type your commands.
> listbook
There is no book in the system.
> listcustomer
There is no customer in the system.
> addbook 1 book1
book1 added to the
-