资源列表
[matlab例程] DMC_contol
说明:DMC控制器设计源程序,通过matlab,有较佳的控制效果-DMC controller design source code, through matlab, a better control effect<孙明坤> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[matlab例程] MatlabEng_src
说明:In two past articles (Solving Engineering Problems Using MATLAB C API and Solving Engineering Problems Using MATLAB C++ Math Library), I show you how can a programmer develop an application that using MATLAB features like computing complex engineerin<belalsoboh> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[matlab例程] recursion
说明:递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs<sulihao> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] include
说明:用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,<yuxin> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] 20090831
说明:野人过河,这是一个古典问题,算法很经典,我看了好多遍,现在能闭着眼睛写出来了,-Savage river, this is a classical problem, the algorithm is very classic, I saw a lot of times, are now able to write out your eyes closed, He He<王浩> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[matlab例程] zuiyoukongzhizuoye
说明:最优控制的一些算法,用MATLAB编程,用几种算法比较求取最优的方法.-Some optimal control algorithm, using MATLAB programming, compared with several algorithms to seek the best approach.<liutao> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] MonteCarlo
说明:Monte carol method source code for simulation and modeling<Suwichaya> 在 2025-09-26 上传 | 大小:3kb | 下载:0