嵌入式聊天系统.docVIP

  1. 1、本文档共45页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
嵌入式聊天系统.doc

指导老师:东野长磊(讲师) 专 业:电子信息科学技术与应用 二零一一年六月 摘 要 嵌入式聊天系统的设计是解决在嵌入式操作系统平台下用户相互之间的信息沟通和传递这一事件。鉴于嵌入式Linux操作系统在嵌入式操作系统的领军地位以及源代码的开放,在此背景下本系统将以嵌入式Linux操作系统作为开发平台,CC++作为开发语言,Vi作为编辑器GDB作为调试工具来开发实现。 本系统采用Client/Server模式,通过嵌入式Linux环境下Socket网络编程实现了服务器与客户端的连接和监听。使用IO多路转接技术使系统以非阻塞IO的方式实现了并发的异步通信,以及Qt信号和槽机制应用于对象之间的通信。本系统实现的功能包括客户端与服务器的连接功能、用户的登录和注册功能、用户与用户之间的私聊和群聊功能、显示该系统版本和当前时间的功能。通过对这些功能函数的的整合构建成一个完整的聊天系统。 嵌入式;Linux;C/S;IO多路转接;Qt ABSTRACT Embedded chat system is designed to solve the embedded operating system platform of information between the user communication and transfer of the incident. In view of the embedded Linux operating system in the leading position of the embedded operation system and open source code, in this context, the system will be an embedded Linux operation system as a development platform, C/C++ as development language, Vi as the editor, GDB as a debugging tool to develop the implementation. This system uses the Client / Server mode, through the embedded Linux environment, Network Socket programming the server and client connections and monitoring. Use of IO multiplexing technology allows the system to achieve non-blocking IO manner concurrent asynchronous communication, and Qt signals and slots mechanism used in the communication between objects. This system features include client and server connectivity, user login and registration functions, the private chat between users and the group chat feature to display the system version and features the current time. Functions through the integration of these functions built into a complete chat system. Key words: embedded ;Linux;C/S;I/O Multiplexing; 目 录 第1章 绪 论 5 1.1 研究背景及意义 1.2 研究现状 1.3 研究内容 1.4 论文组织结构 第2章 开发平台与相关技术简介 7 2.1 嵌入式系统定义 2.2嵌入式Linux的主要特性 2.3嵌入式Linux的应用和前景 2.4 Qt编程机制主要特性简介 2.5 Qt编程机制简介编程机制简介 2.6 TCP/IP协议简介 2.7 Soceket套接字简介 0 2.8 IO多路转接技术简介 0 第3章 总体设计 11 3.1 可行性分析 1 3.1.1 技术可行性分析 1 3.1.2 社会可行性分析 1 3.2 用户需求 1 3.3 性能需求 1 3.4 系统功能需求 2 3.5 系统功能模块划分 2

文档评论(0)

docindoc + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档