-
网络缓冲队列操作。队列的个数由宏定义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
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
Tornado培训教材
Tornado培训教材-Tornado training materials
- 2022-03-05 16:16:54下载
- 积分:1
-
聊天程序基于winsocket,包括客户端和服务器端。在VC++6.0下编译通过...
聊天程序基于winsocket,包括客户端和服务器端。在VC++6.0下编译通过-winsocket based chat program, including the client and server side. The VC 6.0 compiler through
- 2022-02-07 23:25:30下载
- 积分:1
-
FLASH source material more than 100 scenic swf format map more than 076,100 Zhan...
FLASH素材源码-100多张swf格式风景图076 100多张swf格式风景图076-FLASH source material more than 100 scenic swf format map more than 076,100 Zhang swf format landscape plan over 0 76,100 Zhang swf format landscape plan over 076,100 Zhang swf format landscape plan 076
- 2022-06-11 22:34:57下载
- 积分:1
-
这个项目演示了一种用 ISAPI创建HTML页的方法,使用了 OLE DB 数据库访问技术。例子数据库是一个 Access数据库...
这个项目演示了一种用 ISAPI创建HTML页的方法,使用了 OLE DB 数据库访问技术。例子数据库是一个 Access数据库-the project with a demonstration ISAPI create HTML pages, the use of the OLE DB database access technology. Examples database is a database Access
- 2022-02-07 23:18:31下载
- 积分:1
-
VC编写的IRC客户端演示
VC编写的IRC客户端演示-VC prepared by the IRC client demonstration
- 2022-01-22 03:50:21下载
- 积分:1
-
关于PPPOE的实现源文件,可以为需要做以太网下的PPP提供一个很有力的参考...
关于PPPOE的实现源文件,可以为需要做以太网下的PPP提供一个很有力的参考-PPPOE the realization of the source document and can be done under the PPP Ethernet provide a very powerful reference
- 2023-01-03 01:50:04下载
- 积分:1
-
这是一个很好的FTP客户端源码
This a good FTP Client Source
- 2022-03-11 15:03:05下载
- 积分:1
-
很好的代理服务器代码,可直接编译运行,并且稳定性很好,其中的代码格式和思想值得学习!...
很好的代理服务器代码,可直接编译运行,并且稳定性很好,其中的代码格式和思想值得学习!-good proxy server code can be directly translated operation, and good stability, the code format and ideas worth learning!
- 2022-02-03 16:49:08下载
- 积分:1