-
Using NLJ random search method to identify a method that the state of the nonlin...
采用NLJ随机搜索的方法辨识一个以状态方法表示的非线性系统。选其初值 a1(0) =50 , a2(0) =100 , a3(0) =100 , a4(0) =50 , a5(0) =10 , 选范围为 r(1)(i)=0.5 a(0)(i) , 取数据长度 L =40, t =0.005 , 性能指标 J= 。迭代计算结果得 a 的估计值 1=17.6043243, 1=17.5977, 2=72.9573, 3=51.3014, 4=22.9889, 5=5.99965, J = 0.000000916 。-Using NLJ random search method to identify a method that the state of the nonlinear system. Election of its initial value a1 (0) = 50, a2 (0) = 100, a3 (0) = 100, a4 (0) = 50, a5 (0) = 10, choose the range of r (1) (i) = 0.5 a (0) (i), check data length L = 40, t = 0.005, performance index J =. Iterative calculation results have a estimated value of 1 = 17.6043243, 1 = 17.5977, 2 = 72.9573, 3 = 51.3014, 4 = 22.9889, 5 = 5.99965, J = 0.000000916.
- 2022-02-01 23:07:23下载
- 积分:1
-
三维电阻率反演matlab代码
这是经典的一种电阻率三维反演的代码,在地球物理勘探领域有着非常广泛的应用,具有重要的研究和应用价值,本程序只与大家开展交流,请不要商业化。。。
- 2022-08-02 14:48:31下载
- 积分:1
-
验证码识别
#include
#define W 80 //定义验证码图片的宽度
#define H 20 //定义验证码图片的宽度
#define N 2 //定义字符位数,一般是4位
#define BMP_filename "c: est.bmp"
int x,y,i,s,temp;
int YZM[W][H]={0};
int YZM_red[W][H]={0};
int YZM_green[W][H]={0};
int YZM_blue[W][H]={0};
int rec[W]={0};
int lf[N],rt[N],up[N],dw[N];
char result[N];
void shibie()
- 2022-04-20 09:09:12下载
- 积分:1
-
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。...
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。-Maze algorithm, to solve from the point of origin to the end of the maze path, or there is no path to draw conclusions.
- 2022-09-29 07:20:02下载
- 积分:1
-
A given voice signal amplification procedures, can enter multiples of amplificat...
一个给语音信号进行放大的程序,可以输入放大的倍数,输入放大后的语音信号。倍数是指语音的幅度,不是指能量。-A given voice signal amplification procedures, can enter multiples of amplification, the amplified voice input signal. Refers to a multiple of the range of voice, not energy.
- 2022-08-17 20:36:34下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
同时定位与构图算法
导航,机器人领域的同时定位与构图(slam)算法。kalman滤波,粒子滤波各两个程序,亲自验证,换过多个matlab版本,一直都好用。
- 2022-03-20 07:32:54下载
- 积分:1
-
基础的PSO算法,注释详细,很利于学习参考。
一个基础的PSO算法,注释详细,很利于学习参考。
粒子群优化算法(PSO——Particle Swarm Optimization)是一种基于种群的随机优化技术,由Eberhart和Kennedy于1995年提出。粒子群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。
- 2022-09-09 00:20:02下载
- 积分:1
-
图形的广度优先搜寻法
图形的广度优先搜寻法-graphics breadth priority search method
- 2022-04-18 06:56:09下载
- 积分:1
-
01 背包问题 (回溯算法)
回溯法: 01 背包属于来找出最优解问题,回溯方法需要构建的解决方案的子集。当你在状态空间搜索树,只要左的子节点可以是一个可行的节点,搜索到左子树。上限为右子树,首先计算函数,以确定是否其负。
- 2022-02-21 05:06:50下载
- 积分:1