⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 data_str.h

📁 一种很好的潮流编程程序
💻 H
字号:
#include<string>
using namespace std;

struct Branch
{
	int branch_number;
	string start_node;
	string end_node;
	double branch_R;
	double branch_X;
	double branch_half_B;
	double branch_trans;
};

struct Generator
{
	int generator_number;
	string belong_node;
	double  min_active;
	double  run_active;
	double  min_inactive;
	double  max_inactive;
	
};

struct Node 
{
	int node_number;
	string node_name;
	double voltage_class;
	string node_type;
	double active_load;
	double inactive_load;
	double initial_voltage;
	double phase_angle;
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -