-
1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。
2、采用树型控件加个图标,也显得好读。
1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。
2、采用树型控件加个图标,也显得好读。-1, this is my own to do the most detailed enumeration of all the basic information about the agreement the most perfect version. 2, using tree controls to add the icon, it seems a good time.
- 2023-05-04 07:20:03下载
- 积分:1
-
使用DirectPlay实现类似CS游戏服务器通讯.
主要完成数据传输模块...
使用DirectPlay实现类似CS游戏服务器通讯.
主要完成数据传输模块-Using DirectPlay to achieve a similar CS game server communications. The main data transfer module completed
- 2022-09-22 06:55:02下载
- 积分:1
-
codeproject上的网络编程,webxml
codeproject上的网络编程,webxml-codeproject network programming, webxml
- 2022-03-03 07:49:51下载
- 积分:1
-
穿透防火墙 mfc界面
要在相同的网络终端上绑定到不同的套接字上,所以必须为这些套接字设置SO_REUSEADDR属性(即允许重用),否则侦听会失败。 4、S的【协助打洞】连接收到A的申请后通过【主连接】通知B,并将A经过NAT-A转换后的公网IP地址和端口等信息告诉B。 5、B收到S的连接通知后首先与S的【协助打洞】端口连接,随便发送一些数据后立即断开,这样做的目的是让S能知道B经过NAT-B转换后的公网IP和端口号。 6、B尝试与A的经过NAT-A转换后的公网IP地址和端口进行connect,根据不同的路由器会有不同的结果,有些路由器在这个操作就能建立连接,大多数路由器对于不请自到的SYN请求包直接丢弃而导致connect失败,但NAT-A会纪录此次连接的源地址和端口号,为接下来真正的连接做好了准备,这就是所谓的打洞,即B向A打了一个洞,下次A就能直接连接到B刚才使用的端口号了
- 2022-02-05 16:28:38下载
- 积分:1
-
一个自动投票的工具,需要改变投票的网络地址才能使用
一个自动投票的工具,需要改变投票的网络地址才能使用-an automated voting tools, the need to change the voting can use Network Address
- 2022-08-12 07:52:58下载
- 积分:1
-
winsock文件传送 利用WINSOCK控件实现文件传送
winsock文件传送 利用WINSOCK控件实现文件传送-winsock for file transmission
Implementing file transmission by winsock control
- 2023-01-31 04:25:04下载
- 积分:1
-
实现单线程多帐户的邮件收发程序.功能表:
一。邮件操作
1。收邮件
2。发邮件
3。另存邮件
4。另存附件
5。删除邮件
6。回复邮...
实现单线程多帐户的邮件收发程序.功能表:
一。邮件操作
1。收邮件
2。发邮件
3。另存邮件
4。另存附件
5。删除邮件
6。回复邮件
二。帐户操作
1。新建帐户
2。删除帐户
3。帐户设置
三。地址簿操作
1。手动添加地址
2。自动添加地址
3。删除地址
4。地址设置
5。地址回复-Realize single-threaded multi-account e-mail to send and receive procedures. Menu: 1. 1 e-mail operation. Incoming mail 2. E-mail 3. Save E-mail 4. Save Annex 5. Delete e-mail 6. Second response. Account to operate one. New account 2. Delete account 3. Account Settings three. Address Book 1. Manually add the address 2. Automatically add the address 3. Delete address 4. Address Setting 5. Address Reply
- 2022-02-28 18:17:41下载
- 积分:1
-
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析FTP
基于TCP的协议分析,分析引擎为WINPCAP,这个主用用来分析FTP-based on the TCP protocol analysis, analysis of WINPCAP engine, the main use to analyze FTP
- 2022-02-25 10:00:34下载
- 积分:1
-
UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。...
UDP收包程序例子,基于非阻塞模式socket,并利用select()实现接收超时。-UDP packet admission procedure examples, based on the non-blocking mode of socket, and use select () to receive overtime realize.
- 2022-07-11 16:13:57下载
- 积分: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