资源列表
Fuzzy-controller
- 运用分布补偿法和极点配置法设计模糊控制器,其中配置极点运用遗传算法优化-Using distributed compensation method and pole assignment method to design the fuzzy controller, using genetic algorithm to optimize configuration of pole
fuzzy
- 模糊控制算法 自己毕业设计的模糊控制的M文件
遗传算法解决函数极值问题
- 本源码为使用遗传算法解决函数极值问题
GAlianxi01
- 本源码为使用遗传算法解决函数极值问题的一个简单的小例子,新手一看就懂-The source code for the use of genetic algorithm to solve the problem of the function extreme example of a simple small, novice to understand at a glance
Program-for-the-perfect-lens
- 采用在传统传输线上周期性地加载串联电容C和并联电感L构造了一种二维负折射率传输线微波媒质,不加载L和C的传输线单元则组成正折射率传输线微波媒质,由这两种煤质构成了一个完美透镜系统。使用Bloch理论,导出了这种正负折射率媒质的色散关系和布洛克(Bloch)阻抗,并且计算出了在由点源在各个区域产生的分布电压幅度、相位- the traditional transmission line periodically loaded parallel series capacitor C and indu
psoann
- 粒子群神经网络的预测编程实现,请大家指正-stfl with psoann
bashuma
- 关于八数码难题的程序 大虾请进 用的是有界深度优先搜索算法
np760
- music高阶谱分析算法,在MATLAB中求图像纹理特征,多元数据分析的主分量分析投影。- music higher order spectral analysis algorithm, In the MATLAB image texture feature, Principal component analysis of multivariate data analysis projection.
bp_c31
- bp神经网络的一个简单实现实现 包含一个bp_c3.c-bpnet bp_c3.c
jj
- 模糊聚类中,得到等价矩阵后,采用截距法进行分类的matlab程序-Fuzzy clustering, after geting the equivalent matrix, the matlab classification program of intercept method
UAStar.rar
- 这是对A*寻路算法的一个封装.使用非常简单:1.指定寻路区域的大小(网格) 2.指定哪些节点是障碍物 3.给定出发节点点和目标节点, 寻路! 将返回最短路径. 另外, 还可以设定遇到障碍物时只能绕着障碍物的角走,This is a routing algorithm A* a package. The use of very simple: 1. Specified routing region size (grid) 2. Specify which node is the barrier 3
TSPsource
- 用C++实现的蚁群算法解决TSP问题源码