-
直接用socket实现http协议.值得初学者学习借鉴
直接用socket实现http协议.值得初学者学习借鉴-Directly achieve the http protocol socket. Worthwhile for beginners to learn from
- 2023-02-07 13:00:04下载
- 积分:1
-
一个用VC编写的Ping 多线程程序。
一个用VC编写的Ping 多线程程序。-a VC prepared by the Ping multithreaded programming.
- 2022-07-25 15:08:16下载
- 积分:1
-
网络编程,完成端口的例子,在学网络编程的朋友可以下载下来...
网络编程,完成端口的例子,在学网络编程的朋友可以下载下来-Network programming, the completion of the port example, in the school network programming to see if a friend can be downloaded off
- 2022-02-26 05:21:53下载
- 积分:1
-
基于ICMP协议的Ping和TraceRoute命令实现
在多数操作系统中,Ping和Traceroute程序的实现是通过命令行的方式,在DOS界面的方式下输出,本程序采用对话框式的输出界面,方便操作,可以提供给那些记不住命令的人使用。
- 2022-08-25 15:05:02下载
- 积分:1
-
网络编程的东西。
网络编程的东西。-Network Programming things.
- 2023-08-26 06:35:04下载
- 积分:1
-
java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。...
java实现的词法分析器,手工生成,输入源程序后,可分离出数字,标志符,分割符,运算符,保留字。-achieve the lexical analyzer, artisanal production, import source, can be broken down into digital, URI, Segmentation website Operators, reservations word.
- 2022-03-11 14:11:08下载
- 积分:1
-
LDAP操作使用,jbuilder开发。
LDAP操作使用,jbuilder开发。-LDAP operate, JBuilder development.
- 2022-03-21 21:09:40下载
- 积分:1
-
在windows下面启用/禁用网卡的源程序。 相信大家都找了很久了。...
在windows下面启用/禁用网卡的源程序。 相信大家都找了很久了。-Disable the network card in window , think you having found it long.
- 2022-02-22 03:08:30下载
- 积分:1
-
一个简单的UDP数据接收发送程序
一个简单的UDP数据接收发送程序-a simple send UDP data reception procedures
- 2022-02-06 14:57:13下载
- 积分: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