武器装备论文:武器装备 管理系统 ASP 数据库系统
【中文摘要】进入21世纪,人类社会步入了信息化时代,信息技术在改变我们日常生活的同时,也推动了新世纪军事的变革,现代军队建设的重要标志之一就是信息化。武器装备信息化管理的在于对武器装备的信息进行管理,向用户全方位地提供装备管理的综合信息,以便于武器装备的管理工作,提高装备管理的效率。本文以部队武器装备信息化管理系统的建设为背景,从某军事院校的实际情况出发,设计实现了武器装备信息化管理系统,提出了一个可行的方案。论文首先对管理信息系统进行了简单的介绍,接着对比分析了C/S、B/S结构的特点,研究了B/S体系结构下Web服务器与数据库的几种互连技术,确定采用B/S体系结构完成设计。文章进行了系统的可行性分析,明确了系统的性能目标和功能目标,确定了武器装备信息化管理系统的体系结构及其硬件和软件平台。从武器装备管理的需求出发,将开发分为系统分析,系统设计和系统实现三个阶段,采用APS.NET技术,以SQL Server 2000为数据库服务器,以.NET作为开发平台,实现此系统。研究和开发结果表明开发的武器装备信息化管理系统运行稳定,安全可靠,为改善军事院校武器装备管理现状,提高装备管理水平提供了一套切实可行的方法,并对系统的安全性作了一定的研究。
【英文摘要】Entering the 21st century, human society entered the information age, information technology not only has changed our daily life, but also promoted the military revolution. The informatization is one important signs of modern military construction. The aim of weapons and equipment informatization management is managing the information of weapons and equipment, providing comprehensive equipment information with user information, so that it is convenient to management work of the weapons and equipment, and improves efficiency of equipment management.This thesis is based on background of military weapons and equipment information management construction, relying on the actual conditions of a military college, designed and implemented weapons and equipment information management system, and puts forward a feasible scheme.In this thesis, it firstly introduces the management information system,then analyzes the characteristics of C/S and B/S structure characteristics, study some typical interconnection technologies between Web server and database in the B/S architecture, and decides to use B/S architecture to complete the design. The feasibility of the system has analyzed in this thesis, and the capability and function of the system are established as well as the whole structure both ha
rdware and software. Based on the requirements of system analysis, system development is divided into three stages, system analysis, system design and system realization. it uses the ASP.NET technology, SQL Server 2000 as the database server, and .NET as the development platform to implement. Research and development results indicate that the weapons and equipment information management system is stable in operation, safe and reliable. It provides a set of practical methods to improve the management of military academies weaponry and equipment management level. Furthermore, the security of the system is also studied in this thesis.
【关键词】武器装备 管理系统 ASP 数据库系统
【英文关键词】weapon equipment      management system      ASP      database system
【目录】武器装备信息化管理系统的设计与实现摘要4-5Abstract5第一章 绪论9-151.1 选题背景及意义9-101.2 国内外研究现状及发展10-121.3 本文的研究工作12-131.4 论文结构安排13-141.5 本章小结14-15第二章 系统开发的理论基础15-252.1 管理信息系统15-172.1.1 管理信息系统的功能15-162.1.2 管理信息系统的开发原则162.1.3 系统设计开发的方法与流程16-
172.2 数据库技术17-202.2.1 关系数据库基本功能182.2.2 数据库技术的应用方式18-192.2.3 典型的关系性数据库19-202.3 ASP 技术20-212.3.1 ASP 技术特点202.3.2 ASP.NET 技术20-212.4 UML 建模21-232.4.1 UML 建模的特点21-222.4.2 UML 建模过程222.4.3 UML 建模工具22-232.5 课题使用的开发工具23-242.5.1 操作系统232.5.2 开发平台23-242.5.3 数据库系统242.6 本章小结24-25第三章 武器装备信息化管理系统分析25-333.1 系统需求分析25-313.1.1 需求分析的目标25-263.1.2 系统性能需求分析26-273.1.3 系统功能需求分析27-283.1.4 系统用户需求分析28-293.1.5 系统需求建模分析29-313.2 系统可行性分析31-323.2.1 经济可行性分析313.2.2 技术可行性分析31-323.2.3 安全可行性分析323.2.4 资源可行性分析323.3 本章小结32-33第四章 武器装备信息化管理系统的设计33-424.1 系统设计目标334.2 系统的总体设计33-344.3 系统结构设计34-364.4 系统文件组织结构设计364.5 系统各模块详细设计36-414.5.1 用户登录模块36-384.5.2 用户管理模块38-394.5.3 装备库存管理模块39-414.6 本章小结41-42第五章 武器装备信息化管理系统的实现42-715.1 系统开发及应用需求42-435.1.1 硬件平台要求425.1.2 软件平台要求42-435.2 系统软件开发43-625.2.1 界面设计与编程原则43-445.2.2 用户登录模块的实现44-465.2.3 用户管理模块的实现46-505.2.4 系统管理主界面50-515.2.5 武器装备类别查看51-535.2.6 详细分类子目录的实现53-
555.2.7 装备品名及类别管理55-585.2.8 武器装备出入库管理58-625.2.9 武器装备库存管理625.3 数据库设计与实现62-655.3.1 创建及连接数据源62-635.3.2 创建数据库及数据表63-655.4 系统的安全性保护65-695.4.1 IIS 的安全性实现65-665.4.2 进行用户身份验证66-675.4.3 录入验证的实现67-695.5 系统测试结果及分析69-705.6 本章小结70-71第六章 总结与展望71-736.1 本文的研究工作总结716.2 研究工作展望71-73致谢73-74参考文献74-76
【索购全文1asp数据.3.9.9.3.8.8.4.8   1.3.8.1.1.3.7.2.1                   
同时提供论文写作一对一辅导和论文发表服务。
说明本文仅为中国学术文献总库合作提供,无涉版权。作者如有异议请与总库或学校联系。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。