-
提供了一台主机ping 另一台主机的源代码,原理清晰明了
提供了一台主机ping 另一台主机的源代码,原理清晰明了-Provided a host ping another host source code, the principle of clarity
- 2022-05-15 09:00:58下载
- 积分:1
-
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
- 2023-07-22 21:35:02下载
- 积分:1
-
通过输入IP地址,得到本地或者远程的计算机名等信息、
通过输入IP地址,得到本地或者远程的计算机名等信息、-By entering the IP address, by local or remote computer name and other information,
- 2023-05-20 22:50:03下载
- 积分:1
-
/ *
/*
This IPv4 example uses the background thread itself to process all packets.
You can use example one to send data to the session that s created in this
example.
*/
/*
这个 iPV4 例子用内部线程来处理所有的分组。你可以用例子一来发数据给本例子来进行测试。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* This IPv4 example uses the background thread itself to process all packets. You can use example one to send data to the session that s created in this example .*//* example of this iPV4 with internal thread to handle all the packet . You can use the example of one Laifa data for the examples to be tested. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-01-30 19:18:13下载
- 积分:1
-
Remote Video Surveillance System VC6 prepared. Includes transmitter and the rece...
远程视频监控系统VC6编写。
包含发射端和接受端两部分完整源码!-Remote Video Surveillance System VC6 prepared. Includes transmitter and the receiving end of two complete source!
- 2022-08-11 04:50:36下载
- 积分:1
-
PING network procedure, but also, and everyone can look at, huh, huh!
PING 网络的程序,还可以的,大家可以看一下,呵呵!-PING network procedure, but also, and everyone can look at, huh, huh!
- 2022-03-11 15:48:46下载
- 积分:1
-
Java 编码常规
Java 编码常规-conventional Java code
- 2023-03-14 04:45:03下载
- 积分:1
-
ping 的测试,可返回地址,数据包大小,及时间
ping 的测试,可返回地址,数据包大小,及时间-ping test, and they can return to the address, packet size, and time
- 2022-03-25 05:49:45下载
- 积分:1
-
我做的客户端,服务器端通讯编程的例子,供大家参考。
我做的客户端,服务器端通讯编程的例子,供大家参考。-client, server communications programming examples for reference.
- 2023-05-10 17:25:03下载
- 积分:1
-
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java...
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善
-The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
- 2022-02-09 15:18:54下载
- 积分:1