搜索资源列表
图书馆管理系统c++
- 这个是图书管理系统,能够实现一般的图书借阅功能,是用C++做的,数据库用ACCE-This a library management system. General book lending function is implemented using C++, database is Access.
C仿真图书馆管理系统
- 图书馆管理系统,买书借还书处理,大作业,代码写的很不错-library management system, to buy books through book handling, operation, code written in a very good
图书馆管理系统(Csharp)
- 图书馆管理系统采用C#和SQL Server 数据库编写 适合小型图书馆的管理-library management system using C# and SQL Server database to prepare for a mini-library management
图书管理系统vc版2
- 图书馆管理系统c++完成版-library management system complete version of c
c++图书馆管理系统
- c++图书馆管理系统-c Library Management System
C图书馆管理系统
- 图书馆管理系统
图书馆管理系统.cpp
- 一个小型基于vc的图书馆管理系统个用c++编译的词法分析器,主要是针对c++语言的。本人觉得学习性很好。有什么建议请与我联系 qq:23318796-a small vc based library management systems to use the c compiled lexical analyzer is targeted mainly c language. I feel that learning the good. Any suggestions, please contac
图书馆管理系统C#代码
- 用Visual Studio做的基于SQL的图书馆管理系统,包括管理员、教师、学生三种登陆身份,实现借书还书及图书信息修改等功能
图书馆管理系统.rar
- C语言作的图书管理系统 该程序能实现对一本书进行采编入库、清除库存、借阅图书、归还图书且记录借书的用户信息,还有查找书、显示图书目录的功能,并且以该书的书号为关键字建立一个B_树。,C language does books management system management system this procedure can realize to a book carries on picks enrolls the storehouse, the elimination stock
图书馆管理系统论文参考
- 图书馆管理系统论文参考- The library management system paper refers
librarysys
- 这个是一个图书馆管理系统的源码,C#实现的,可用-This is a library management system source code, C# To achieve, can be used
10
- visual c# 2005 图书馆管理系统-visual c# 2005 Library Management System
tushujieyu
- 本文为图书馆管理系统的C语言源代码,可实现图书馆管理的各种功能-In this paper, the library management system for the C language source code, enabling the various functions of library management
library
- 图书馆管理系统,C++builder DBE连接SQL,提供:流通管理(图书借阅,图书归还,图书续借,逾期清单,逾期罚款) 读者管理(类别设置,档案管理) 图书管理(类别设置,档案管理)等基本功能.-Library Management System, C++ builder DBE Connect SQL, provide: the flow of management (to borrow books, books to return, renewals, overdue lists, ov
library
- C语言编写的图书馆管理系统,是数据结构的课程设计,附有源代码-C language library management system, the data structure, curriculum design, with the source code
c
- 这个是用c语言写的一个图书馆管理系统,可以用来很好的管理图书馆-library
图书管管理系统
- 一个图书馆管理系统源代码,附录数据库与使用说明书。(A library management system source code, appendix database and instructions for use.)
图书馆管理系统
- Asp.net开发的图书馆管理系统,功能齐全,可以直接供使用,编码完整,不管是新手还是老手都比较适合下载。(The library management system developed by Asp.net can be directly used and coded. It is suitable for both novice and experienced users.)
图书馆管理系统程序
- 图书馆图书信息管理系统设计 (图书信息包括:书名、作者名、分类号、出版单位、出版时间、价格等。) 试设计一图书信息管理系统,使之能提供以下功能: 1、系统以菜单方式工作 2、图书信息录入功能(图书信息用文件保存)--输入 3、图书信息浏览功能--输出 4、图书信息查询功能 5、查询方式 按书名查询 按作者名查询 按出版单位查询(Design of library information management system)
C#图书管理系统项目源码
- 图书馆管理系统 分类管理 本次设计主要研究asp.net在图书馆管理系统的应用。首先,查阅了与系统内容相关的文献和研究。第一部分对图书馆管理信息的功能进行设计,主要包括图书借阅、图书归还、图书馆管理信息、与读者进行网络互动、读者书评、借书证办理和图书入库等功能。然后,在asp的平台上,连接SQL.server数据库以及利用其它语言及相应开发环境,针对小型图书馆管理系统的特点,实现图书馆基本的管理功能。目前,通过对参考文献和相关文章的学习和参考,对C#以及数据库有了一定的了解,数据库的部分设计。最