-
tcp client wince.net 使用
tcp client wince.net 使用-tcp client wince.net use
- 2022-06-28 07:17:56下载
- 积分:1
-
基于三层架构的网上书店,使用seqserver数据库
基于三层架构的网上书店,使用seqserver数据库-Based on the three-tier online bookstore, the use of database seqserver
- 2022-02-03 18:19:35下载
- 积分:1
-
获取计算机的名称和IP地址
获取计算机的子网掩码
获取计算机的DNS设置
获取计算机的网卡地址
获取计算机安装的协议
获取计算机提供的服务...
获取计算机的名称和IP地址
获取计算机的子网掩码
获取计算机的DNS设置
获取计算机的网卡地址
获取计算机安装的协议
获取计算机提供的服务
获取计算机的所有网络资源
修改本地计算机的所有网络设置
获取计算机TCP/IP协议的所有信息-access to the computer name and IP address of the computer to obtain access to the subnet mask DNS set up computer access to the computer address of the network card installed computer access to the agreement to provide computer access to the services of all computer access to network resources amend local computer network configuration of all computer access TCP/IP all the information
- 2022-06-26 09:59:32下载
- 积分:1
-
card system set various parameters, such as ip, dns, the relevant parameters. In...
设定系统网卡各种参数,如ip,dns,相关参数。在2000下立即改变网卡参数。-card system set various parameters, such as ip, dns, the relevant parameters. In 2000 card immediately change parameters.
- 2023-06-17 05:55:04下载
- 积分:1
-
使用HTTP服务器来控制计算机…
采用http web server,通过指令,远程关闭计算机,远程重启,远程启动其它应用程序等。2年前为一客户写的,-useing the http webserver to control the computer...
- 2022-08-23 07:21:36下载
- 积分:1
-
一个简单的用vc做的多线程,socket编程,可以两个ip见发消息,internet网络编程的作业,所以做的很不是很好,我下次会写上详细的文档再传上来的,希望对...
一个简单的用vc做的多线程,socket编程,可以两个ip见发消息,internet网络编程的作业,所以做的很不是很好,我下次会写上详细的文档再传上来的,希望对初学socket编程的人有帮助-a simple vc do with the multi-threaded, socket programming, can see reports from two ip, internet network programming operations, is not doing very well, I will write next detail of the document onto a tame, and I hope to beginners socket programming to help people
- 2022-12-30 09:45:06下载
- 积分:1
-
内含《Network Program for Windows》该书的所有示例源代码,对于那些正在学习Windows网络编程的人有很大帮助。...
内含《Network Program for Windows》该书的所有示例源代码,对于那些正在学习Windows网络编程的人有很大帮助。-intron "Network Program for Windows" book of all sample source code, for those who are learning Windows programming network will be very helpful.
- 2022-08-16 07:24:36下载
- 积分:1
-
分隙ALOHA:
该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总...
分隙ALOHA:
该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总是为零。发生冲突后同样等待一个随机时间重发。
所以只要满足当前帧时只有一帧发送,就可以发送成功,而不需考虑上一帧时的情况。
-points gap ALOHA : under the agreement, users always have a frame after frame until the next time when this started, so that the structure FrameTime_struct, m_Frame [i] (relative to time) always zero. After the conflict the same time waiting for a random re-issued. Therefore, as long as the current frame to meet only one this, we can successfully sent, and not considering one at the situation.
- 2022-07-19 22:52:36下载
- 积分:1
-
用来进行端口转发。端口映射等功能都可以
C语言源码
格式
110 127.0.0.1 112
本地端口 转发IP 转发端口...
用来进行端口转发。端口映射等功能都可以
C语言源码
格式
110 127.0.0.1 112
本地端口 转发IP 转发端口-Used for port forwarding. Such as port mapping functions can be C language source code format 110 127.0.0.1 112 local port forwarding IP forwarding port
- 2022-12-15 21: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