搜索结果

找到约 2,905 项符合 N-Step 的查询结果

数值算法/人工智能 利用矩阵乘法和二进制快速计算菲波拉契数列第n项

利用矩阵乘法和二进制快速计算菲波拉契数列第n项
https://www.eeworm.com/dl/518/313997.html
下载: 32
查看: 1057

数学计算 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/641/314081.html
下载: 23
查看: 1059

数学计算 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/641/314082.html
下载: 181
查看: 1043

其他 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/534/314083.html
下载: 77
查看: 1062

其他 求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) >

求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
https://www.eeworm.com/dl/534/314085.html
下载: 61
查看: 1047

DSP编程 fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);

fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
https://www.eeworm.com/dl/516/314129.html
下载: 155
查看: 1165

Java书籍 Basic tutorial This tutorial provides a step by step walkthrough of the workbench.

Basic tutorial This tutorial provides a step by step walkthrough of the workbench.
https://www.eeworm.com/dl/656/314158.html
下载: 74
查看: 1068

书籍源码 循环赛 采用分治策略 N个选手只要赛N-1个场

循环赛 采用分治策略 N个选手只要赛N-1个场
https://www.eeworm.com/dl/532/315296.html
下载: 102
查看: 1022

书籍源码 求第K个最小值 比2分法还快的算法 只要比N-1次就行

求第K个最小值 比2分法还快的算法 只要比N-1次就行
https://www.eeworm.com/dl/532/315299.html
下载: 35
查看: 1035

数据结构 常用算法程序集(C语言描述)第三版+徐士良 求N维极值的单调调优法

常用算法程序集(C语言描述)第三版+徐士良 求N维极值的单调调优法
https://www.eeworm.com/dl/654/315777.html
下载: 100
查看: 1055