技术资料管理系统
技术资料管理系统 信息管理系统 VB程序设计 VB毕业设计源代码 毕业设计 毕业论文 课程设计
中国毕业设计网 -> 完整毕业设计 -> 技术资料管理系统

技术资料管理系统
[380 60页 20298字] [VB+Access] [编号:200701231542542921]
[可执行程序+源程序+论文+答辩稿+中期报告+任务书,可直接做为毕业设计(/论文)使用]
如何购买本设计
特别说明: 此设计为本公司往年为别的毕业生定做且已经通过答辩的完整毕业设计,质量可靠您购买之后可以直接使用,只需将版权信息改成您自己的即可
购买方式: 请记录下本设计的编号[200701231542542921],然后按本页面内所标明的价格汇款到本公司银行帐户上(银行帐号及汇款指南见本页左边中部),汇款后请立即跟本公司客服人员联系,说明您的汇款金额、所汇银行以及您要购买的设计编号和您的常用邮箱,本公司客服人员确认收到您的汇款后立即将完整作品下载地址通过短信告之或发送到您的邮箱
图片展示
论文缩略

摘   要
在社会日趋发展和信息技术取得巨大进步的今天,许多技术含量高的单位原有的技术资料管理方法已不能完全满足各方面使用和保密的要求,技术资料需要有一个安全的、系统的管理软件来对其进行保管和存放,使用先进的技术资料管理系统是必不可少的,开发一个能够将技术资料实现集管理、保密、安全为一身系统软件是事在必行的。因此,技术资料管理系统是一个具有重要理论研究意义及广阔应用前景的研究课题"。
本设计采用VisualBasic结合Access开发了一个适用于技术资料保密和管理的软件。在系统开发过程中,解决了以下问题,利用SQL语言实现文件多种查询方法,通过调用文件存放地址实现文件的打开功能,对文件实行分类保存和管理,对保存的资料进行加密管理,提高技术资料的安全性,并对所保管的资料实现安全级别的定义。
关键词  VB,ADO,MIS, 安全性 
 
Abstract
Creation of investment decision support system for companies to invest in the formation, financing and investment strategies and how to choose the correct analysis of the investment value appraisal business investment has important significance. The article mainly from the question of financing the system of decision-making structure design. And the technical, theoretical explored.  
The system uses Visual Basic programming language, using access as a database, the main use of Visual Basic Ado Data complaints to the various operational databases. Interface layer is the first layer (the VB Form,ActiveX complaints), the second layer control layer (ActiveX DLL), the third layer physical layer (ActiveX DLL directly through ado database).   The system of financing and investment strategies to achieve the correct analysis of the evaluation and how to choose the investment value of enterprise investment. Depending on the loan amount can be, factors such as changes in the borrowing limit to the amount of reimbursement changes each analysis, thus making the corresponding decision-making; By choosing lease equipment leased under different conditions calculated each meet rent and the rent enterprises can bear comparison, a corresponding decision-making; By analysing the different combinations of the two variables long-term borrowing reimbursement, according to the results of the analysis of decision-making; According to the two methods of financing the capital cost comparisons, and thus make a loan or lease decision-making; According to the bond interest rates, interest rates, currency prices, interest rates, determine their amount of capital costs. 
 
Key words  VB,ADO,MIS, Security  

目  录
摘   要 
Abstract 
第1章  引 言 
1.1管理信息系统的概述 
1.2 数据库应用系统开发简介 
1.3资料管理系统 
1.3.1 国内外同类管理软件的研究现状与发展趋势 
1.3.1 资料管理系统研究背景与意义 
第2章 数据库理论基础 
2.1 数据库系统设计 
2.2 SQL语言简介 
2.2.1 sql基础 
2.2.2 sql语句 
第3章 应用系统开发工具
3.1 Visual Basic简介及实现原理 
3.2 数据库组件介绍 
3.2.1 引入 Ado Data控件到VB项目 
3.2.2 控件的主要属性、事件和方法 
3.2.3 Ado Data控件直接操纵数据库 
3.3 SQL语言在VB中的应用 
第4章  资料管理系统设计分析 
4.1需求分析 
4.1.1 基本要求 
4.1.2 功能需求 
4.2模块划分 
4.2.1系统功能模块设计 
4.2.2系统概念结构设计 
4.3数据库设计 
第5章 应用程序设计 
5.1程序结构 
5.1.1 建立资料管理主窗体 
5.1.2 建立添加资料管理窗体 
5.1.3 建立查看资料管理窗体 
5.1.4 建立修改资料管理窗体 
5.1.5 建立类别管理窗体 
5.1.6 建立日志管理窗体 
5.1.7 数据库备份 
5.2公共模块程序源代码 
5.3 系统测试 
第6章 系统小结 
 
第1章  引 言
1.1管理信息系统的概述
管理信息系统(简称MIS)是在管理科学、系统科学、计算机科学等的基础上发展起来的综合性边缘科学。在21世纪信息高速发展的时代中,管理信息系统具有很重要的作用,它的预测和辅助决策的功能,即利用现代管理的决策和支持。
    管理信息系统是一个由人、机(计算机)组成的能进行管理信息的收集、传递、存储、加工、维护和使用的系统。它能观测企业或组织的各种运动情况,利用过去的数据预测未来;从全局出发辅助决策;利用信息控制企业或组织行为,帮助其实现长远的规划目标。简言之,管理信息系统是一个以计算机为工具,具有数据处理、预测、控制和辅助决策功能的信息系统。

简单介绍
用VB开发的技术资料管理系统