搜索资源列表
library
- 这是个数据结构课程设计,图书管理信息系统。里面有详细功能介绍,还有源代码
Library
- 图书管理系统包含八大功能,分别是:录入学生基本信息、录入图书基本信息、修改学生借书信息、修改图书状态、查找学生并输出到文件、查找图书并输出到文件、统计快到期的图书并输出到文件、统计已到期的图书并输出到文件-Library management system includes eight features, namely: entry students basic information, basic information input library, to modify student lib
Library
- 图书管理系统: 控制台界面--在存储信息的时候模拟了一颗B树-Library management system: console interface- to store information in a time when a B simulated tree
tsgl
- 一个用vc实现的非常棒的图书管理信息系统-Vc achieved a great use of the library management information system
modle1
- 实现图书管理系统功能,查询,删除,插入以及修改会员信息-Library management system functions to achieve, query, delete, insert and modify membership information
11111
- 用c++写的图书管理信息管理系统,可以管理图书和读者信息-Written by c++ library management information management system can manage information on books and readers
code
- 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
library
- 图书管理系统数据结构设计。实现借书,还书,修改图书信息以及注销图书的功能。-Library management system data structure design. To achieve the library, book, modify the function of book information, and the cancellation of books.
library-management
- a) 创建一个图书管理系统(包括每本书的编号、书名、作者、分类信息),程序采用交互式工作方式,流程如下: b) 书籍管理:完成增加新书籍和删除功能,并在完成操作之后按关键字(编号、书名、作者、种类)进行排序(插入、冒泡、快速、堆排序、归并排序等任选一种); c) 书籍查找:用二分法实现下述功能 ①按编号查找 ②按书名查找 ③按作者查找 ④按分类查找 -failed to translate
lib_sys
- 图书管理系统,建立一个数据库,将所有书目信息存入这个数据库中。-Library management system, the establishment of a database, all bibliographic information stored in the database.
despt
- 利用C语言编写的一个图书管理系统 拥有借书还书的功能 并且能编辑图书信息管理库存情况。-The use of C language library management system has a library book function and can edit library information management inventory.
library
- 纯C语言编程的模拟现有图书馆的借阅、续借、归还;图书入库、出库;查询、排序等功能,实现电子图书馆的智慧综合管理。其中查询功能里面嵌套精确查询,排序功能有六种,界面可变色,里面已经附带50多本图书信息包括图书摘要等详细信息。里面还附带详细设计报告和解说PPt。-Pure C language programming simulation existing library borrow, renew, return book storage, a library queries, sorting
Books-Management-System
- 图书管理系统以菜单方式工作,具有信息录入、浏览、查询等功能。-Library management system to work the way the menu with information input, browse, query and other functions.
BookManagementSystem
- 学校图书馆管理系统,可以添加查询删除图书,并统计每本书近期的借阅信息,已经在本校图书管试运行效果良好,欢迎下载交流-School library management system, you can add query-remove books, and statistical information for each book borrowed recently, has been in the school library test tube running well, welcome to
test100
- C语言图书管理系统,能够实现图书借阅信息的统计,存储,修改等-Just for learner in the first stage
librarysystemdesign
- 我们设计的系统包括图书馆书籍信息管理、读者借阅管理、读者信息管理三个模块,可以实现基本的图书馆管理操作。 读者可以实现的具体功能如下: 1、查询馆藏图书信息(包括精确查询、模糊查询、图书信息排序)。 2,查询本人图书借阅信息。 3、完成借书、还书、续借的功能。 -Reader specific functions can be implemented as follows: 1, the query information collection of books (inc
shunxubiao
- 利用数据结构链表实现图书信息管理,命名为SqList.cpp(Realization of library information management by using data structure linked list,It's called SqList.cpp)