电负荷、热负荷数据 供暖系统分散调度策略-硕士毕业课题(含MATLAB代码).zip
附件大小:17.23MB附件格式:1个直链文件,格式为zip
所属分类:毕业设计
上传会员:匿名用户
上传时间:2025-02-23
最后更新:
资源简介/截图:
└── 030 縺ɡȸ
	└── 030 縺ɡȸ
		├── Decentralized-Scheduling-Strategy-of-Heating-Systems-master
		│   └── Decentralized-Scheduling-Strategy-of-Heating-Systems-master
		│   	├── Code
		│   	│   ├── basic_functions
		│   	│   │   ├── __init__.py
		│   	│   │   ├── heating_tech.py
		│   	│   │   ├── mathfunctions.py
		│   	│   │   └── read_txt.py
		│   	│   ├── cg_lr_combination.py
		│   	│   ├── column_generation.py
		│   	│   ├── constants.py
		│   	│   ├── data.py
		│   	│   ├── heat_pumps
		│   	│   │   ├── HP_characteristics.py
		│   	│   │   └── __init__.py
		│   	│   ├── input_data
		│   	│   │   ├── el_demand_chp.csv
		│   	│   │   ├── el_demand_hp.csv
		│   	│   │   ├── heat_demand_chp.csv
		│   	│   │   ├── heat_demand_hp.csv
		│   	│   │   ├── input_data_chp.csv
		│   	│   │   ├── input_data_hp.csv
		│   	│   │   ├── standard_load_profile.txt
		│   	│   │   ├── sun_direct.txt
		│   	│   │   ├── temperature.txt
		│   	│   │   └── wind_speed.txt
		│   	│   ├── microgrid_functions
		│   	│   │   ├── __init__.py
		│   	│   │   └── renewables.py
		│   	│   ├── model_masterproblem.py
		│   	│   ├── model_subproblem_chp.py
		│   	│   ├── model_subproblem_hp.py
		│   	│   ├── object_chp.py
		│   	│   ├── object_hp.py
		│   	│   ├── object_master.py
		│   	│   └── plot.py
		│   	├── LICENSE
		│   	├── Presentation.pdf
		│   	├── README.md
		│   	└── Thesis.pdf
		├── el_demand_chp.csv
		├── el_demand_hp.csv
		├── heat_demand_chp.csv
		├── heat_demand_hp.csv
		├── standard_load_profile.txt
		├── sun_direct.txt
		├── temperature.txt
		└── wind_speed.txt