-
Windows NDIS driver development
WINDOWS驱动NDIS开发-Windows NDIS driver development
- 2022-04-07 20:45:03下载
- 积分:1
-
基本网络编程实例Internet文件下载
基本网络编程实例Internet文件下载-basic network programming examples Internet File Download
- 2022-03-02 19:59:00下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-01-26 00:49:46下载
- 积分:1
-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1
-
cpphttpd,一个Visual C++开发的web服务器源代码,数据库用sqlite
cpphttpd,一个Visual C++开发的web服务器源代码,数据库用sqlite-cpphttpd, a Visual C++ source code for the development of web servers, database with sqlite
- 2023-05-04 14:55:03下载
- 积分:1
-
一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP...
一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
- 2022-03-21 01:05:55下载
- 积分:1
-
VC wrote the FTP client function of the realization of a detailed software desig...
VC写的FTP客户端功能的实现,具有详细的软件设计说明书。-VC wrote the FTP client function of the realization of a detailed software design specification.
- 2022-01-22 11:39:45下载
- 积分:1
-
简单好用的HTTP服务程序,设定好发布的内容后,可以使用浏览器进行浏览!...
简单好用的HTTP服务程序,设定好发布的内容后,可以使用浏览器进行浏览!-Easy-to-use HTTP server program, set up after the release, you can use the browser to browse!
- 2022-01-24 19:04:33下载
- 积分: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
-
scanning of the network, including ip, MAC address, machine name, my course desi...
扫描网段,包括ip、MAC地址、机器名,是我的课程设计作品,只上载主程序-scanning of the network, including ip, MAC address, machine name, my course design work, only on the main program
- 2023-06-25 09:15:03下载
- 积分:1