-
CGI专家,开发CGI程序必备
CGI专家,开发CGI程序必备-CGI experts, the development of procedures required CGI
- 2022-01-26 03:08:25下载
- 积分:1
-
基本图书管理系统功能需求:
基本图书管理系统功能需求:
1. 新书入库
2. 读者信息管理:
(1)读者信息录入
(2)读者信息修改
(3)读者信息删除
(4)读者信息查询。
3. 图书查询:
(1) 输入一个书号,在文件中查找此书,若找到则输出此书的全部信息;若找不到则输出查找失败的信息。
(2) )查询所有要购入的图书的书名和书号。
4. 借阅管理
(1) 每个读者的信息包括姓名,编号,借阅图书1,借阅图书2,借阅图书3,输入M个读者的信息并存入数组reader中.
(2) 借书登记:输入读者的姓名及所借图书的书号,先判断姓名是否在读者数组中,若有则将书号存入reader数组中,同时修改book数组中此书的现存量.若reader数组中无此姓名,则应提示错误。
(3) 还书管理:输入读者的姓名,所还图书的书号,修改reader数组和book数组中相应的项。
5. 输出全部图书信息和全部读者信息。
6. 退出系统。
-Basic library management system functional requirements:
1. Book storage
2. Readers Information Management:
(1) reader information into
(2) modify the reader information
(3) the reader information to delete
(4) the reader information query.
3. Book Search:
(1) Enter an ISBN, in the document to find the book, if the output of the book to find all the information if it can not find the output of the failure to find information.
(2)) check all books to be purchased titles, and ISBN.
4. Lending Management
(1) Every reader s i
- 2022-03-20 01:18:53下载
- 积分:1
-
C程序
c program
- 2022-06-11 21:24:36下载
- 积分:1
-
C#开发的一个库存管理系统。很实用,源码齐全。
C#开发的一个库存管理系统。很实用,源码齐全。-C# development of an inventory management system. Very practical, complete source code.
- 2022-06-15 15:49:39下载
- 积分:1
-
DeepZoomContainer,silverlight自定义地图控件
DeepZoomContainer,silverlight自定义地图控件-DeepZoomContainer, silverlight custom map control
- 2023-02-27 17:30:03下载
- 积分:1
-
Can enlarge the mouse pointer location, and with the mouse directly Screenshots...
可以放大鼠标的指针位置,并且用鼠标直接截屏,适合于做WEB开发或者Windows开发的辅助工具.-Can enlarge the mouse pointer location, and with the mouse directly Screenshots suitable to do the development or WEB development tool for Windows.
- 2022-01-25 20:14:25下载
- 积分:1
-
一个自己改写的串口通信程序,采用了多线程收发的效率较高,并可以实时绘图,源码有注释...
一个自己改写的串口通信程序,采用了多线程收发的效率较高,并可以实时绘图,源码有注释-write in a serial communication procedure, the use of multi-threading TX higher the efficiency, and real-time graphics, a source Notes
- 2022-03-11 04:13:15下载
- 积分:1
-
evaluacion practica 2
evaluacion practica 2
- 2022-01-25 14:58:54下载
- 积分:1
-
基于uilib的internet浏览器
使用uilib库制作的浏览器,使用VS2012工程,界面简洁,可输入地址,回到主页,可隐藏界面,系统托盘显示,包含资源文件uilib使用VS2012编译通过,包含头文件,Debug库和dll文件,工程已配置好,直接编译即可
- 2023-03-24 08:05:04下载
- 积分:1
-
1.利用实验建立一个有序表,采用折半查找实现某一已知的关键字的查找。
2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字...
1.利用实验建立一个有序表,采用折半查找实现某一已知的关键字的查找。
2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。
3.已知散列函数H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法、外拉链法实现 散列表的建立。
-find
- 2023-04-14 17:55:04下载
- 积分:1