-
用VC写的telnet客户端程序
用VC写的telnet客户端程序- Telnet customer end procedure writes which with VC
- 2022-12-08 03:30:03下载
- 积分:1
-
a mud client code written in vb GMUD is in its Pre
一个mud客户端代码vb写的 GMUD is in its Pre-Alpha stage (meaning that developement has started but it isn t complete), other wize just enjoy the code. Any comments can be sent to me greggcb@users.sourceforge.net-a mud client code written in vb GMUD is in its Pre-Alpha stage (meaning that developement has started but it isn t complete), other wize just enjoy the code. Any comments can be sent to me greggcb@users.sourceforge.net
- 2022-08-23 05:45:21下载
- 积分:1
-
Telnet客户端,可以在Linux,unix等多种操作系统下运行
Telnet客户端,可以在Linux,unix等多种操作系统下运行-Telnet client, the Linux, Unix and other operating systems running
- 2023-01-30 07:45:03下载
- 积分:1
-
用VC编写的一个客户端程序,共同交流学习
一个VC编写的Telnet客户端程序,共同交流学习-VC prepared a Telnet client program, the common exchange of learning
- 2022-12-15 06:45:03下载
- 积分:1
-
一个图形界面的带声音功能的mud客户端
一个图形界面的带声音功能的mud客户端-A mud client with graphic interface and voice function
- 2023-03-15 02:10:04下载
- 积分:1
-
MPI parallel programming
MPI并行程序设计-MPI parallel programming
- 2022-03-06 03:37:27下载
- 积分:1
-
puttysrc可模拟ssh,telnet等
puttysrc可模拟ssh,telnet等-puttysrc may simulate ssh, telnet and so on
- 2022-06-17 23:49:46下载
- 积分:1
-
使用telnet协议的远程通讯程序
使用telnet协议的远程通讯程序- Uses the telnet agreement the long-distance communication
procedure
- 2022-02-02 20:06:15下载
- 积分:1
-
bcbtelnet.rar
BCBTelnet.rar - 使用API实现telnet功能客户端-BCBTelnet.rar- the use of API functions realize telnet client
- 2022-03-07 03:02:43下载
- 积分: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