搜索资源列表
图书馆图书信息管理系统
- 图书馆图书信息管理系统-Library Information Management System
C#2005图书管信息管理系统
- C#2005图书管信息管理系统
图书借阅管理系统
- 本课题针对当前我国图书借阅管理多数采用人工管理的现状以及即使采用了计算机图书管理系统却不能完全满足本单位图书管理的需要的实际情况出发,对图书管理业务经过详细的系统调查,开发出的操作简单而且方便实用的一个图书借阅管理系统,以适应新时代发展的需要。 本系统使用Visual Basic6.0开发工具,主要使用SQL语句,结合Access数据库、VB的DAO数据访问对象,DATA控件和ADO控件来实现数据库的操作。 图书借阅管理系统主要对图书管理日常工作中遇到的实际问题,例如书籍信息、读者信息、
图书管理系统
- 这是图书管理系统的源代码,可以让学C语言程序设计的同学进行参考。其中包括用户功能,管理员功能。可以进行新增用户信息,查找用户信息,删除用户信息,修改用户信息,删除图书信息,借阅图书信息,还书信息,修改图书信息,查询图书信息,浏览图书信息及新增图书信息功能。
图书馆管理系统.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
VF.rar
- VF学生信息管理系统。很实用。大家可以随便下。绝对原创! ,!-VF student information management system. Practical. You can freely under. Absolutely original!
SqList
- 用vc2005做的顺序表的图书信息管理系统,经过调试,运行稳定。-Vc2005 do with the order of the table library information management system, through commissioning, operation and stability.
LibrarySytem
- 这是一个图书信息管理系统,这是一个用c#开发的程序。可以对图书的进,销,存进行操作。-This is a library information management system, which is a c# with the program. The right book can import and marketing, and operations for survival.
20074315456185
- 一个不错的图书信息管理系统!有源代码和执行程序!里面有详细说明!可实现可视化~还有导入导出文件!-A good book information management system! Active code and enforcement procedures! There are a detailed descr iption! Visualization can be realized also import and export files ~!
book
- 图书借阅管理系统 图书借阅信息 图书管理信息 借阅 历史查询等功能-Book Management System Lending Library Book Lending Information Management Information borrow history of inquiries and other functions
m_book.c
- 图书信息管理系统源程序 大小:799 字节 (799 字节)-Book information management system source code Size: 799 bytes (799 bytes)
FromData
- 图书信息管理系统,包括添加会员,添加书籍,绑定卡号;查询各种信息-Book information management system, including adding members, adding books, binding number information on the various information
xl
- 一个典型的图书管管理系统,可以管理图书入库、借出信息。-It s very well for manegent your labory!
include4
- 图书借阅管理系统,主要分为两大功能: 1) 图书管理(增加图书、查询图书、删除图书、图书借阅、还书); 2) 会员管理(增加会员、查询会员、删除会员、借书信息); -Management system to borrow books, divided into two main functions: 1) library management (an increase of books, book query to delete the books, borrow books, b
libraryDB
- libraryDB 是图书借阅管理系统,VC++6.0下编译通过,运行前请先附加MSSQL2000数据库,设置数据源,数据源名称及连接信息请查看代码,登录界面如上所示,它可以完成借已登记、管理、还书登记管理、图书资料管理、员工人员管理等。-Library Loan Management System libraryDB yes, VC++6.0 to compile by the next run before please attach MSSQL2000 database, set up d
sheji
- 图书借阅管理系统 已知技术参数和设计要求: 主要分为两大功能: 图书管理(增加图书、查询图书、删除图书、图书借阅、还书); 会员管理(增加会员、查询会员、删除会员、借书信息); 要求完成的主要任务: 设计一个图书借阅管理程序,实现图书管理和会员管理-Book Lending Management System known technical parameters and design requirements: mainly divided into two main functions: li
tushuguanli
- 图书信息管理系统设计全程序 C语言开发 适合课程设计 初学者很好的学习材料-Library Information Management System-wide procedures for C-language development for curriculum design, a very good learning materials for beginners
图书馆管理系统程序
- 图书馆图书信息管理系统设计 (图书信息包括:书名、作者名、分类号、出版单位、出版时间、价格等。) 试设计一图书信息管理系统,使之能提供以下功能: 1、系统以菜单方式工作 2、图书信息录入功能(图书信息用文件保存)--输入 3、图书信息浏览功能--输出 4、图书信息查询功能 5、查询方式 按书名查询 按作者名查询 按出版单位查询(Design of library information management system)
boot-crm
- 基于SSM框架实现的图书信息管理系统的案例(Library information management system based on SSM framework)
双鱼林SSM图书信息管理系统
- 技术要点: 1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。 2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。 3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验! 4 Mybati数据库DAO层采用的是Mapper代理开发方法,输入映射采用的是POJO包装类型实现,输出映射采用了resultMap类型,实现了数据库多对一映射。 5 spr