-
dqraqases-profile
多径锐利平坦衰落仿真,包括PDF,CDF,PSD的分析,且带有一个BPSK通信的实例()
- 2018-06-08 15:19:31下载
- 积分:1
-
popular Internet site MOVE
热门网站移动
- 2022-05-12 16:34:27下载
- 积分:1
-
w3c
c客户端与互联网服务器通讯类文件,支持多文件上载,提交form等等,同时提供异步方式.(c client server and Internet communications papers to support more file uploading, etc. to form, It also provides asynchronous mode.)
- 2006-10-10 17:07:58下载
- 积分:1
-
AsyncTcp
一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。(General chat programs are using the socket mode of communication. For a chat program, it is generally a server used to relay the message, then multiple clients to connect to the server through the exchange of messages.)
- 2013-08-26 10:10:08下载
- 积分:1
-
本代码是自己封装的采用WINPCAP技术对在线设备分配IP地址。
本代码是自己封装的采用WINPCAP技术对在线设备分配IP地址。-The package code is the use of their own on-line equipment WINPCAP technology IP address allocation.
- 2022-10-14 11:25:03下载
- 积分:1
-
CISCO工作手册完整版,是学习路由器配置的利器,新手值得一读。...
CISCO工作手册完整版,是学习路由器配置的利器,新手值得一读。-CISCO full version of the manual work, is to learn from the router configuration tool, and newcomers worth reading.
- 2022-06-01 01:22:50下载
- 积分:1
-
QQProject
说明: 在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。(In Internet chat rooms on the procedure is generally based on the server side connection in response to the provision of services, the user through the client program to log on to the server, you can log in the same server with the user to chat, this is a connection-oriented communication process. Therefore, procedures to TCP/IP environment, the realization of server-side and client procedures in two parts.)
- 2008-08-30 00:00:05下载
- 积分:1
-
LXJZ
Human Resource Management System()
- 2018-05-18 10:00:36下载
- 积分:1
-
cwc 源码 非常好的代码 大家可以学习学习
cwc 源码 非常好的代码 大家可以学习学习-cwc very good source code we can learn
- 2022-04-25 02:53:10下载
- 积分:1
-
Windows高性能大并发IOCP
应用背景IOCPDemo服务器Socket默认监听端口为9999,所有连接服务器的Socket,其发送的第一字节为其身份标志,各个协议标志不相同,不在规定标志内的连接将被服务器断开,并且第一字节要求(默认)6秒内必须发送,否则会被强制断开。关键技术IOCPDemo服务端通讯协议都是采用小头结构(低位在前、高位在后、X86都是采用这类结构)的长度,以后加入的协议都采用小头结构,其它平台都需兼容。
协议都采用匈牙利命名法则,每个单词首字母大写,解析命令不区分大小写,各个命令之间的顺序可以乱。
为了加强协议的可调试性,对于每个命令返回值增加一个CODE,用来标识发生错误原因,CODE是一个4字节的无符号整数,第一个字节标识Flag,第二个字节标识是那个命令,后面两个字节表示错误。
- 2022-11-25 16:15:14下载
- 积分:1