代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/119799/14821144
h std_c.h
//*----------------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/118736/14858352
h std_c.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/118453/14870224
dbf std3.dbf
www.eeworm.com/read/118453/14870303
dbf std1.dbf
www.eeworm.com/read/118453/14870311
dbf std2.dbf
www.eeworm.com/read/217049/14981206
nv std_7.nv
www.eeworm.com/read/215382/15062877
m std_example.m
%std_example.m
%验证2*x的方差是x的4倍,2x标准方差是x的2倍
x=rand(1,1000);
x_std=std(x);
x_var=var(x);
x2_std=std(2*x);
x2_var=var(2*x);
disp(['随机变量x2的标准方差与x1的标准方差之比 = ' num2str(x2_std/x_std)]);
disp(['随机变量x2的
www.eeworm.com/read/214740/15089886
std ga_ini.std
% Initialise Parameters for tree_ga v2.0, then call tree_ga
%
% Author Date Predecessor Modification
% ====== ==== =========== ============
% B.McKay M.Willis
www.eeworm.com/read/213211/15140985
asm std1.asm
include ht82k96e.inc
include usbrf.inc
include usbfifo.inc
extern baddr_state :bit
extern bFLAG_FIFO_REDY :bit
extern bRmtWakeup :bit
extern bFLAG_RsqF :bit
extern bFLAG_Sn
www.eeworm.com/read/213211/15140986