资源列表

« 1 2 ... .53 .54 .55 .56 .57 23958.59 .60 .61 .62 .63 ... 28523 »

[数值算法/人工智能BP

说明:BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目
<梅汉文> 在 2025-10-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法Subset

说明:这是一个关于用递推法解决求某一个集合的所有的子集。非常适合初学数据结构的同胞阅读。-It is a recursive method used to solve a set for a subset of all. Data structure is very suitable for beginners to read compatriots.
<> 在 2025-10-08 上传 | 大小:148kb | 下载:0

[数据结构常用算法Tree

说明:这个程序是用来实现二叉树的一些最基本的操作。如前序,后序,中序遍历,以及求树的深度。-This procedure is used to fulfill some of the basic binary tree operation. Sequence such as the former, the latter sequence, in order traversal, as well as for the depth of the tree.
<> 在 2025-10-08 上传 | 大小:167kb | 下载:0

[数学计算/工程计算Lab0605-fft

说明:DSP实现蝶形FFT算法 为某开发板公司5509开发板资料-DSP butterfly FFT algorithm to achieve a development board for the 5509 development board company information
<张队> 在 2025-10-08 上传 | 大小:49kb | 下载:0

[数值算法/人工智能anneal

说明:解决基于模拟退火算法的源代码,还有详细的源程序及解释-Based on simulated annealing algorithm to solve the source code, as well as a detailed explanation of the source and
<ycc> 在 2025-10-08 上传 | 大小:42kb | 下载:0

[数学计算/工程计算BLS-GSM_Denoising

说明:基于小波域隐马尔可夫模型的图像降噪,性能最好的图像降噪程序。 -Based on wavelet-domain Hidden Markov Model of image noise, the performance of the best image noise reduction procedures.
<蒲秀娟> 在 2025-10-08 上传 | 大小:1.34mb | 下载:0

[matlab例程fuzzypid1

说明:一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。-A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve automatic adjustment of PID paramete
<罗成> 在 2025-10-08 上传 | 大小:10kb | 下载:0

[matlab例程fuzzypid2

说明:一个用simulink做的模糊PID自适应系统,FIS等都比较简单,适合初学者。通过与PID的比较曲线可以看出此系统更加优越。-A simulink do with self-adaptive fuzzy PID system, FIS are relatively simple, suitable for beginners. Comparison with the PID system curve can be seen even more superior.
<罗成> 在 2025-10-08 上传 | 大小:8kb | 下载:1

[matlab例程GUIchengjichaxun

说明:用matlab gui做的一个成绩查询系统,可读txt,xls文件,并加入一些常见的功能。-Matlab gui to do with a query system performance, read txt, xls file, and add some common features.
<罗成> 在 2025-10-08 上传 | 大小:6kb | 下载:0

[matlab例程NewIntelligentController

说明:一种新型的智能控制器,分为定值控制和伺服控制两种情况,通过与PID控制的比较可以发现此新型智能控制器的优点。-A new type of intelligent controllers, will be divided into control and servo control value both cases, by comparison with the PID control can be found in this new type of intelligent controller
<罗成> 在 2025-10-08 上传 | 大小:12kb | 下载:0

[matlab例程PredictiveControl

说明:预测控制的两个实例,用M语言编写,希望对学习预测控制的人有多帮助-Two examples of predictive control, the M language, in the hope that people learn how predictive control to help
<罗成> 在 2025-10-08 上传 | 大小:1kb | 下载:0

[matlab例程swarm

说明:使用Scilab编写的粒子群算法,例子比较简单,无混沌搜索-Scilab prepared using particle swarm optimization, for example, relatively simple, non-chaotic search
<Thierry> 在 2025-10-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 23958.59 .60 .61 .62 .63 ... 28523 »

源码中国 www.ymcn.org