代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/492947/6402535
m getdefaultarcparameter.m
function ArcSimulationData = GetDefaultArcParameter ;
% init all of the parameters .
% February 2004
% $Revision: 1.00 $
% define the string of the MainCircuitParameterText .
ElementTyp
www.eeworm.com/read/493079/6406318
v beamcounter.v
// Copyright 2006, 2007 Dennis van Weeren
//
// This file is part of Minimig
//
// Minimig is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licen
www.eeworm.com/read/493079/6406330
v blitter.v
// Copyright 2006, 2007 Dennis van Weeren
//
// This file is part of Minimig
//
// Minimig is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Licen
www.eeworm.com/read/492929/6414219
m ar1_like.m
function llike = ar1_like(param,y,x)
% PURPOSE: evaluate ols model with AR1 errors log-likelihood
%-----------------------------------------------------
% USAGE: like = ar1_like(b,y,x)
% where
www.eeworm.com/read/492695/6419421
m example81_order.m
figure;
n=1:30;
plot(n,p(1,n),n,p(2,n),n,p(3,n)),xlabel('steps'),ylabel('order parameter');
text(4,0.1,'四边形');
text(5,0.95,'圆形');
text(3,0.2,'三角形');