- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
毕业设计 网络五子棋.doc
编号: 毕业设计(论文)说明书 课题名称: 网络五子棋 摘 要 由课题意义,国内外研究动态,主要内容及创新,及五子棋起源、历史、简介、规则,用delphi实现一个基本于C/S模式的五子棋网络对战游戏。玩家作为客户端通过服务器端与其它玩家进行对战,聊天等功能。客户基于服务器之间使用的大部分通讯组件都是基于socket接口来实现的。Socket是两个程序之间进行双向数据传输的网络通讯端点,有一个地址和一个端口号来标识。每个服务程序在提供服务时都要在一个端口进行,而想使用该服务的客户机也必须连接该端口。Socket因为是基于传输层,所以它是比较原始的通讯协议机制。通过Socket的数据表现形式为字节流信息,因此通讯双方要想完成某项具体的应用则必须按双方约定的方式进行数据的格式化和解释,它具有更强的灵活性和更广泛的使用领域。本篇论文是通过对WinSock组件的分析,提出实现网络五子棋游戏以及聊天功能的设计方案,给出构思过程和主要功能实现方法,以DELPHI语言为工具给出相应的代码参考。 关键词:WinSock;Tserversocket 控件;TclinentSocket 控件;TCP/IP;DELPHI Abstract By the subject meaning, domestic and international research dynamic status, main content and innovation , and quintet game origin , history , brief introduction , rule, realize with delphi one fight game on C/S quintet game network of mode basically. The player fights through end of the server and other players as the customer end, function of chatting etc.. Most communication that customer use between server package to based on socket interface come , realize. Socket is the network communication extreme point carrying on two-way data transmission between two procedures , have one address and one carry slogan come on identification. Each service routine will go on in a port while providing service, and want to use the client that should be served to join this port. Because Socket is based on transmitting layer, it is a more primitive communication agreement mechanism. Information flows for the byte through the form of expression of data of Socket, so communication both sides want, finish a certain concrete application must carry on to format and explain data according to both sides appointed way, it has stronger flexibility and more extensive field of using. Through an analysis of WinSock package , put forward and realize the network quintet game and design plan of the chat feature, provide and conceive the course and main function implementation method, regard DELPHI language as tools and provide the corresponding code
文档评论(0)