学号 毕业设计(论文)题目: 基于 C# 的远程液位监控软件设计 作 者 届 别 学 院 专 业 指导老师 职 称 完成时间 年 月 日 摘 要为了弥补组态软件在远程液位监控系统中的不足,本文设计了一套基于C#的远程液位监控软件。本软件依靠.NET类库中Windows.Forms类完成了服务器与客户端测试界面的设计,还利用SOCKET类实现了服务器与客户端之间的异步通信,达到了实时传输和远程监控的要求。同时利用内部的垃圾回收机制,有效的避开了资源浪费和内存泄露等缺陷。在满足企业个性化设计需求的同时还保证了测控平台的工作性能和测控质量,极大的提高了工业生产效率。关键词:C#;SOCKET;异步通信; Abstract To make up for deficiencies in the remote configuration software level monitoring system, the paper designs a C # based on the level of remote monitoring software. The software relies on .NET class library Windows.Forms class completed the test server and the client interface design, but also use SOCKET class implements the asynchronous communication between the server and the client, to the real-time transmission and remote monitoring requirements. While taking advantage of the internal garbage collection mechanism, effectively avoiding the waste of resources and memory leaks and other defects. Personalized design to meet business needs, while also ensuring the quality and control performance and control platform, which greatly improves the efficiency of industrial production.Keywords: C #; SOCKET; asynchronous communication; 目 录摘 要.......................................................................................................................IAbstract..................................................................................................................II第 1 章 引 言......................................................................................................11.1 课题讨论的背景.....................................................................