-
图书管理系统
1、问题描述: 对一个有N本书籍的图书馆进行计算机管理,通过该系统实现对该图书图的基本功能的管理,包括:增加新书、借书、还书、查询书籍等操作。 2、功能要求: 1)本系统采用一个包含N个数据的结构体数组,每个数据的结构应当包括:书号、书名、作者姓名、借书证号、借还标志、借还书日期等。 2)本系统显示这样的菜单: 请选择系统功能项: a. 增加新书 b. 书籍查询 (1) 按书号查询 (2) 按书名查询 (3) 按作者查询 c. 借还书 (1)借书 (2)还书 d. 退出系统 3)执行一个具体的功能之后,程序将重新显示菜单。也可以通过判断“借书日期”的内容是否为’
- 2022-01-28 15:06:45下载
- 积分:1
-
网络测试软件,主要用网络UDP传输测试
网络测试软件,主要用网络UDP传输测试...
网络测试软件,主要用网络UDP传输测试
网络测试软件,主要用网络UDP传输测试-VB
- 2022-03-16 12:53:13下载
- 积分:1
-
本文介绍了在PowerBuider环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析传统的人工管理图书馆的不足,创建...
本文介绍了在PowerBuider环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析传统的人工管理图书馆的不足,创建了一套行之有效的计算机管理图书馆的方案。文章详细介绍了图书管理信息系统的系统分析部分,包括可行性分析、组织机构分析、管理职能分析、业务流程分析、数据流程分析、数据字典、处理描述等等;系统设计部分主要介绍了系统功能设计和数据库设计;系统实现部分列出了几个主要的程序框图,并附带了一些主要的窗口和程序。-This article describes the environment in the PowerBuider adoption of the "top-down master plan, application development from the bottom up" strategy to develop a management information system process. By analyzing the traditional lack of manual management of the library, creating a well-established library computer management program. Article details the systematic analysis of library management information system parts, including feasibility analysis, organizational analysis, management of functional analysis, business process analysis, data flow analysis, data dictionary, handling description, etc. system design introduces some of the major system functions design and database design system implementation section lists several key diagram, and with some o
- 2022-07-17 01:41:05下载
- 积分:1
-
realized the arm with cf interface design. ARM7 with reading and writing to the...
实现了arm与cf接口设计。用ARM7读写CF卡文件的技术实现-realized the arm with cf interface design. ARM7 with reading and writing to the CF card technology
- 2022-09-02 03:45:02下载
- 积分:1
-
个人搜集的各类Modelsim教程全集视频PDFWordPPT等.rar
个人搜集的各类Modelsim教程全集视频PDFWordPPT等.rar-Personal collection of all kinds of Modelsim tutorial video PDFWordPPT Complete Works, etc.. Rar
- 2022-06-11 23:23:11下载
- 积分:1
-
这是我写的一个全排列程序,如果喜欢可以下载看一下!
这是我写的一个全排列程序,如果喜欢可以下载看一下!-This is the one I wrote with the whole process, if you like to see what can be downloaded!
- 2022-04-11 13:41:24下载
- 积分:1
-
自动取款机(ATM)
标题:自动取款机(ATM) 说明:这说明了ATM的功能.. 这是一个计算机化的ATM软件,接受credi卡的详细信息,FRM的用户和处理事务。管理员可以查看报告.. 等每月每周的错误报告。 从Planet-Source-Code.com...此文件来家里数百万行源代码 您可以查看评论验证码/和或表决时:http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=57576&lngWId=1 笔者也保留了一定的版权这段代码...请通过审查所有版权条件在上面的URL观察他们的要求和法律。
- 2022-08-02 16:01:53下载
- 积分:1
-
第2版的《代码大全》是著名IT畅销书作者史蒂夫・迈克康奈尔11年前的经典著作的全新演绎:第2版不是第一版的简单修订增补,而是完全进行了重写;增加了很多与时俱进的...
第2版的《代码大全》是著名IT畅销书作者史蒂夫・迈克康奈尔11年前的经典著作的全新演绎:第2版不是第一版的简单修订增补,而是完全进行了重写;增加了很多与时俱进的内容。这也是一本完整的软件构建手册,涵盖了软件构建过程中的所有细节。它从软件质量和编程思想等方面论述了软件构建的各个问题,并详细论述了紧跟潮流的新技术、高屋建瓴的观点、通用的概念,还含有丰富而典型的程序示例。这本书中所论述的技术不仅填补了初级与高级编程技术之间的空白,而且也为程序员们提供了一个有关编程技巧的信息来源。这本书对经验丰富的程序员、技术带头人、自学的程序员及几乎不懂太多编程技巧的学生们都是大有裨益的。可以说,无论是什么背景的读者,阅读这本书都有助于在更短的时间内、更容易地写出更好的程序。-Version 2 of the "code complete" is a well-known IT best-selling author Steve McConnell 11 years ago, a new interpretation of the classics: the first version 2 is not a simple amendment added to the first edition, but completely carried out rewriting increased the number of times content. This is a complete software build manual covers the software build process in all the details. It from the software quality and programming, thinking, etc. to build the software discussed various issues, and discussed in detail in keeping with the trend of new technology, a strategically advantageous position of the point of view, the concept of common, but also contains a r
- 2023-04-14 13:45:09下载
- 积分:1
-
案例研究 SWE
这是软件工程的竞技场案例研究:
应该是在启发阶段的要求,并分析有帮助
设计和建模软件工程中的对象
- 2022-08-05 18:28:01下载
- 积分:1
-
软件测试入门的学习,提出比较全面的,是…
软件测试入门的学习宝典,介绍相当的全面,是入门的好资料。-software testing book entry to the study, presented fairly comprehensive, is the entry of good information.
- 2022-02-13 07:31:03下载
- 积分:1