-
一个邮件监控程序
一个邮件监控程序-a mail monitoring program
- 2023-04-02 16:00:04下载
- 积分:1
-
ABC
人工蜂群算法ABC的主程序,包括引领蜂、跟随蜂和侦察蜂(The main of ABC algorithm)
- 2011-11-24 16:10:24下载
- 积分:1
-
UDPSERAPP
基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
- 2014-09-19 11:46:58下载
- 积分:1
-
330
提出了将信号进行相空间重构后再采用奇异值分解, 对分解后的主成分进行包络分析, 从而提取信号的隐含特
征的方法, 并将该方法应用于齿轮的局部故障振动特征信号的提取中。数值仿真实验结果表明, 该方法能有效提取强背景
信号及噪声中的弱冲击特征信号, 是一种有效的弱信号特征提取方法。采用该方法对齿轮振动信号进行故障特征提取与识
别, 结果与实际情况相符。(Signal implicit characteristic of phase space reconstruction, and then using the singular value decomposition (SVD), principal component decomposition envelopment analysis, so as to extract the signal, and the method is applied to the partial failure of the vibration characteristics of the signal of the gear extraction. The numerical simulation results show that this method can effectively extract Weak Feature strong background signal and noise in the signal, a weak signal feature extraction methods. The extraction and recognition of fault feature of gear vibration signal results consistent with the actual situation.)
- 2020-10-21 14:57:24下载
- 积分:1
-
神经网络算法
说明: 利用GA-BP神经网络算法的应用实例之MATLAB程序(MATLAB program using GA-BP neural network algorithm application example)
- 2020-04-07 18:20:08下载
- 积分:1
-
Xception
说明: 卷积神经网络的经典结构Xception的Keras实现(Keras implementation of xception, a classical structure of convolutional neural networks)
- 2020-11-05 04:47:58下载
- 积分:1
-
CHAP4_4
主要是介绍RBF神经网络与PID控制相结合的自适应控制(Mainly to introduce RBF neural network and PID control of a combination of adaptive control)
- 2009-05-27 15:52:44下载
- 积分:1
-
GoogleNet_MATLAB-master
GoogleNet 卷积神经网络 图片分类 分类精度高 网络结构深(GoogleNet convolution neural network image classification, high classification accuracy, network structure is deep)
- 2017-07-25 10:55:00下载
- 积分:1
-
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TT...
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。
本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时错误,因为该路由器生成一份ICMP差错报文返回给源主机。随后,主机将数据报的TTL值递增1,以便IP报文能到达下一个路由器,并由下一路由器生成ICMP超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目的主机,此时目的主机将返回ICMP回显应答消息。这样,源主机只需对返回的每一份ICMP报文进行解析处理,就可以掌握数据报从源主机到达目的主机途中所经过的路由器信息。
本程序为控制台程序-Tracert using WinSocket
- 2023-05-23 15:50:04下载
- 积分:1
-
client-server
用socket实现客户端服务器上传下载传输文件(use socket download file)
- 2014-06-11 22:03:09下载
- 积分:1