-
Windows高性能大并发IOCP
应用背景IOCPDemo服务器Socket默认监听端口为9999,所有连接服务器的Socket,其发送的第一字节为其身份标志,各个协议标志不相同,不在规定标志内的连接将被服务器断开,并且第一字节要求(默认)6秒内必须发送,否则会被强制断开。关键技术IOCPDemo服务端通讯协议都是采用小头结构(低位在前、高位在后、X86都是采用这类结构)的长度,以后加入的协议都采用小头结构,其它平台都需兼容。
协议都采用匈牙利命名法则,每个单词首字母大写,解析命令不区分大小写,各个命令之间的顺序可以乱。
为了加强协议的可调试性,对于每个命令返回值增加一个CODE,用来标识发生错误原因,CODE是一个4字节的无符号整数,第一个字节标识Flag,第二个字节标识是那个命令,后面两个字节表示错误。
- 2022-11-25 16:15:14下载
- 积分:1
-
GML_datasets
GML数据集,包含常见的标准网络数据集(gml格式),用于复杂网络分析(GML data sets, including common standards for network data sets (gml format), for complex network analysis)
- 2021-04-11 21:08:57下载
- 积分:1
-
web—Server
本内容是基于计算机网络socket的一个利用TCP协议与HTTP协议进行web服务器的编写程序,通过利用HTTP协议的报文格式实现对浏览器的相应以及回复。仅仅实现了get方法,端口号是5000
- 2022-02-25 17:38:31下载
- 积分:1
-
ExamingSystem
利用socket技术来实现C/S模式的考试系统(examing system with sockey tecknological to implements the examing system
)
- 2020-12-02 19:49:26下载
- 积分:1
-
客户端服务器聊天
在这一项目表示简单的 java 客户端服务器聊天,用简单的自我写协议。 也使用 MVC 模式。
- 2022-02-14 02:31:34下载
- 积分:1
-
Note : site software will be used only to open the left mouse button, they can n...
注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
- 2022-03-15 18:13:39下载
- 积分:1
-
150套网页模板
150套网页模板-150 website template
- 2023-07-09 22:40:10下载
- 积分:1
-
LumiSoft.Net网络编程最全的类(c#)含http tcp udp ftp rtp pop3 mime imap icmp mail smtp
LumiSoft.Net网络编程最全的类(c#)含http tcp udp ftp rtp pop3 mime imap icmp mail smtp
- 2013-07-28下载
- 积分:1
-
<计算机网络>(第5版) 谢希仁主编 部分习题答案
查查看的时候看到有了第四版的了,但是就是没有第五版的,就上传第五版的了...
(第5版) 谢希仁主编 部分习题答案
查查看的时候看到有了第四版的了,但是就是没有第五版的,就上传第五版的了-err
- 2022-07-10 08:49:40下载
- 积分:1
-
demo
雨流计数法使用于疲劳研究和论文出图,方便快捷,简单运行,只需在MATLAB中即可使用(Rain flow counting method used in fatigue research and papers, convenient, easy to run, just in MATLAB can be used)
- 2017-04-18 14:44:06下载
- 积分:1