毕业论文

打赏
当前位置: 毕业论文 > 电子通信 >

基于异步回调的以太网UDP通信程序的设计与实现

时间:2022-04-12 19:39来源:毕业论文
摘要:这次的毕业设计,目标主要是设计一个C#程序,可以用来完成以太网的UDP异步通信。这个程序应该有两部分组成,分别是客户端程序和服务器程序。两部分程序各司其职组合在一起

摘要:这次的毕业设计,目标主要是设计一个C#程序,可以用来完成以太网的UDP异步通信。这个程序应该有两部分组成,分别是客户端程序和服务器程序。两部分程序各司其职组合在一起就是一个完整的UDP异步回调传输软件。良好的UDP通信程序成为了其中很关键的一个环节从而更高效的整理数据,处理数据。虽然UDP协议传输是一种不可靠传输,但随着技术的不断发展更新,他的可靠性逐渐的有了保证。UDP系统与各类不同的外接设备相互结合更能产生各种不同的效果。对我们的生活带来更多的便利。本文首先简易先容了UDP数据传输系统的发展现状和趋势,并阐述了论文的选题和意思。其次,根据现在UDP数据传输系统的一般构成和业务流程进行了分析说明,同时详细论述了详尽设计过程。本系统应用C#作为开发使用语言,使用Visual Studio 2010开发环境完成它。79807

毕业论文关键词:UDP数据传输系统 ;C# ;Visual Studio 2010

Design and implementation of Ethernet UDP communication program based on asynchronous callback

Abstract: Since twenty-first Century, with the gradual change of the information management of our country to the modernization and high efficiency, the automatic office flow has become a necessity。 Time has become an important link in the development of enterprises, playing an incomparable role。 So a good UDP communication program has become one of the key links。 It can greatly reduce the time required for data statistics, help enterprises to save costs and improve efficiency。 So as to organize the data more efficiently and process the data。 The transfer of information has now become a very important part of life, UDP system and a variety of different external devices combined to produce a variety of different effects。 Bring more convenience to our lives。 Firstly, this paper introduces the development status and trend of UDP data transmission system, and clarifies the topic and significance of this paper。 Secondly, according to the general structure and business process of UDP data transmission system, the detailed design process is discussed in detail。 The system uses C # as development language , application development environments Visual Studio 2010。

Keywords:UDP data transmission system;C#;Visual Studio 2010

目录

                         

1 绪论·4

1。1本课题的研究背景4

1。2国内外研究现状4

1。3本课题的发展趋势5

1。4选题的目的与意义5

2 相关系统与技术的介绍·6

 2。1 C#技术简介6

 2。2 UDP技术简介···7

 2。3 异步通信技术简介··8

 2。4 Microsoft Visual Studio 2010简介··9

 2。5 SQL数据库技术简介10

 2。6 以太网技术简介···11

3 程序设计分析12

 3。1 需求分析·12

 3。2 程序简述·12

 3。3 程序目标·13

 3。4 程序可行性分析···13

3。4。1 经济可行性分析13

3。4。2 技术可行性分析13

4 程序各模块的实现14

 4。1 异步回调UDP通信程序的实现···14

4。1。1 异步回调UDP通信程序服务器端程序部分··14

4。1。2 异步回调UDP通信程序客户端程序部分19

4。2 建立C#和SQL Server的连接25

5 总结25

致谢··26

参考文献··27

附录

1 绪论

1。1本课题的研究背景

UDP是TCP/IP繁多协议中传输层中的一个主要协议。与TCP协议进行比较,UDP具有这交换数据时所需要的额外开销较少、传输的速度比TCP更快等有点,不过UDP传输的主要缺点在于它的数据传输时的可靠性比较差、能够提供的传输功能收到局限性。UDP协议的这些传输特点使得它特别匹配那些对实时要求严格的应用,比如视频实时会议、即时通信等。论文网 基于异步回调的以太网UDP通信程序的设计与实现:http://www.youerw.com/tongxin/lunwen_92449.html

------分隔线----------------------------
推荐内容