-
服务器端通过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
-
remoter server 一个简单的远程服务器的程序
remoter server 一个简单的远程服务器的程序-remoter server a simple remote server process.
- 2023-02-13 10:40:03下载
- 积分: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
-
nettime procedures can access the internet is very easy to use
nettime程序
可以随时获取internet上的时间
非常好用-nettime procedures can access the internet is very easy to use
- 2022-08-26 01:58:05下载
- 积分:1
-
c#.NET Socket IP packet monitor and send
c#.NET Socket实现的IP包监控和发送-c#.NET Socket IP packet monitor and send
- 2022-05-23 14:46:20下载
- 积分:1
-
连接到IE实例
连接到IE实例- Connects the IE example
- 2022-11-14 18:55:03下载
- 积分:1
-
serverudp
serverUDP
-serverUDP
- 2022-04-27 14:53:31下载
- 积分:1
-
用VB编写的网络数据传输
用VB编写的网络数据传输-VB prepared by the Data Transmission Network
- 2022-03-21 22:52:37下载
- 积分:1
-
Mouse acquire, at any time to realize the mouse can be used, not as the callback...
鼠标的获取,实现鼠标在任意时候都可以使用,不用在回调函数里面那样繁琐-Mouse acquire, at any time to realize the mouse can be used, not as the callback function inside the red
- 2022-08-13 16:27:36下载
- 积分:1
-
Introducing theory of GSM and the work flow, including the source. It is detaile...
介绍gsm的原理以及相关工作过程,以及实现源代码,介绍比较详细。-Introducing theory of GSM and the work flow, including the source. It is detailed.
- 2023-02-10 08:05:03下载
- 积分:1