图书馆管理系统|图书馆管理系统论文和源代码
摘要……………………………………………………………………1
第一章 引言…………………………………………………………3
㈠本课题的研究意义
㈡本论文的目的、内容及作者的主要贡献
第二章 研究现状及设计目标………………………………………3
㈠现行研究存在的问题及解决办法
㈡本课题要达到的设计目标
第三章 要解决的个关键问题………………………………………4
㈠研究设计中要解决的问题
㈡具体实现中采用的关键技术及复杂性分析
第四章 系统结构与模型……………………………………………5
㈠设计实现的策略
㈡编程模型及数据结构
第五章 系统实现技术………………………………………………7
㈠分模块详述系统各部分的实现方法
㈡程序流程
第六章 性能测试与分析……………………………………………26
㈠测试环境与测试条件
㈡性能分析
第七章 结束语………………………………………………………26
图书馆管理系统
【摘要】图书馆管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。经过分析,我们使用 BORLAND公司的Delphi6.0和MICROSOFT公司的Access2000等开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
【关键词】:属性;窗体;事件
【Abstract】The system of managing book is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.By looking up lots of datum, we selected Delphi6.0 presented by BORLAND and Access2000 presented by MICROSOFT because of its objective tools in Win32. Delphi offered a series of ActiveX operating a data-base. It can give you a short-cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.it also offered a series Attribute of Form.
【Keywords】: Attribute;Form;Event