代码搜索:setup
找到约 10,000 项符合「setup」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8832874
m setup.m
function a = setup(a,varargin)
global Settings
switch nargin
case 2
Bus = varargin{1};
otherwise
global Bus
end
if isempty(a.con), return, end
a.n = length(a.con(:,1));
[a.bus1,a.v1] = getbu
www.eeworm.com/read/384940/8832965
m setup.m
function a = setup(a)
global Line Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
a.line = a.con(:,1);
a.ty1 = find(a.con(:,2) == 1);
a.ty2 = find(a.con(:,2) == 2);
a.Cp = a.con(:,8)./
www.eeworm.com/read/384940/8833058
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.Tm = zeros(a.n,1);
a.Efd = zeros(a.n,1);
if length(a.con(1,:))
www.eeworm.com/read/428838/8836034
exe setup.exe
www.eeworm.com/read/428838/8836040
exe setup.exe
www.eeworm.com/read/285466/8839386
bmp setup.bmp
www.eeworm.com/read/428764/8844814
exe setup.exe
www.eeworm.com/read/285353/8848171