-
LADRC demo
高志强教授文献里线性ADRC程序,针对二阶系统(the function of ADRC about DR.Zhiqiang Gao)
- 2018-04-05 21:06:37下载
- 积分:1
-
修改后的PCA进行人脸识别的Matlab代码
修改后的PCA进行人脸识别的Matlab代码
-Revised PCA for Face Recognition Matlab code
- 2022-02-12 16:51:01下载
- 积分:1
-
添加memberadd memberadd memberadd memberadd成员
添加成员添加成员添加成员添加成员添加成员添加成员
- 2022-12-02 14:40:04下载
- 积分:1
-
万年历 请输入你要查看的年
万年历 请输入你要查看的年-hefty almanac to see you, the
- 2022-03-18 01:41:58下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
IPEX PCBLIB
IPEX座子封装 AD格式(IPEX seat package AD format)
- 2018-08-05 15:06:44下载
- 积分:1
-
wirelesssensornetworksensorlocalization
自己做的毕设,用matlab做的基于MDS-MAP和矩阵重复迭代优化的无线传感网节点定位仿真程序,在matlab中可以直接运行得到仿真结果,程序附有详细注解。(wireless sensor network MDS-MAP
sensor localization simulation
matrix optimal)
- 2021-02-23 17:29:40下载
- 积分:1
-
linersvc
线性核支持向量机,径向基支持向量机,多项式支持向量机(Linear kernel support vector machine, radial basis support vector machine, polynomial support vector machine)
- 2019-04-01 18:43:55下载
- 积分:1
-
GP-&算法
方便计算关联维数的关于gp算法的使用,通过计算关联维数,可以获得系统的混沌特性(The calculation of correlation dimension is convenient for the use of GP algorithm. By calculating the correlation dimension, the chaotic characteristics of the system can be obtained)
- 2017-11-27 11:27:52下载
- 积分:1
-
BP神经网路matlab程序
说明: BP神经网络matlb程序,可自己输入数据样本进行训练。(The MATLAB program of BP netual network)
- 2020-06-25 10:00:01下载
- 积分:1