登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 计算机科学与技术 > 正文

工地视频监控与信息管理系统的开发毕业论文

 2021-10-15 09:10  

摘 要

随着科技的发展和社会的进步,现代化工业与企业制度在我国逐步地普及和深化,社会全行业信息化建设的不断深入,以大中型企业为代表的各行业都加快了相应的信息网络平台的开发与建设;企业正逐步转向利用计算机和互联网集中处理重要环节的大量数据,诸如生产、销售、物流、售后、管理等服务。而传统的工地的诸般安全防范措施,已经不能满足用户的需求,那么就需要在用户能接受的性价比范围之内,有一套能及时处理数据、实用可靠、性能稳定的安全监控系统,它能够自动显示数据、语音、图像等信息, 不但能提高全公司的工作效率,也能更快地处理各种突发事件,这也是本论文研究的初衷。

本系统采用Windows7为计算平台,使用Visual Studio 2012和Qt Creator作为开发工具,使用C 语言编程,通过满足TCP协议的Socket传输信息,用MySQL储存处理数据,进而为显示界面提供数据来源。

论文中详细探讨和研究了用户使用过程中的可能性需求。例如:在登录过程中采用MD5编码的方式,将数据进行加密,防止外部的入侵;将收支数据一起显示在折线图中……最终利用计算机技术和网络技术,完成一个C/S系统的开发,能多屏显示施工企业各工地的监控视频和相关信息,要求系统不仅能快速地读取现场监控视频流,而且能根据用户要求图形化显示施工工地信息数据库系统的查询结果,用户界面简洁友好。

论文最终实现的系统可由服务器端开始操作。使用过程中由服务器管理端打开服务器,并对数据库的数据进行操作。在服务器操作全过程中,客户端能够使用,并实时的显示更新的数据。对应的表、树状图和折线图也会变化。经过测试该系统能够基本满足实际应用的需要。

该系统的完成,满足了公司管理者和决策者全面掌握在建项目实施情况(包括进度、成本、劳资等),监控在建项目施工现场的管理需求。它提高了工作的效率并保证了数据的及时性、完整性和安全性。具体的内容请查阅论文的正文部分。

关键词:图形化显示;实时显示;C/S模式;数据处理;c

Abstract

With the modernization of industry and enterprise system in China and the spread and deepening the development of information construction industries continued to deepen, especially in the industry and medium-sized enterprises have accelerated the construction of information network platform; enterprises are gradually turning to computers and the Internet focus process management, production, marketing, logistics, after-sales service and other important aspects of the data. The traditional site of the park's security systems can no longer meet the needs of users, you need to have a practical and reliable, stable performance of the safety monitoring system to achieve data, voice, images and other information is automatically displayed, timely treatment to improve efficiency, not only to improve the processing of various emergencies reflect the speed, but also improve work efficiency, and this is the original intention of this paper.

The system takes Windows 7 for computing platform, uses Visual Studio 2012 and Qt Creator as development tools. Using the C programming language, through the transmission of information to meet the Socket TCP protocol, using MySQL to store processing data, thereby providing the data source for the UI.

The paper discussed in detail and study the possibility of the user process requirements. For example: using during the logon process MD5 coding method, the data is encrypted, preventing outside intrusion; the balance of payments data are displayed together in a line chart ...... ultimate use of computer technology and network technology, completed the development of a C / S system can be multi-screen display for each construction site video surveillance enterprise and related information systems requires not only quickly read live surveillance video streams, according to user requirements and graphically display the results of the query construction site information database system, simple and user-friendly interface .

Thesis ultimately system by the server started. Open during use server-side managed by the server, and the data in the database operation. In the whole process of operating the server, the client can use, and display real-time data updates. Corresponding table, tree and line charts will change. After testing the system can basically meet the needs of practical application.

The completion of the system to meet the company's managers to fully grasp the implementation of projects under construction, monitoring and management needs of the construction project construction site.It improved the efficiency of the work and to ensure the timeliness of data, integrity and security of the data. The text of specific content please refer to the paper.

Key Words: graphical display; real-time display;C/S mode; data processing; c

目录

1绪论 1

1.1 研究背景 1

1.2 目的及意义 1

1.3 国内外研究现状 2

1.3.1 国外研究现状 2

1.3.2 国内研究现状 2

1.4 本文主要工作 3

1.5 本文章节安排 4

1.6 本章小结 5

2技术方案及开发环境 6

2.1 技术方案 6

2.1.1功能需求 6

2.1.2数据需求(项目基本信息) 6

2.1.3系统架构 6

2.1.4核心问题及解决方案 7

2.1.4.1 客户端和服务器程序段的通信 7

2.1.4.2服务器对数据库查询和直接操作 8

2.1.4.3 客户端双屏界面显示 8

2.1.4.4客户端进行图形显示 8

2.1.4.5客户端进行表格显示 8

2.2开发环境配置及工具介绍 9

2.2.1 开发环境配置 9

2.2.2 QT介绍 9

2.2.2 C/S模式介绍 9

2.3 本章小结 10

3系统分析与设计 10

3.1 需求分析 11

3.1.1数字可视化模块的需求分析 12

3.1.2数据库管理模块的需求分析 12

3.1.3多屏控制模块的需求分析 12

3.1.4 TCP信息传递模块和登录模块的需求分析 12

3.2功能模块设计 12

3.3数据库设计 13

3.3.1 数据库概念结构设计 13

3.3.2 数据库物理模型 14

3.4 界面设计 15

3.4.1登陆界面 16

3.4.2 服务器管理模块界面设计 16

3.4.3数据库操作界面 17

3.4.4客户端图形化显示界面 17

3.4.5多屏显示界面 18

4 系统实现 18

4.1 界面的实现 18

4.2 主要功能的实现 19

4.2.1 数据库的连接及数据的操作过程 19

4.2.2 TCP网络编程 20

4.2.3数据的预处理 20

4.2.4客户端双屏显示 21

4.2.5客户端图形图表显示 22

4.2.6 其他一些功能模块的实现 22

4.3 整体运行效果 23

4.3.1 服务器端测试 23

4.3.2 客户端测试 24

4.3.3 实时显示测试 26

5. 结束语 28

参考文献 29

致谢 31

1绪论

1.1 研究背景

随着科技的发展和社会的进步,现代化工业与企业制度在我国逐步地普及和深化,社会全行业信息化建设的不断深入,以大中型企业为代表的各行业都加快了相应的信息网络平台的开发与建设;企业正逐步转向利用计算机和互联网集中处理重要环节的大量数据,诸如生产、销售、物流、售后、管理等服务[4]

旧有的工地施工区域的安全防范方法是建立高高的泥土墙、砖墙或者铁栅栏等,如果有不安全的生产行为和不当进入的行为,将无法及时发现从而处理,那么就需要有一套科学先进,实用可靠,性能稳定的安全监控系统,来自动显示语音、声光、图像等信息,自动纪录监控画面,并能做到及时处理。从而提高保卫人员的工作效率和管理人员的管理效率,还能有效的保护工地财产和施工人员的安全,并远程监管工地现场的生产现状,最大程度的防范各种入侵,不但能提高应对突发事件的处理速度,也能给保卫人员提供相对更好的工作环境,确保整个工地,乃至多个工地的安全[8]

随着网络信息时代的发展,如何使用网络新媒体帮助人类解决实际的问题,已经成为当下发展的必要研究课题。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图