代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
custom.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
psidx.m
function idx = psidx(a,k)
global Bus
idx = sparse(a.bus,[1:a.n],k,Bus.n,a.n);
base.m
function p = base(p)
global Line Bus Settings
if ~p.n, return, end
[p.B,p.y] = factsbase(Line,p.line,p.Cp,'TCSC');
fm_errv(p.con(:,6),'Tcsc',p.bus1)
Vb2old = p.con(:,6).*p.con(:,6);
Vb2new = getk
psidx.m
function idx = psidx(a,k)
global Bus
idx = sparse(a.bus,[1:a.n],k,Bus.n,a.n);
base.m
function p = base(p)
global Line Bus Settings
if ~p.n, return, end
[p.B,p.y] = factsbase(Line,p.line,p.Cp,'TCSC');
fm_errv(p.con(:,6),'Tcsc',p.bus1)
Vb2old = p.con(:,6).*p.con(:,6);
Vb2new = getk
psidx.m
function idx = psidx(a,k)
global Bus
idx = sparse(a.bus,[1:a.n],k,Bus.n,a.n);
fm_ncomp.m
function check = fm_ncomp
% FM_NCOMP search components used in the current data
% file and initializes fields used for power
% flow computations.
%
% CHECK = FM_NCOMP
%
%see also FM_
fm_pl.m
function fm_pl(flag)
% FM_PL define Polinomial Loads
%
% FM_PL(FLAG)
% FLAG -> 0 initialization
% FLAG -> 1 algebraic equations
% FLAG -> 2 algebraic Jacobians
%
%Author: Federico
fm_jimma.m
function fm_jimma(flag)
% FM_JIMMA defines Mixed Loads
%
% FM_JIMMA(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 di
fm_mn.m
function fm_mn(flag)
% FM_MN defines Monomial Loads
%
% FM_MN(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
%Author: Federico Mil