-
一个很有用的Socknet的基类,可以实现很多的就继承
一个很有用的Socknet的基类,可以实现很多的就继承-Socknet a useful base class, you can realize many of succession
- 2022-01-22 07:48:26下载
- 积分:1
-
Gateway procedures! Relatively simple! C BUILDER development (CMPP2.0 agreement)
网关程序!比较简单!C++BUILDER开发(CMPP2.0协议)-Gateway procedures! Relatively simple! C BUILDER development (CMPP2.0 agreement)
- 2022-11-21 17:10:03下载
- 积分:1
-
C语言编写的服务器端SOCKET程序源代码
C语言编写的服务器端SOCKET程序源代码-C language server-side source code SOCKET
- 2022-01-25 17:02:31下载
- 积分:1
-
在vc环境下获取网卡的mac地址,一个小程序
在vc环境下获取网卡的mac地址,一个小程序-vc environment in the LAN access to the mac address, a small program
- 2022-08-26 11:47:06下载
- 积分:1
-
the program automatically detects the remote or local host security, found the r...
本程序实现了自动检测远程或本地主机安全性,发现远程服务器的各种TCP端口的分配及提供的服务。-the program automatically detects the remote or local host security, found the remote server TCP port allocation and provision of services.
- 2022-08-12 06:41:06下载
- 积分: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
-
关于通信ip路由表的VC++驱动源码
关于通信ip路由表的VC++驱动源码 -With regard to communications ip routing table-driven source code VC++ communications ip routing table on the VC++ driver source
- 2022-08-18 06:32:05下载
- 积分:1
-
用c++编写的一个简单的网络聊天程序,能实现局域网的聊天
用c++编写的一个简单的网络聊天程序,能实现局域网的聊天-Using c++ written in a simple network chat program, to achieve LAN chat
- 2023-08-18 20:50:05下载
- 积分:1
-
完美的完成端口服务器,性能稳定.可以连接上千个客户端.
完美的完成端口服务器,性能稳定.可以连接上千个客户端.-perfect completed port servers, stable performance. Thousands can be connected to the client.
- 2022-05-22 05:50:31下载
- 积分:1
-
XE7 的 TraceRoute
DDU ICMP 控件包含 3 控件: TDDUOSPING-非阻塞的坪 protocolTDDUOSTRACEROUTE-无阻塞的 TraceRoute ProtocolTDDUOSDNS-无阻塞的 ARP/RARP controlAbout TDDUOSDNS: 主机名都解析为 IP 地址和 IP 地址可解析为主机名。如果您输入一个 IP 地址属性,将完成主机属性,并且 OnHostLookup 事件会发生。如果您输入的 IP 或主机名到主机属性,将完成地址属性,和 OnAddressLookup 事件将发生。好的运行时属性可以查询,看看如果查找成功。为了减少查找的开销,可以通过将 UseIPCache 属性设置为 true 使用 IP/主机名称缓存。缓存只是永久性的因为不一定与当前会话,会话之间保存。你可以使用 FlushIPCache 方法来清除缓存。当结合此包中的其他控件,通常与连接套接字关联的延迟是可以避免的。每个控件必须具有一个独特的 TDDUOSDNS 控制。关于演示: 演示项目演示了如何使用每个控件。TDDUOSDNS 控制显示在控件与其他控件的组合,使用独立。DNS 不 ICMP 协议,但它是包括以防止阻止 windows 应用程序。阻塞是当您的 windows 程序停止响应等待调用返回的消息。通常情况下,所有调用块为很短的时间,并不明显 — — 但是当你不得不等待 5 或 10 秒钟或更长的时
- 2023-07-18 21:50:05下载
- 积分:1