代码搜索:BASE
找到约 10,000 项符合「BASE」的源代码
代码结果 10,000
www.eeworm.com/read/187699/8607648
mdb base.mdb
www.eeworm.com/read/432021/8638987
gif base.gif
www.eeworm.com/read/431379/8685066
asm base.asm
;******************************************************************************
;* TMS320C3x/4x ANSI C Code Generator Version 5.11 *
;* Date/Time created: Fri Sep 3 09:19
www.eeworm.com/read/431379/8685679
c base.c
/////////////////////////////////////////////////////////////////////////////////////
// 程序名: BaseInitial.c //
// 包含系统运行前进行的初始化函数
www.eeworm.com/read/431224/8694645
m base.m
function p = base(p)
global Settings
if ~p.n, return, end
p.con(:,3) = p.con(:,3).*p.con(:,2)/Settings.mva;
p.con(:,4) = p.con(:,4).*p.con(:,2)/Settings.mva;
p.store = p.con;
www.eeworm.com/read/431224/8694703
m base.m
function p = base(p)
global Line Bus
if ~p.n, return, end
fm_errv(p.con(:,4),'Upfc',p.bus1)
Vb = getkv(Bus,p.bus1,1);
p.con(:,9) = p.con(:,9).*p.con(:,4)./Vb;
p.con(:,10) = p.con(:,10).*p.con(:,4)
www.eeworm.com/read/431224/8694854
m base.m
function p = base(p)
global Bus Settings
if ~p.n, return, end
fm_errv(p.con(:,4),'Dfig',p.bus)
Vb2old = p.con(:,4).*p.con(:,4);
Vb2new = getkv(Bus,p.bus,2);
k = Settings.mva*Vb2old./p.con(:,3)./Vb
www.eeworm.com/read/431224/8695021
m base.m
function p = base(p)
global Bus Settings
if ~p.n, return, end
fm_errv(p.con(:,3),'Statcom',p.bus)
Iold = p.con(:,2)./p.con(:,3);
Inew = Settings.mva./getkv(Bus,p.bus,1);
p.con(:,7) = p.con(:,7).*