代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/164340/10115845
ico m&m yell.ico
www.eeworm.com/read/163199/10171007
m chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
www.eeworm.com/read/163161/10172736
m chap7_15m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if
www.eeworm.com/read/358903/10176405
m m_geo2mag.m
function [longMAG,latMAG,phiVecMAG,thetaVecMAG]=m_geo2mag(longGEO,latGEO,phiVecGEO,thetaVecGEO)
% M_GEO2MAG Converts geographic to geomagnetic coordinates.
% [longMAG,latMAG]=M_GEO2MAG(longGEO,latG
www.eeworm.com/read/358903/10176414
m m_tba2b.m
function m_tba2b(fnam);
% M_TBA2B Converts the ASCII TerrainBase 5-minute bathymetry database
% (size 56Mb) available from
% ftp://ncardata.ucar.edu/datasets/ds759.2/tbase.Z
%
www.eeworm.com/read/358903/10176426
m m_mag2geo.m
function [longGEO,latGEO,phiVecGEO,thetaVecGEO]=m_mag2geo(longMAG,latMAG,phiVecMAG,thetaVecMAG)
% M_MAG2GEO Converts magnetic to geographic coordinates.
% [longGEO,latGEO]=M_MAG2GEO(longMAG,latMAG)
www.eeworm.com/read/358903/10176430
m m_ll2xy.m
function [X,Y,I]=m_ll2xy(varargin);
% M_LL2XY Converts long,lat to X,Y coordinates using the current projection
% [X,Y]=m_ll2xy(LONGITUDE,LATITUDE);
%
% Extra properties can be added a
www.eeworm.com/read/358903/10176513
m m_xy2ll.m
function [long,lat]=m_xy2ll(X,Y);
% M_XY2LL Converts X,Y to long,lat coordinates using the current projection
% [LONGITUDE,LATITUDE]=m_ll2xy(X,Y)
% This is useful for finding locations
www.eeworm.com/read/356651/10223490
m nav_data_m1017.m
function nav_data_<mark>m</mark>1017(psi<mark>m</mark>uti<mark>m</mark>e, p<mark>m</mark>g,p<mark>m</mark>a, pve,pvn, pae,pan, py_<mark>m</mark>,pp_<mark>m</mark>,pr_<mark>m</mark>, po<mark>m</mark>iga_y,po<mark>m</mark>iga_p,po<mark>m</mark>iga_r, pfai_y,pfai_p,pfai_r,<mark>m</mark>anner)
%%%%
%% 三通道的系统仿真
%%%%%坐标系为 东北天坐标系%%%%%%%
%%navigation d ...
www.eeworm.com/read/354334/10363412
m chap7_16m.m
function [u]=pid_aw1f1(u1,u2,u3,u4)
e=u2;
un=u3;
us=u4;
M=2;
switch M
case 1 %PID
u=e;
case 2 %Anti-windup PID
umin=0;
umax=10;
ua=(umin+umax)/2;
if