搜索结果

找到约 6,094 项符合 M-DOC 的查询结果

数学计算 求标准偏差 > 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

文章/文档 基于RSA模型转换框架的开发.doc 基于RSA模型转换框架的开发.doc

基于RSA模型转换框架的开发.doc 基于RSA模型转换框架的开发.doc
https://www.eeworm.com/dl/652/314380.html
下载: 104
查看: 1024

通讯/手机编程 Rayleigh Fading Simulation的m程序

Rayleigh Fading Simulation的m程序
https://www.eeworm.com/dl/527/314758.html
下载: 122
查看: 1049

数据结构 Algo rithm of we ighted a ssocia tion rule s m ining

Algo rithm of we ighted a ssocia tion rule s m ining
https://www.eeworm.com/dl/654/314994.html
下载: 61
查看: 1062

通讯/手机编程 半带滤波器仿真,包括一个.cpp文件和一个.m仿真文件

半带滤波器仿真,包括一个.cpp文件和一个.m仿真文件
https://www.eeworm.com/dl/527/315212.html
下载: 174
查看: 1030

VxWorks DOC文件系统驱动源代码

DOC文件系统驱动源代码,基于DOC2000的TFFS文件系统
https://www.eeworm.com/dl/662/315615.html
下载: 87
查看: 1033

matlab例程 ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内

”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样 ...
https://www.eeworm.com/dl/665/315739.html
下载: 29
查看: 1088