-
使用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
-
The JThread package provides some classes to make use of threads easy on differe...
The JThread package provides some classes to make use of threads easy on different platforms
- 2022-02-04 10:09:57下载
- 积分:1
-
写用vb.net编写的小程序,虽小,但很好的演示了在vb.net中如何实现远程过程调用,非常有价值....
写用vb.net编写的小程序,虽小,但很好的演示了在vb.net中如何实现远程过程调用,非常有价值.-written in vb.net prepared by the small program, which was small but very good demonstration of how the vb.net Remote Procedure Call, very valuable.
- 2022-05-14 02:43:37下载
- 积分:1
-
MATLAB信号删除背景
从MATLAB的信号去除背景使用此代码以消除信号的背景(视频或图像集)来检测明显的就是前台这个软件包包含3个文件(.M)和一个图像
- 2022-02-10 17:23:39下载
- 积分:1
-
使用python编写的ping程序,ping大家都比较清楚了吧
使用python编写的ping程序,ping大家都比较清楚了吧-Ping prepared using procedures python
- 2022-04-27 00:28:05下载
- 积分:1
-
Communications, chat applet, can be carried out more than the exchange of local...
通讯,聊天小程序,可以再局域网内进行多人交流,不支持跨网段情况-Communications, chat applet, can be carried out more than the exchange of local area networks do not support the situation of inter-segment
- 2023-04-14 00:50:03下载
- 积分:1
-
retrieval using vc achieve LAN
用vc实现检索局域网-retrieval using vc achieve LAN
- 2022-04-09 10:01:51下载
- 积分:1
-
p2p下载工具,不用多说想必大家都会明白的
p2p下载工具,不用多说想必大家都会明白的-p2p download tool, the answer must all understand the
- 2022-01-31 05:53:08下载
- 积分:1
-
一个简单的SIP协议栈,但基本的功能已经实现。是osip的第二选择...
一个简单的SIP协议栈,但基本的功能已经实现。是osip的第二选择-a simple SIP protocol stack, but the basic function has been achieved. Osip is the second choice
- 2023-02-08 14:15:04下载
- 积分:1
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1