代码搜索:M

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

代码结果 10,000
www.eeworm.com/read/160516/10523409

m and.m

%AND Dataset overload
www.eeworm.com/read/160516/10523442

m not.m

%NOT Logical NOT. Dataset overload
www.eeworm.com/read/351926/10596521

m a.m

clc clear %潮流计算 p=0.8;Q=0.47;u=1; xd=1.226;xpd=0.190; xq=0.830;xe=0.500; Td0=8.940;D=1; Tj=5;ke=1;Te=0.05; WN=314;km=1;Tm=0.5; s=p+j*Q;I=conj(s/u);q=angle(I); ut=u+I*(j*xe);qt=angle(ut);
www.eeworm.com/read/351078/10682472

m xiangmu .m

% Demonstration for Kalman filter and smoother using a 2D CWPA model % % Copyright (C) 2007 Jouni Hartikainen % % This software is distributed under the GNU General Public % Licence (version 2 o
www.eeworm.com/read/349979/10779316

m select;.m

function ret=select(individuals,sizepop,opts) % In this function,it fulfils a selection among chromosomes % individuals input : set of individuals % sizepop input : size of population % opts
www.eeworm.com/read/275212/10828463

m as.m

function [c,rez,drez,kod]=as(lam,phi,phip,x,wint,wipr,dom,c0,m,errtol,fun) % % Calculates the coefficients c of the function associated to c0 % [n,N]=size(phi);dc0=[eye(m);zeros(N-m,m)];dc=zeros(
www.eeworm.com/read/348659/10878854

m a.m

clear clc l=input('请输入l的值:');%l为最优主成分数 n=100; e=[rand(n,1),randn(n,1),5*rand(n,1),10*rand(n,1),50*rand(n,1),100*rand(n,1),200*randn(n,1),500*rand(n,1)]; j=8; [X1 Y1 X2 Y2]=scshuju2(n,e(:,j)); [
www.eeworm.com/read/418695/10935291

m or.m

function c = or(a,b) if isa(a,'dataset') & ~isa(b,'dataset') c = a.d | b; elseif ~isa(a,'dataset') & isa(b,'dataset') c = a | b.d; else c = a.d | b.d; end return
www.eeworm.com/read/418695/10935400

m and.m

function c = and(a,b) if isa(a,'dataset') & ~isa(b,'dataset') c = a.d & b; elseif ~isa(a,'dataset') & isa(b,'dataset') c = a & b.d; else c = a.d & b.d; end return
www.eeworm.com/read/272283/10963488

m a.m

x=0:1:135; y=[17.5 17.9 16.5 15.2 16.1 18.3 24.1 26.0 22.0 18.2 16.8 17.8 15.0 17.8 16.2 16.6 18.0 19.8 19.0 18.0 19.6 18.2 20.8 21.8 26.0 25.8 32.0 33.6 26.8 31.8 32.0 32.2 35.8 37.2 45.2 32.0 22.0