搜索资源列表
book2
- 图书馆模拟管理系统,对里面的功能简单容易懂,一看就会,是学习asp的好东西!-simulation library management system, right inside the function simple and easy to understand, one will see, asp to learn the good stuff!
cgames
- qq好友管理,仓储管理系统,迷宫地图编辑器,迷宫游戏,模拟电子时钟的程序,人机对战扑克游戏,通讯录,图书馆管理系统-qq friends management, warehousing management system, the maze map editor, maze games, simulated electronic clock procedures man-machine war poker games, address book, library management syste
图书馆管理系统(vb)
- vb模拟 图书管理系统,主要是对数据库的一些简单操作-vb analog simulation library management system, the database is the simple operation
20070313_Library
- 一个模拟的图书馆管理系统,是一个简单的数据库编程的例子。
library
- 模拟图书馆管理系统 实现了各种图书馆管理功能
manage
- 用C语言模拟的图书馆数据库系统,与实际的图示管理系统功能相同,代码中有说明-Simulated using C language library database system, the icons and the actual management system functions the same as the code is described
Library
- 该系统模拟实现了一个图书馆管理系统,可以实现书籍的查询订阅退订等功能,也可以对书籍信息进行统计-The system simulation to achieve a library management system that can achieve the books Subscribe Unsubscribe inquiries and other functions, can also statistical information on the books
Ccode
- 乘车路线查询程序,飞机票订购系统,画一个二维条形图,模拟银行账户管理,石头剪子布游戏,图书馆管理系统,文曲星游戏,学生成绩管理系统,幼儿园小朋友管理.-Travel route query procedure, ticket ordering system, drawing a two-dimensional bar chart to simulate bank account management, and the stone scissors cloth games, library man
Library
- 图书管理信息系统 模拟实现图书馆的借书,还书,管理书籍等功能-Book Management Information System Simulation to achieve the library' s borrowing, but also books, management books, and other functions
library
- 在vc6.0的DOS状态下模拟图书馆的相关操作,以及存储介质为磁盘文件,图书管理系统-Vc6.0 the DOS in the simulation library-related state operations, and storage medium for the disk file, library management system
LIBRARY
- 在UNIX_Linux环境下运行通过的一个图书馆模拟管理系统。简单实用。-In UNIX_Linux environment simulation run through a library management system. Simple and practical.
Library
- 该代码是关于图书管理系统的编写,通过C语言的指令,可简单模拟图书馆系统的各项操作。-This code is about the writing of the books management system management system, through the C language instruction, but simple simulation system of the library operation.
librar
- 图书馆管理系统,模拟增加、删除、修改、查找,以及注册。-the system of library in vc6.0 environment.
A-book-manage-system
- 用php,javascr ipt开发的,基于mysql数据库的图书管理系统,模拟学校的图书馆的管理流程,包括,借书,还书,借书证管理,用户管理,书籍查询等功能-, Based on the mysql database library management system to simulate the school library management processes, including development with php, javascr ipt, library, book, l
libaryinfo
- 模拟图书馆常用功能,开发的一个图书管理系统,可以完成正常借阅记录,时间判断,读者信息管理登记-Analog common functions library, the development of a library management system, you can complete the normal lending records, time to judge, register, and so the reader information management
Lib-1.0
- Swing模拟图书馆管理系统,功能强大,可以实现图书的增删改查,界面美观-Swing,Library Management System
bookmanager
- 模拟的图书馆书籍管理系统,可以实现书籍的录入和借出等一系列功能。-Simulation library books management system that can achieve entry and lending books and a series of functions.
java-library-manage-system
- java源码关于图书馆管理系统。适应于学习java的学生。内存管理,是指软件运行时对计算机内存资源的分配和使用的技术。其最主要的目的是如何高效,快速的分配,并且在适当的时候释放和回收内存资源。一个执行中的程式,譬如网页浏览器在个人电脑或是图灵机(Turing machine)里面,为一个行程将资料转换于真实世界及电脑内存之间,然后将资料存于电脑内存内部(在计算机科学,一个程式是一群指令的集合,一个行程是电脑在执行中的程式)。界面的模拟主存分配和回收。-java source code on th
library-management-system
- 简单的模拟图书馆的管理系统,为更复杂的编程做铺垫-Simple simulation library management system, to pave the way for more complex programming
Book
- 定义一个Book类,该类定义中包括: 数据成员:bookname, price, number(存书数量) 成员函数: display() //显示图书的情况‘ borrow() //将存书量减1,并显示当前存书数量 restore() //将存书量加1,并显示当前存书数量 在main()函数中,要求创建多种图书数量,并且对该图书进行简单的显示、借阅和归还管理。(Define a Book class that includes: