-
A tutorial that tries to explain how to use and program raw sockets
www.ko...
A tutorial that tries to explain how to use and program raw sockets
www.koitoer.com
- 2023-06-20 02:35:04下载
- 积分:1
-
Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用...
Socket异步通信,线程,双端队列示程序代码: 1.正确的开始和终止线程 2.可以局域网内多人聊天 3.双端队列的设计和应用 -Socket asynchronous communication, thread, double-teams listed in the program code : 1. correct start and termination of two threads. can chat over LAN 3. Double-cohort design and application
- 2022-08-18 23:06:46下载
- 积分:1
-
实现短信息发送接收,实现GPRSPPP连接测试
实现短信息发送接收,实现GPRSPPP连接测试-Realize short message to send to receive, realize GPRSPPP connectivity test
- 2022-07-23 21:43:27下载
- 积分:1
-
大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例...
大名鼎鼎的indy控件组的示例程序 for delphi 7.0 有ftp udp,http 等的示例 -The example programs of well-known indy controls for delphi 7.0 have ftp, udp, etc.
- 2023-04-23 23:20:03下载
- 积分:1
-
一个高效的tcp端口扫描器
一个高效的tcp端口扫描器- A highly effective tcp port scanner
- 2022-01-31 01:16:32下载
- 积分:1
-
messaging software using Visual B prepared.
串口短信收发软件,使用Visual B编写。-messaging software using Visual B prepared.
- 2022-02-22 11:15:49下载
- 积分:1
-
MSNP协议MSN客户端下,大部分功能的实现
根据msnp协议写的msn客户端,实现大部分功能-msnp agreement was made under the msn client, the achievement of most functions
- 2023-01-16 18:55:03下载
- 积分:1
-
文件传输实例,非常有价值
文件传输实例,非常有价值-File transfer example, the very valuable
- 2022-05-06 13:59:26下载
- 积分:1
-
windows socket网络编程之io完成端口模型的例子
windows socket网络编程之io完成端口模型的例子-windows socket network programming on the io completion port model examples
- 2022-08-12 21:53:32下载
- 积分:1
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1