代码搜索:ups不间断电源
找到约 341 项符合「ups不间断电源」的源代码
代码结果 341
www.eeworm.com/read/7012/106080
pdf dp300e系列ups的性能特点.pdf
www.eeworm.com/read/7012/106136
pdf 可冗余并联运行的单相ups研制.pdf
www.eeworm.com/read/7019/106370
pdf 基于internet的ups智能监测系统的研究.pdf
www.eeworm.com/read/7019/106425
pdf ups与高可用供电系统研究.pdf
www.eeworm.com/read/13878/285113
pdf 基于dsp的在线式ups智能监测系统.pdf
www.eeworm.com/read/282295/9104071
h pointer.h
integer num_nps, num_ups
parameter (num_nps = 400, num_ups = 200)
integer np
common /pointer/ np(num_nps)
integer up
www.eeworm.com/read/371680/9541986
m bvp_homt.m
function f = BVP_HomT(x,YS,YU,p)
global homTds
% extract ups, [x0,x1,...,xn]
ups = reshape(x,homTds.nphase,homTds.npoints);
%p = num2cell(p);
% -----------
% Fixed point condition
J=hom
www.eeworm.com/read/371680/9542000
asv bvp_hett.asv
function f = BVP_HetT(x,YS,YU,p)
global hetTds
% extract ups, [x0,x1,...,xn]
ups = reshape(x,hetTds.nphase,hetTds.npoints);
p = num2cell(p);
% -----------
% Fixed points conditions
J=he
www.eeworm.com/read/371680/9542034
asv bvp_hom.asv
function f = BVP_Hom(x,YS,YU,p)
global homds
% extract ups, [x0,x1,...,xn]
ups = reshape(x,homds.nphase,homds.npoints);
p = num2cell(p);
% -----------
% Fixed point condition
J=homds.ni
www.eeworm.com/read/371680/9542043
m bvp_hom.m
function f = BVP_Hom(x,YS,YU,p)
global homds
% extract ups, [x0,x1,...,xn]
ups = reshape(x,homds.nphase,homds.npoints);
p = num2cell(p);
% -----------
% Fixed point condition
J=homds.ni