代码搜索:setup
找到约 10,000 项符合「setup」的源代码
代码结果 10,000
www.eeworm.com/read/431224/8698826
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/431224/8698901
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/431224/8698958
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/387169/8702360
ini setup.ini
[setup]
PUsOf1mm =1
DefaultVel=1
DisLtoR=1
AxisLeft=6
AxisRight=2
www.eeworm.com/read/386806/8725370
s setup.s
!
! setup.S Copyright (C) 1991, 1992 Linus Torvalds
!
! setup.s is responsible for getting the system data from the BIOS,
! and putting them into the appropriate places in system memory.
! both
www.eeworm.com/read/287068/8728135
h setup.h
/*
Legal Notice: Some portions of the source code contained in this file were
derived from the source code of Encryption for the Masses 2.02a, which is
Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/287068/8728146
rc setup.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/287068/8728148