资源列表
band-pass
- 30~50MHz的matlab设计程序,给出了响应曲线并给出了滤波实例
dingwei
- 关于质心定位的matalab原代码,做定位方面毕设的人可以用!-Matalab centroid location on the original code, so positioning complete set of people can use!
low_pass_butterworth
- an butterworth lowpass filter
problem2
- matlab 感知机实验源码(神经网络课程实验一)-Perceptron test matlab source
Game1
- 功能:石头、剪子、布:人和计算机各出其中一个,然后给出比较结果,结束。用一个函数实现。-Function: stone, scissors, cloth: and the computer from each one of them, and then compare the results given to end. With a function to achieve.
BP_2
- 适合初学者学习MATLAB Bp神经网络,给出实例源代码-Suitable for beginners to learn MATLAB Bp neural network, gives examples of the source code
lagdif
- it s a logendre method for solve equation.the equation is a satimate of exact solution and we solve the equation with this method
SAPSO
- 自适应的粒子群基本算法 里面没有适应度函数 可以自己编写好 然后进行调用.权重改进粒子群算法中的自适应权重法,平衡了PSO算法的全局探索能力和局部改良能力.-This is the basic matlab program of SAPSO
Hanoi
- 有三根柱子A,B,C,A柱子上有N个盘子,从小到大依次叠放,要求把A上的盘子都移到C上,B可以作为临时存放,移动的时候必须始终遵循小盘子在大盘子上面,且每次只能移动一个盘子。-There are three pillars A, B, C, A with their N dishes, from small stacked in turn requires the plates are A move to C, B can be used as A temporary storage, move
a
- 在数论,对正整数n,欧拉函数是少于或等于n的数中与n互质的数的数目。 φ函数的值 通式:φ(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn) 其中p1, p2……pn为x的所有质因数,x是不为0的整数。φ(1)=1(唯一和1互质的数就是1本身)。 (注意:每种质因数只一个。比如12=2*2*3 那么φ(12)=12*(1-1/2)*(1-1/3)=4) 若n是质数p的k次幂,φ(n)=p^k-p^(k-1)=(p-1)p^(k-1),因为除了
lorenz3v
- matlab编写的大气混沌方程组lorenz63系统的四阶龙哥库塔方程向前积分函数 -Fourth-order Runge-Kuta forward integrate the equations lorenz63 with matlab
PSO(classic)
- 经典的PSO粒子群算法。思路简洁明快,易于新手理解交流。-Classic PSO particle swarm optimization. Ideas concise, easy for beginners to understand communication.