-
P2P NAT网络通信
NAT(Network AddressTranslators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(NetworkAddress/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为一个全球唯一的IP然后发送出去。(基本的NAT会改变IP包中的原IP地址,但是不会改变IP包中的端口)
- 2016-11-22下载
- 积分:1
-
email收发软件例子源代码
email收发软件例子源代码-email to send and receive software source code examples
- 2023-05-14 11:50:03下载
- 积分:1
-
chapter1
每组数据为25维,第1维维类别标识,后24维为语音特征信号。然后把四类语音信号何为一组,抽取1500组数据作为训练数据,500组数据作为测试数据,并对数据进行归一化处理。根据语音类别标识设定每组语音信号的期望输出值,如标识类为1时,期望输出向量为[1 0 0 0]。(Each group of data has 25 dimensions, the first dimension is identified by category, and the last 24 dimensions are speech feature signals.Then, select one group of four speech signals, extract 1500 groups of data as training data and 500 groups of data as test data, and normalize the data.Set the expected output value of each group of speech signals according to the speech category identification. For example, when the identification class is 1, the expected output vector is [1 0 0 0].)
- 2019-01-17 11:15:19下载
- 积分:1
-
windows网络编程经络源码
Windows环境下网络编程最有用的例子,每个都很经典!
- 2022-08-22 12:42:47下载
- 积分:1
-
ishow-v2.2
iShow 是在imchat基础上升级而来的全新产品
iShow可以实现用户之间即时的视频直播,而站长无需架设额外的视频服务器,用户也无需下载任何插件和程序(IShow is a brand new product based on imchat
IShow can achieve real-time video between users, while the owners without the need to set up an additional video server, users will not need to download any plug-ins and procedures)
- 2015-11-23 13:39:44下载
- 积分:1
-
protocol
protocol
- 2022-03-10 11:32:55下载
- 积分:1
-
get获取网页源代码
get获取网页源代码
- 2020-09-05 11:18:05下载
- 积分:1
-
一个将数据打包成以太网帧的示例程序,该程序读取一个文件,然后将文件中的数据打包成以太网帧...
一个将数据打包成以太网帧的示例程序,该程序读取一个文件,然后将文件中的数据打包成以太网帧-Packaged into an Ethernet data frame sample program to read a file, and then the data in the package file into the Ethernet frame
- 2022-04-01 01:58:26下载
- 积分:1
-
python 微信机器人代码
Python实现的微信机器人
- 2016-03-17下载
- 积分:1
-
用rawsocket实现简单的ping程序
用rawsocket实现简单的ping程序-Rawsocket with simple ping program
- 2023-05-21 14:00:03下载
- 积分:1