caglobal.cpp
来自「电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATES」· C++ 代码 · 共 67 行
CPP
67 行
//********************************************************
// caglobals - global variables definition
//********************************************************
#include <mc.h>
#include <ca.h>
struct emstablest ca_lfcntrl_tb;
struct emstablest ca_mccomp_tb;
struct emstablest ca_mcsubst_tb;
struct emstablest ca_mcsect_tb;
struct emstablest ca_mcnode_tb;
struct emstablest ca_mcbreak_tb;
struct emstablest ca_mcload_tb;
struct emstablest ca_mcldarea_tb;
struct emstablest ca_mcgen_tb;
struct emstablest ca_mcsvc_tb;
struct emstablest ca_mcbranch_tb;
struct emstablest ca_mcshunt_tb;
struct emstablest ca_mcvxfmr_tb;
struct emstablest ca_mcpxfmr_tb;
struct emstablest ca_mcvolt_tb;
struct emstablest ca_mcscap_tb;
struct emstablest ca_mcscseg_tb;
struct emstablest ca_mciface_tb;
struct emstablest ca_mcifcomp_tb;
struct emstablest ca_mcanalog_tb;
struct emstablest ca_mctapt_tb;
struct emstablest ca_mccntrl_tb;
struct emstablest ca_mccase_tb;
struct emstablest ca_mctie_tb;
struct emstablest ca_mcswbus_tb;
struct emstablest ca_tpbrlink_tb;
struct emstablest ca_tpbusint_tb;
struct emstablest ca_tpisland_tb;
struct emstablest ca_tplfbus_tb;
struct emstablest ca_tpshunt_tb;
struct caislandst *caislandpt;
struct emstablest caisland_tb;
struct emstablest cacntrl_tb;
struct emstablest cabreak_tb;
struct emstablest caload_tb;
struct emstablest cagen_tb;
struct emstablest cabranch_tb;
struct emstablest cabrmon_tb;
struct emstablest castmon_tb;
struct emstablest cacase_tb;
struct cacntrlst *cacntrlpt;
struct cabreakst *cabreakpt;
struct caloadst *caloadpt;
struct cagenst *cagenpt;
struct cabranchst *cabranchpt;
struct cabrmonst *cabrmonpt;
struct castmonst *castmonpt;
struct cacasest *cacasept;
struct cacntrlst cacntrlst;
struct cabranchst cabranchst;
struct cabreakst cabreakst;
struct cabrmonst cabrmonst;
struct cacasest cacasest;
struct cagenst cagenst;
struct caloadst caloadst;
struct castmonst castmonst;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?