搜索资源列表
-
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
-
-
1下载:
图书馆管理系统用C#语言实现,是基于CS三层架构,实现了对图书的管理和读者的管理。管理员账户和密码:admin admin
读者账户和密码:user user-Library management system using C# language, is based on the CS three-tier architecture to achieve the management and readers of library management
-
-
0下载:
一个使用C##语言编写的小的图书馆管理系统,在DOS系统下实现的-Using C## a language with a small library management system, implemented under DOS system
-
-
0下载:
一个用C语言链表实现的图书馆管理系统,其中,实现了登陆,添加,查询,修改,删除等基本功能。-A linked list implementation using C language library management system, which realized the landing, add, query, modify, delete and other basic functions.
-
-
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下载:
Mini Project in C Library Management System.
This mini project in C Library Management System is a console application without graphic developed using the C programming language. It is compiled in Code::Blocks with the gcc compiler. In this, you
-
-
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
-