资源列表

« 1 2 ... .38 .39 .40 .41 .42 20543.44 .45 .46 .47 .48 ... 28522 »

[人工智能/神经网络/遗传算法bp

说明:#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN] //隐
<xx> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法bp_fortran1

说明:用Fortran实现的bp算法程序-Bp realized with Fortran algorithm procedures
<xx> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[数据结构常用算法huffman

说明:哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考-^ Huffman decoder data structure of our classic experiment in most cases as a reference
<shenglong> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[matlab例程GA

说明:用matlab语言编写的遗传算法程序,可以求最优值,可以参考一下-Languages with matlab genetic algorithm procedure, you can seek the optimal value, you can refer to
<Densic> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[matlab例程1

说明:蚁群算法的一个代码,大家可以看一下。在主界面直接输入ACATSP就可以了。我跑过了,大家看一下-Ant colony algorithm of a code, we can look at. In the main interface directly ACATSP it. I ran, and we look
<艾新> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法bp

说明:破坏力规模-消极效能 很好的bp神经网络实例-Destructive power of the scale- the negative performance of a very good example of bp neural network
<朱涛> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法bp

说明:很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
<朱涛> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法BP

说明:利用BP算法,设计一个多层感知器为表中的数据集提供一个非线性逼近,并测试其泛化能力-The use of BP algorithm, the design of a multi-layer perceptron for the table of data sets to provide a non-linear approximation, and testing their generalization ability
<张金凤> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[数学计算/工程计算F-R

说明:这个是优化方法中的一种方法,,是一种用于带约束条件的优化。-This is the optimization method in a way, is a condition for constrained optimization.
<宝宝> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[matlab例程pn_NODE

说明:% 用于模拟PN结中载流子的分布、电场和电势 % 总长为 L 的半导体截面上,左侧为 N 区,掺杂浓度 NA;右侧为 P 区,掺杂浓度为 ND % 假设截面积足够大- Used to simulate the PN junction carrier distribution, electric field and electric potential L total length of the semiconductor section, left for N areas, doping
<wylie> 在 2025-06-28 上传 | 大小:2kb | 下载:1

[matlab例程koch

说明:用于描述函数koch; koch分形曲线实例。-Used to describe the function koch koch fractal curve examples.
<wylie> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[matlab例程hgfx1

说明:matlab的回归算法例程, 包括回归算法-regression algorithm matlab routines, including the handover algorithm
<wylie> 在 2025-06-28 上传 | 大小:2kb | 下载:1
« 1 2 ... .38 .39 .40 .41 .42 20543.44 .45 .46 .47 .48 ... 28522 »

源码中国 www.ymcn.org