代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/252504/12278490
asv main.asv
%main function
num=;
error1=7.5;
Robottest(1:12)=[random('normal',2.5,0.21),random('normal',3,0.21),360*rand(1),0, 0, 0, 0, 0, 0, 0, 0, 0];
Robot(1:12)=[0];
p(1:num,1:12)=[0];
lastx=Robottest(
www.eeworm.com/read/252504/12278507
m main.m
%main function
num=100;
error1=7.5;
Robottest(1:12)=[random('normal',2.5,0.21),random('normal',3,0.21),360*rand(1),0, 0, 0, 0, 0, 0, 0, 0, 0];
Robot(1:12)=[0];
p(1:num,1:12)=[0];
% lastx=Robot
www.eeworm.com/read/252197/12293926
m ip_04_08.m
% ip_04_08.m Illustrative Problem 4.8
clear
echo on;
n=10;
tol=1e-6;
p1=0;
p2=1;
b=10*p2;
[a,y,dist]=lloydmax('normal',b,n,tol,p1,p2);
www.eeworm.com/read/150163/12308008
mdl koe_crc.mdl
Model {
Name "koe_crc"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes off
www.eeworm.com/read/251835/12317471
m rsmap.m
function wp = rsmap(zp,w,beta,z,zb,c,qdat)
%RSMAP Schwarz-Christoffel Riemann surface map.
% RSMAP(ZP,W,BETA,Z,ZB,C,QDAT) computes the values of the Schwarz-
% Christoffel disk map at the po
www.eeworm.com/read/251835/12317473
m dmap.m
function wp = dmap(zp,w,beta,z,c,qdat)
%DMAP Schwarz-Christoffel disk map.
% DMAP(ZP,W,BETA,Z,C,QDAT) computes the values of the Schwarz-
% Christoffel disk map at the points in vector ZP. The
www.eeworm.com/read/337735/12347128
html pll_waveforms.html
Sample Waveforms for pll.vhd
Sample behavioral waveforms for design file pll.vhd
The following waveforms show the behav
www.eeworm.com/read/149739/12352791
m pcldc.m
%PCLDC Linear classifier using PC expansion on the joint data.
%
% W = PCLDC(A,N)
% W = PCLDC(A,ALF)
%
% INPUT
% A Dataset
% N Number of eigenvectors
% ALF Total explained variance (defau
www.eeworm.com/read/149739/12353597
m klldc.m
%KLLDC Linear classifier built on the KL expansion of the common covariance matrix
%
% W = KLLDC(A,N)
% W = KLLDC(A,ALF)
%
% INPUT
% A Dataset
% N Number of significant eigenvectors
% AL
www.eeworm.com/read/149527/12368426
asm svpwm.asm
LENTH EQU 120 ;数据长度30
CurrentFrequency EQU 40H ;记数单元
MaxFrequency EQU 41H ;最高转速单元
OverCurrent BIT 00H ;过电流标志位
StartState EQU