-
prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并发信息回客户。...
prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并发信息回客户。-prg4_1.c : TCP server. The procedure for connecting customers, once connected, it shows that the client IP address, with the information back to customers.
- 2022-09-09 19:30:02下载
- 积分:1
-
Examination procedures " client/server mode" with the completion port m...
考试程序 ”客户端/服务器模式”
用完成端口模式实现-Examination procedures " client/server mode" with the completion port mode to achieve
- 2022-04-01 04:58:08下载
- 积分:1
-
BXP 无盘系统自动更新系统delphi源码
BXP 无盘系统自动更新系统delphi源码-BXP diskless system to automatically update the system delphi source
- 2022-03-18 10:08:05下载
- 积分:1
-
vc6 clent+server
网上下载的一个实例,具体网址已忘记,实现局域网内通讯,同一路由器下客户端发送信息至服务器,服务器接收但不能发送。
- 2022-02-06 09:57:07下载
- 积分:1
-
完整串口通信程序Vc++源代码,能够实现windows下的串口通信。
完整串口通信程序Vc++源代码,能够实现windows下的串口通信。-Integrity of the serial communication program Vc++ Source code, to realize the serial communication under windows.
- 2022-05-07 02:00:17下载
- 积分:1
-
本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响...
本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it"s best to download a mandate to create a thread, otherwise they will be unable to respond led interface user input. As running interface map shows that the first request in response to the first progress of the download.
- 2022-07-01 16:18:29下载
- 积分:1
-
c#,一个小型的flashget
c#,一个小型的flashget-c#, a small Flashget
- 2022-08-18 01:15:42下载
- 积分:1
-
UDPSocket 简单的UDP通信,可以参考改进
UDPSocket 简单的UDP通信,可以参考改进-UDPSocket simple UDP communications, can refer to improved
- 2022-05-30 05:47:08下载
- 积分:1
-
想知道下面的窗口是否可以做朋友的通讯…
如果想了解Windows下面Socket通信的朋友可以下载一下,看看这个类是如何实现的。而且这个包里面还带了若干实现的范例。例如Socket聊天室等。推荐-would like to know if the following Windows Socket Communications friends can download and see how this category is achievable. But inside the packet also brings the realization of a number of examples. For example, Socket chat rooms. Suggest
- 2023-01-07 00:35: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