代码搜索:setup
找到约 10,000 项符合「setup」的源代码
代码结果 10,000
www.eeworm.com/read/287282/8697525
bmp setup.bmp
www.eeworm.com/read/431224/8697542
m setup.m
function a = setup(a)
global Bus Line
if isempty(a.con), return, end
if ~isempty(a.con)
a.line = a.con(:,1);
a.bus = getint(Bus,a.con(:,2));
a.n = length(a.con(:,1));
a.u = a.con(:,6);
%
www.eeworm.com/read/431224/8697679
m setup.m
function a = setup(a,varargin)
if isempty(a.con), return, end
global DAE Settings
switch nargin
case 2
Bus = varargin{1};
otherwise
global Bus
end
a.bus = getint(Bus,a.con(:,1));
[b,h,k] = u
www.eeworm.com/read/431224/8697746
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
[a.bus,a.vbus] = getbus(Bus,a.con(:,1));
if length(a.con(1,:)) < a.ncol
a.u = ones(a.n,1);
else
a.u =
www.eeworm.com/read/431224/8697790
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
[a.bus,a.vbus] = getbus(Bus,a.con(:,1));
if length(a.con(1,:)) < a.ncol
a.u = ones(a.n,1);
else
a.u =
www.eeworm.com/read/431224/8697864
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
[a.bus,a.vbus] = getbus(Bus,a.con(:,1));
a.init = find(~a.con(:,11));
if length(a.con(1,:)) < a.ncol
a.u
www.eeworm.com/read/431224/8697921
m setup.m
function a = setup(a)
global Syn
if isempty(a.con), return, end
a.n = length(a.con(:,1));
a.syn = a.con(:,1);
a.bus = getbus(Syn,a.syn);
if length(a.con(1,:)) < a.ncol
a.u = ones(a.n,1);
else
www.eeworm.com/read/431224/8697986
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
a.bus = getint(Bus,a.con(:,1));
a.dat = zeros(a.n,2);
if length(a.con(1,:)) < a.ncol
a.u = ones(a.n,1);
www.eeworm.com/read/431224/8698039
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
[a.bus,a.vbus] = getbus(Bus,a.con(:,1));
% fault occurrence and clearing times
idx = find(a.con(:,5) == 0)
www.eeworm.com/read/431224/8698096
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
[a.bus,a.vbus] = getbus(Bus,a.con(:,1));
if length(a.con(1,:)) < a.ncol
a.u = ones(a.n,1);
else
a.u =