代码搜索结果

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

m2m.m

function Mb=m2m(Ma,T) % Mb=m2m(Ma,T) generalized mass transformation. % Trasforms generalized mass with respect to coordinate frame a, % in the generalized mass with respect to coordinate frame b

m2m.m

function Mb=m2m(Ma,T) % Mb=m2m(Ma,T) generalized mass transformation. % Trasforms generalized mass with respect to coordinate frame a, % in the generalized mass with respect to coordinate frame b

m.m

function [M,lovelist]=M(zwd,ppp,lovelist,robotnum,robotwg) %----------------------------------M:3*16,状态列表的单数位为网格上的物体,双数位为目标发射水平,1最高,5不能探测。 %----------------------------------lovelist:20*50。 M=zeros

and_m.m

function result_M=and_M(M1,M2) %% 交集计算函数 result_M=M1 | M2;

m.m

function m=m(A) %m(A): Return the matrix for GA object. For debugging. % %See also gable. % GABLE, Copyright (c) 1999, University of Amsterdam % Copying, use and development for non-commercial purpo

m.m

function y=<mark>M</mark>(x) global lu<mark>m</mark>da sig<mark>m</mark>a l <mark>m</mark>; c=confun(x); su<mark>m</mark>=0; for i=1:l su<mark>m</mark>=su<mark>m</mark>+c(i)^2; end su<mark>m</mark>=sig<mark>m</mark>a/2*su<mark>m</mark>; for i=1:l su<mark>m</mark>=su<mark>m</mark>-lu<mark>m</mark>da(i)*c(i); end for i=(l+1):<mark>m</mark> if lu<mark>m</mark>da(i)-sig<mark>m</mark>a* ...

m.m

function m(hp) while 1 set(hp,'posi',[rand*7/10,rand*4/5,0.3,0.2]); pause(0.5); end

m.m

clear; N=1800; y=linspace(-10.8,10.8,N); fy=0.5*(1+cos(11.8372*y)); A=fy B=ones(38,1); C=B*A; figure; imshow(C); a=fft2(C,38,180); b=fftshift(a); figure; imshow(b); A1=abs(b); B1=angle(b

m.m

clear all; M=[1,0,0,0,0,0,1,0,0,];%设置初始状态,9级移位寄存器 Np=511*2;%逆重复M序列的周期 u=zeros(1,Np);a=5; for i=1:511; m=xor(M(9),M(5));%反馈逻辑运算 for j=9:-1:2 M(j)=M(j-1);%移位 end M(1)=m;

m.m

%1+x+x^6% a=zeros(63,7) b=zeros(7,1) c=zeros(1,189) r=zeros(1,201) b=[0 0 0 0 0 1 0] a(1,6)=1 for i=1:63, b(1,7)=b(1,6); b(1,6)=b(1,5); b(1,5)=b(1,4); b(1,4)=b(1,3); b(