代码搜索:M

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

代码结果 10,000
www.eeworm.com/read/399115/7890473

gif m_d_m.gif

www.eeworm.com/read/399115/7890493

gif m_m_l.gif

www.eeworm.com/read/399115/7890503

gif m_m_r.gif

www.eeworm.com/read/399115/7890519

gif m_t_m.gif

www.eeworm.com/read/433825/7907428

m peellip5m.m

function u = peEllip5m(nx,minx,maxx,ny,miny,maxy) format long; hx = (maxx-minx)/(nx-1); hy = (maxy-miny)/(ny-1); u0 = zeros(nx,ny); for j=1:ny u0(j,1) = EllIni2Uxl(minx,miny+(j-1)*hy);
www.eeworm.com/read/298871/7928661

m nnd12m.m

function nnd12m(cmd,arg1) %NND12M Marquardt backpropagation demonstration. % % This demonstration requires the Neural Network Toolbox. % First Version, 8-31-95. %=============================
www.eeworm.com/read/198046/7953003

exe m2m.exe

www.eeworm.com/read/197649/7982874

m nfam5m.m

function [nf, na, ex, E, N] = nfam5m(data,dt) % The function NFAM5M calculates the smoothed modified Hilbert frequency and amplitude % of data(n,k), where n specifies the length of time series, %
www.eeworm.com/read/197649/7982904

m desa1m.m

function [W,A]=desa1m(x, dt) % The function DESA1M calculates frequency and amplitude using Teager Energy Operator (DESA-1 algorithm) % of the data x(n,m), where n is the number of points, and m
www.eeworm.com/read/397183/8063808

m xy9.m.m

A=0; for k=1:10 A=A+5*k*k*k; end