搜索资源列表
图书信息管理系统
- 是用VFP写的一个图书馆管理程序,主要是对数据库方面的操作,对图书资料的添加,删除,修改,查询等功能...还有数据报表的生成等-VFP is written by a library management procedures, mainly for database operation, information on the books to add, delete, modify and query capabilities ... also the data generated such
图书库存管理系统
- 看1 可售图书信息的录入,修改,栓除及图书库存管理 2图书销售处理 3 查询图书库存及销售情况,以及对销售及古村进行统计4 系统维护,修改密码 数据库备份 -see a sell books information input, modify, in addition to books and suppository inventory management two book sales for three books dealing with inventory
图书馆图书信息管理系统
- 图书馆图书信息管理系统-Library Information Management System
图书馆管理信息系统
- 图书信息管理,可以用于图书馆的读者借书以及书籍信息的管理-library information management, can be used for library readers and library books information management
我的图书管理网站源码
- 具有 个人信息管理 书籍搜索 图书管理等基本功能,结构简单仅适合初学者学习参考 DB_51aspx下为数据库文件,附加即可
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
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 ~!
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
tushuguanli
- 图书信息管理系统设计全程序 C语言开发 适合课程设计 初学者很好的学习材料-Library Information Management System-wide procedures for C-language development for curriculum design, a very good learning materials for beginners
tsgl
- 图书馆图书信息管理,用VC6.0以上可编译.本人成功编译!-Library information management, more than can be compiled with VC6.0. I have successfully compiled!
双鱼林vb图书信息管理demo系统
- 程序开发软件: VB6.0中文企业版 数据库:access或sqlserver都支持 这里我以sql2005数据库做演示! 这个系统实现了用户登录 权限管理 图书信息添加,修改,删除,查询和导出excel打印!(Program development software: VB6.0 Chinese Enterprise Edition database: access or sqlserver support Here I'm going to demonstrate wit
图书馆管理系统程序
- 图书馆图书信息管理系统设计 (图书信息包括:书名、作者名、分类号、出版单位、出版时间、价格等。) 试设计一图书信息管理系统,使之能提供以下功能: 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