代码搜索:M

找到约 10,000 项符合「M」的源代码

代码结果 10,000
www.eeworm.com/read/391713/8389236

gif ikon_m_m.gif

www.eeworm.com/read/192294/8389963

m lt5m.m

Am4=[-0.1494;0.0135;0.9710];%在此输入1号点的坐标,其顺序是东坐标,北坐标,高程 Am6=[0.1232;-0.1406;0.9932];%在此输入2号点的坐标,其顺序同上 Am5=[0.1227;0.1730;1.0063];%在此输入3号点的坐标,其顺序同上 T=[0,1,0;-1,0,0;0,0,1]; rb1=T*Am6.*
www.eeworm.com/read/390840/8438123

m nnd12m.m

function nnd12m(cmd,arg1) %NND12M Marquardt backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % $Revision: 1.8 $ % Copyright 1994-2002 PWS Publishing C
www.eeworm.com/read/389657/8509257

m m序列产生程序.m

% 【3】M序列产生程序 X1=1;X2=0;X3=1;X4=0; %移位寄存器输入Xi初T态(0101), Yi为移位寄存器各级输出 m=60; %置M序列总长度 for i=1:m %1# Y4=X4; Y3=X3; Y2=X2; Y1=X1; X4=Y3; X3=Y2; X2=Y1; X1=xor(Y3,Y4); %异或运算 if Y4==0 U(i)=-1; el
www.eeworm.com/read/389056/8550962

m simu_b_m.m

%simulation of brown motion:b(t) c=1; N=2^10; T=1; b=bm(c,T,N); % simulation of s(t) c=1; N=2^10; T=1; b=bm(c,T,N); t=1/N:T/N:T; s0=10; sigma=0.3; r=0.05; s=zeros(1,N); for i=1:N
www.eeworm.com/read/187838/8596896

wmv for_m2m.wmv

www.eeworm.com/read/431361/8686424

m m5_4.m

%%%%%%%% Double Integration by the Simpson's Rule %%%%%%%% clear; nx=input('Number of intervals in x_direction:'); ny=input('Number of intervals in y_direction:'); a=input('Lower limit of x,a?')
www.eeworm.com/read/429621/8798112

m m3b.m

% This M-file, m3b.m, is for the regenerative braking part of Project 3 % on methods of braking of separately-excited dc motor in Chapter 8 % It is to be used in conjunction with the Simulink file
www.eeworm.com/read/429621/8798136

m m4stp.m

% M-file for the last part of Project 4 on linearized % analysis in Chapter 6 % m4stp.m sets up the system parameters for a simulation % using the SIMULINK file s4stp % to obtain a simulated r
www.eeworm.com/read/429621/8798176

m m2fig.m

% M-file for Project 2 on induction motor starting in Chapter 6 % It calculates and the torque-speed and current-speed curves % and plots them (see Fig. 6.27 of Project 2) on starting methods % in