-
我用VFP做的纯VFP带进度条HTTP下载
我用VFP做的纯VFP带进度条HTTP下载-I used to do with the pure VFP HTTP progress of the download
- 2022-01-25 18:53:17下载
- 积分:1
-
网络上载工具,可以像上载工具一样上载文件
网络上载工具,可以像上载工具一样上载文件-tools on the network, as on the tools available on the same document
- 2022-03-26 08:56:59下载
- 积分:1
-
基于telnet的引用平台,为网络使用者提供网络通信接口
基于telnet的引用平台,为网络使用者提供网络通信接口-based on the use telnet platform for network users with network communication interface
- 2022-02-03 05:16:21下载
- 积分:1
-
一个图形界面的带声音功能的mud客户端
一个图形界面的带声音功能的mud客户端-A mud client with graphic interface and voice function
- 2023-03-15 02:10:04下载
- 积分:1
-
超级Internet开发组件demo。
超级Internet开发组件demo。-Super Internet development component demo.
- 2023-08-30 20:20:03下载
- 积分:1
-
chat2.rar
chat2.rar
- 2022-02-27 08:24:55下载
- 积分:1
-
使用pwlib的Telnet客户端,绝对酷,TNND
使用pwlib的Telnet客户端,绝对酷,TNND-pwlib use Telnet client, absolutely cool, CNOOC
- 2022-01-26 16:04:16下载
- 积分:1
-
Telnet客户端程序,这是我的一次实验,有不好的地方请指教
Telnet客户端程序,这是我的一次实验,有不好的地方请指教-The TelnetClient.zip is client programme.
This is my first programme,please help me
- 2022-01-25 14:20:26下载
- 积分:1
-
C语言写的TELNET客户端
C语言写的TELNET客户端-C language written in TELNET client
- 2022-04-28 06:22:10下载
- 积分:1
-
本程序是一个简单的命名管道客户端演示API调用的需要…
This program is a simple named pipe client that demonstrates the API calls needed
to successfully develop a basic named pipe client application. When this application
successfully connects to a named pipe, the message "This is a test" is written
to the server.
There are four basic steps needed to implement a client:
1. Wait for a Named Pipe instance to become available using the WaitNamedPipe()
API function.
2. Connect to the Named Pipe using the CreateFile() API function.
3. Send data to or receive data from the server using the WriteFile() and
ReadFile() API functions.
4. Close the Named Pipe session using the CloseHandle() API functions.
- 2023-07-16 22:20:02下载
- 积分:1