-
pso_bp
用pso优化bp初始权值,用于函数逼近。(Bp using PSO to optimize the initial weights for the function approximation.)
- 2020-10-23 20:27:22下载
- 积分:1
-
2013-06-30-05ADRC
基于免疫粒子群优化算法整定自抗扰控制器的参数,算法简单,程序可行。(Based on immune particle swarm optimization algorithm tuning the parameters of ADRC, the algorithm is simple, the program is feasible.)
- 2013-06-30 12:29:03下载
- 积分:1
-
移动服务
Mobile Services
- 2022-05-20 22:59:00下载
- 积分:1
-
CNN_Conv2d_train
说明: 基于卷积神经网络(CNN)CNN的图片分类训练代码(CNN network classification training)
- 2021-03-27 13:39:12下载
- 积分:1
-
matlab Q学习仿真
基于Q学习算法,寻找最优路径,是强化学习中的一种,很实用,代码很详细,有备注(Searching for the optimal path based on Q algorithm is a kind of reinforcement learning. It is very practical, the code is very detailed, with notes.)
- 2018-11-08 11:13:18下载
- 积分:1
-
Server
服务器端代码··可以跟客户端自由通信··(Server-side code can be freely client communications)
- 2009-03-05 18:07:12下载
- 积分:1
-
DugSongToolKit
一个网络工具包,可以嗅探email和http等数据包中的密码等信息.注意要先把libnet-1.0.2a.tar.gz和 libnids-1.16.tar.gz装上,不然会因为缺少库函数而无法编译和安装,其它的包不是必需的,根据自己的需要看着办.(A network tool kit, you can email and http sniffer, such as packets of information such as passwords. Attention must first libnet-1.0.2a.tar.gz and libnids-1.16.tar.gz loaded, or because of the lack of library functions unable to compile and install other packages is not essential, according to their own needs鐪嬬潃鍔?)
- 2020-07-02 20:20:01下载
- 积分:1
-
c# 的源码,ip包的过滤。还不赶快下!
c# 的源码,ip包的过滤。还不赶快下!-the source, ip packet filtering. Upshot under!
- 2022-04-06 18:28:37下载
- 积分:1
-
BP_Adaboost5
说明: 基于 BP_Adaboost 强分类器设计 公司财务预警 建模(Classifier design based on BP_Adaboost strong financial early warning model)
- 2020-11-30 00:29:27下载
- 积分:1
-
C# WPF界面模拟CSMA-CD协议
模拟了CSMA协议的整个流程,包含图形界面。
假定主机 A、B 同在一个 10Mb/s 的以太网段上,A、B 共享一条通信信道,主机 A、B 通
过 CSMA/CD 协议向通信信道上发送 10 个数据帧,设传播时延为 256 比特时间,不考虑传
输时延。
要求:(1)使用线程模拟主机 A、B,使用一个变量来模拟共享通道;
(2)发送数据之前先监听 96 比特时间;
(3)传输过程中如果发生冲突,冲突次数最多为 10 次,超过十次丢弃该帧,如果不
超过 10 次,则发送 48 比特的拥塞信号,之后延迟一个随机时间(该时间利用指数后退算法
得出),重新发送数据帧;
(4)输出相关提示信息。
- 2023-03-23 04:45:03下载
- 积分:1