社区人口户籍管理系统的设计与实现(VB)
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
摘要 社区户籍管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前台应用程序的开发两个方面。对于前者要求建立起数据处理一致性和完整性强、数据安全性好的库,而对于后者则要求应用程序功能完备,容易使用等特点。
本系统主要完成对社区居民户籍的管理,包括户籍管理、报表统计、数据库管理、打印等几方面。系统可以完成对小区户籍信息的浏览、查询、添加、删除、修改、报表以及户口信息打印等功能。
   经过分析,本系统采用Microsoft Office中的Access来设计数据库,Microsoft
公司的 Visual Basic工具开发系统。利用Visual Basic提供的各种面向对象的开发工具,不断修正和改进,直到形成满意的系统。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键词:管理信息系统    数据处理   户籍管理
Resources and management systems design and implementation of community population
Abstract Community household registration management system is typical of the Information Management System, including the development of its database background to the establishment and maintenance, and front-end application development aspects. With regard to the former request to establish data processing consistency and integrity of strong, good for data security, for the latter request applications fully functional, easy to use, and other characteristics.
[来源:http://www.think58.com]
       This system is mainly for community residents to complete the management of household registration, including the household registration management, reporting statistics, database management, printing, and other areas. System can be completed on the districts household registration information here, query, add, delete, modify, print statements, and account information, and other functions.
       After analysis, the system used in Microsoft Office Access to the database design, Microsofts Visual Basic tool development system. Using Visual Basic provided by object-oriented development tools,  constantly revised and improved, until a satisfactory system.  The main thesis on the subject of development background, to be completed by the function and the development process. Note the focus of the focus of system design, design ideas, technologies and solutions difficult.
Key words: management information system       data processing [来源:http://www.think58.com]
household registration management 
目   录
引    言 1
第一章   绪   论 2
1.1 社区户籍管理系统的开发背景 2
1.2 开发本系统的目标和意义 2
第二章    系统开发平台及工具 3
2.1 开发平台简介 3
2.2 系统开发语言的选择 3
2.3 数据库的选择 3
2.4 系统开发的硬件环境 4
第三章    系统分析 5
3.1 问题定义 5
3.2 可行性研究 5
3.3 系统需求分析 6
3.3.1 系统逻辑模型 6
3.3.2 系统模块设计 10
3.3.3 概念模型设计 11
3.4 概要设计 13
3.4.1 软件系统结构的设计 13
3.4.2 数据库的设计 14
3.4.3 系统输入、输出示意图 17
3.4.4 社区人口资源管理系统总流程 18
3.5 详细设计 18
3.5.1 程序调用 18
3.5.2 软件功能简介 19
3.6 系统运行及测试 23
3.6.1 边写代码边测试 23
3.6.2 窗口代码完成后统一测试 23
结    论 25
致    谢 26
参考文献 27
附录    部分系统代码 28
[版权所有:http://think58.com]
 系统模块设计
通过对用户需求的分析,本软件必须具有以下几个模块:
  (1). 户籍管理模块
      a.添加或迁入户口、人口
      b.迁出户口、人口
      c.户口、人口注销
      d.打印户口卡
户籍信息管理系统是一个典型的数据库应用程序,该模块的主要任务是对人的调动进行信息记录,还可以直接退出本系统。
  (2). 查询修改模块
       a.查询户号
       b.查询修改户、人信息
       c.查询住址
       d.列表查询
该模块的功能是实现对户籍管理的查询和修改工作,同时还可以看到列表查询里的内容。
   (3). 报表统计模块
       a.户口报表
       b.人口报表
该模块的主要功能是实现显示人/户口统计的报表。
   (4). 系统管理模块
       a.用户列表
       b.添加用户
       c.修改密码
[资料来源:THINK58.com]
       d.删除用户
系统管理向来是一个比较头痛的问题,因此本模块有一定的权限性,它的设定对相关的管理人员提供了很大的便利。
    (5). 数据库管理模块
       a.备份数据库
      b.清空数据库
预览图: [来源:http://think58.com]
[资料来源:http://www.THINK58.com]
[版权所有:http://think58.com]
毕业设计(www.think58.com)