当前位置:跳过导航链接计算机毕业设计首页 : VB计算机毕业设计 : 详细内容

基于VB人口登记信息管理系统

来源:本站原创 作者:管理员 添加时间:2011-07-11 点击数:3223

一、开发工具:VB+SQL2000

二、开发期限:2011年

三、相关介绍:

1、计算机毕业论文介绍
摘 要
随着人类社会的进步与发展,当今的社会已经进入了信息化的社会,越来越多的信息已无法通过手工记录、人工管理来实现,信息在社会经济中发挥着越来越重要的作用,这就要求通过一个好的管理软件,对实住人口信息进行管理。
本系统——实住人口信息管理系统是根据人口信息的各项特征为一体,为政府管理人口实住情况的软件。在设计过程中最大限度满足用户的要求,因此,该系统具有较强的实用性和针对性。本系统具有界面友好,操作简单,可维护性强等特点。
实现了信息字典基础的维护,对实住人口信息的登记管理,使用本系统的用户管理以及人口信息的查询、导出报表等功能。
本软件使用Visual Basic 6.0开发,采用客户端/服务器的模型构架。数据库采用SQL Server2000来实现。
关键字
实住人口信息管理系统;Visual Basic 6.0;SQL Server2000

〖资料来源:计算机毕业论文 www.xiaoniu168.com

Abstract
Along with human society's progress and the development, the now society already entered the informationization society, more and more information have been unable through the manual record, the labor management to realize, the information is playing more and more vital role in the social economy, this requests through a good management software, to really lives in the population information to carry on the management.
This system - - really lives in the population information management system is according to population information each characteristic is a body, lives in the situation for the government supervisor pretext the software. Maximum limit satisfies the user in the design process the request, therefore, this system has the strong usability and pointed. This system has the contact surface to be friendly, simplicity of operator, maintainability strong and so on characteristics.
Has realized the information dictionary foundation maintenance, to really lives in the population information the registration management, uses this system's user management as well as the population information inquiry, derives functions and so on report form.
This software uses Visual Basic 6.0 developments, uses the client side/server's model skeleton. The database uses SQL Server2000 to realize.
Keywords
The reality lives in the population information management system; Visual Basic6.0; SQL Server2000

目  录

摘 要 I
关键字 I
Abstract Ⅱ
Keywords Ⅱ
1 绪论 1
1.1选题的背景 1
1.2 设计定义 1
1.3 开发工具的简介 1
1.3.1 Visual Basic 6.0 1
1.3.2 数据库简介 4
2 需求分析 5
2.1 可行性分析 5
2.1.1技术可行性 5
2.1.2经济可行性 5
2.1.3管理可行性 5
2.2系统目标 5
2.3 系统开发环境 6
2.4 系统应该具备的功能 6
2.4.1 信息字典管理 6
2.4.2 人口信息管理 7
2.4.3 用户管理 7
2.4.4 人口信息查询 7
2.4.5 系统更新和维护 7
3 系统设计 8
3.1 系统结构图 8
3.2 系统详细设计 8
3.2.1 系统数据流图 9
3.2.2 数据库中表的设计 9
3.2.3 数据库逻辑设计E—R图 12
3.2.4 功能模块详细设计 13
4 系统功能实现 18
4.1 frmlogin(登陆界面) 18
4.2 frmMain(系统主界面) 19
4.3 数据字典维护(frmSjzdList) 19
4.4 汉字同音字典(frmTyzd) 21
4.5 人口信息管理列表页面(frmLdlList) 22
4.6 人口信息维护页面(frmRk) 24
4.7 用户信息维护页面(frmUserList) 25
4.8 用户权限设置页面(frmYhqx) 27
4.9 操作历史记录列表页面(frmLsjl) 28
4.10 人口信息查询页面(frmRkxx) 30
4.11 报表管理(frmMbList) 33
5 系统测试 35
5.1 软件测试的意义 35
5.2 软件测试的重要性 35
5.3 软件测试的范围 35
5.4 软件测试的方法 36
5.5 软件测试的目的和原则 36
6 关键技术与系统特点 38
6.1 对数据库的访问技术 38
6.2 系统特点 39
7 总结 40
参考文献 41
谢 辞 42

2、计算机毕业设计功能介绍
2.4.1 信息字典管理
(1)民族信息维护:对民族信息进行添加、保存和删除操作。
(2)与户主关系信息维护:对与户主关系信息进行添加、保存和删除操作。
(3)户口状况信息维护:对户口状况信息进行添加、保存和删除操作。
(4)街巷名称信息维护:对街巷名称信息进行添加、保存和删除操作。
(5)职业信息维护:对职业信息进行添加、保存和删除操作。
(6)服务处所信息维护:对服务处所信息进行添加、保存和删除操作。
(7)文化程度信息维护:对文化程度信息进行添加、保存和删除操作。
(8)家庭状况信息维护:对家庭状况信息进行添加、保存和删除操作。
(9)经济状况信息维护:对经济状况信息进行添加、保存和删除操作。
(10)宗教信仰信息维护:对宗教信仰信息进行添加、保存和删除操作。
(11)同音字典信息维护:对同音字典信息进行添加和删除操作。
2.4.2 人口信息管理
(1)人口信息管理:对人口信息进行登记、查看操作。
2.4.3 用户管理
(1)用户信息管理:对用户信息进行添加、删除操作。
(2)用户权限设置:对用户的权限进行分配设置操作。
(3)操作历史记录:记录所有用户使用该系统的历史日志和清空日志操作
2.4.4 人口信息查询
(1)同音检索:可以通过输入人口名称检索出同音的人口信息,选择模板显示,显示该模板设置的列,并导出报表。
(2)浏览检索:可以通过选择民族、户口、职业、文化或经济状况信息浏览检索出符合条件的人口信息,选择模板显示,显示该模板设置的列,并导出报表。
(3)模糊检索:可以通过输入人口名称、备注检索出含有该输入信息的人口信息,选择模板显示,显示该模板设置的列,并导出报表。
2.4.5 系统更新和维护
(1)报表管理:可以对各报表显示时的模板信息进行添加和删除操作。

计算机毕业论文

<责任编辑:计算机毕业设计网(http://www.xiaoniu168.com)>

第1页

【联系方式】

【本站信誉】

用心做计算机毕业设计论文网
计算机毕业设计客服
计算机毕业论文客服在线 计算机毕业论文客服在线
计算机毕业论文在线,计算机毕业设计在线