-
学习C语言时做的一个大作业,图书管理系统。
系统目标和主要功能:
图书管理用户通过注册用户名和密码,然后使用用户名和密码登陆图书管理系统。图书信息...
学习C语言时做的一个大作业,图书管理系统。
系统目标和主要功能:
图书管理用户通过注册用户名和密码,然后使用用户名和密码登陆图书管理系统。图书信息包括图书分类号、主编、出版社、主题词、版次、出版日期、ISBN、定价、借阅人借阅证号、借阅日期、借阅预约人借阅证号、预约日期、遗损情况。注册使用用户信息和图书信息均分别存储在文件中。(图书信息要求采用二进制文件存储数据。)
(1)、系统使用者注册: 系统使用用户通过注册系统进行用户名和密码的注册;
(2)、密码修改:成功注册后的用户可以在旧密码正确的情况下修改密码;
(3)、新书入库
(4)、借阅登记、管理(只有书本没有被借阅、没有预约、没有遗损的情况下可以被借出,被预约的图书预约期内只有预约人可以借出)
(5)、借阅查询(可以根据借阅证号、书名等查询)-err
- 2022-03-13 07:08:26下载
- 积分:1
-
The realization of the use of ShellExt
利用ShellExt实现 -The realization of the use of ShellExt
- 2023-01-25 20:00:04下载
- 积分:1
-
读取ACVIEW 的shpfile 格式文件,并输出为文本文件的小程序。
读取ACVIEW 的shpfile 格式文件,并输出为文本文件的小程序。-the shpfile ACVIEW read format, and output to a text file of small programs.
- 2022-02-15 08:28:00下载
- 积分:1
-
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件...
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件-through a modem to receive, send statements for the small, the use of md5 determine whether transmission, rar compression, decompression documents
- 2022-03-12 16:12:09下载
- 积分:1
-
学生成绩管理系统
一、 班级成绩管理
1、 程序说明
该系统实现对班级成绩的录入、显示、修改、排序、保存等操作的管理。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 18:12:10下载
- 积分:1
-
access used for a period of time after the paper will gradually become bigger, c...
access使用一段时间后文件会逐渐的变大,压缩后减少文件碎片,提供查询速度-access used for a period of time after the paper will gradually become bigger, compressed to reduce paper debris, inquiry speed
- 2022-05-18 09:56:53下载
- 积分:1
-
This is Rename Utility , Windows File renamer project prepared in Visual C++ 6....
This Rename Utility , Windows File renamer project prepared in Visual C++ 6.0-This is Rename Utility , Windows File renamer project prepared in Visual C++ 6.0
- 2023-04-05 15:15:03下载
- 积分:1
-
DSP-BASED IMPLEMENTATION DOA
许多基于传感器阵列测量的声源波达方向(DOA)估计算法已经得到了很好的发展,并通过计算机模拟和/或小规模水槽实验进行了验证。然而,这些
- 2022-02-03 11:42:58下载
- 积分:1
-
Call procedures in the directory where generated Log folder in the folder every...
在调用程序所在目录下生成Log文件夹,在该文件夹下每天生成一个日志文件(如2004-07-03.log)-Call procedures in the directory where generated Log folder in the folder every day to generate a log file (such as 2004-07-03.log)
- 2022-01-22 09:04:47下载
- 积分:1
-
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在M...
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件.
一共提供了5个对外接口:
-Is a data compression algorithm based on LZARI class. Haruhiko Okumura 1989 July 4 daily c language to write algorithms to achieve this. But to use some of the above global or static variables, in the MFC under inconvenient to use them. I rewriting it into a c++ classes, so that it can easily compress and decompress, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, rather than the file. a total of provides a five external interface:
- 2022-07-11 01:47:09下载
- 积分:1