计算机软件论文栏目提供最新计算机软件论文格式、计算机软件硕士论文范文。详情咨询QQ:1847080343(论文辅导)

高校实验室仪器设备管理系统

日期:2018年01月15日 编辑: 作者:无忧论文网 点击次数:3481
论文价格:100元/篇 论文编号:lw200611022113373600 论文字数:11716 所属栏目:计算机软件论文
论文地区: 论文语种:中文 论文用途:本科毕业论文 BA Thesis
高校实验室仪器设备管理系统 目 录 摘 要 前 言 第一章 为什么要开发设备管理系统-------------------- 1 第二章 开发设备管理系统的问题---------------------- 2 第三章 开发系统特点及开发与运行环境---------------- 3 第四章 系统的分析与设计---------------------------- 5 第五章 数据库设计---------------------------------- 7 第一节 设计数据库------------------------------ 7 第二节 数据库结构------------------------------ 12 第六章 系统的详细设计------------------------------ 19 第七章 系统调试与维护------------------------------ 26 结 论---------------------------------------------- 29 致 谢---------------------------------------------- 30 参考文献-------------------------------------------- 31 摘 要 高校实验室仪器设备管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。 经过分析,我使用Microsoft公司的 Visual FoxPro 6.0开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行性系统。 关键字:控件、窗体、域 ABSTRACT CLAMS(College Laboratory Apparatus Management System) 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 Visual FoxPro presented by Microsoft because of its objective tools in Win32. Vfp6 offered a series of ActiveX operating a database. It can give you a shortcut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it. Keywords: ActiveX , Form , Field 翻译 【英文】 CHAP 1 Visual FoxPro 6.0 Installation Notes §1.1 Installing Samples   The samples for Visual FoxPro 6.0 are now installed with MSDN™, the Microsoft Developer Network. The MSDN setup is located in a separate subfolder called MSDN. Open the folder and double-click Setup.exe to run the MSDN Installation Wizard. Choose the Custom option and select the VFP Samples check box.   The samples are placed in the common MSDN samples location. You can access this location programmatically by using the _SAMPLES system variable or by executing the HOME(2) command. §1.2 Installing Online Documentation