• 大小: 7.68MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-24
  • 语言: C/C++
  • 标签:

资源简介

利用动态规划法实现单一水库优化调度!数据包含水库特性曲线,下游库容特性,时段来流,水电站参数。。。。

资源截图

代码片段和文件信息

//---------------------------------------------------------------------------

#include 
#pragma hdrstop

#include “时段来流.h“
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link “Chart“
#pragma link “Series“
#pragma link “TeEngine“
#pragma link “TeeProcs“
#pragma resource “*.dfm“
Tfrm_lailiu *frm_lailiu;
//---------------------------------------------------------------------------
__fastcall Tfrm_lailiu::Tfrm_lailiu(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall Tfrm_lailiu::btn_closeClick(Tobject *Sender)
{
Close();
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        522  2011-07-19 14:27  水库优化调度2\__history\水库优化调度.cpp.~1~

     文件        756  2011-07-19 14:27  水库优化调度2\__history\水库优化调度.h.~1~

     文件        329  2011-07-19 14:26  水库优化调度2\__history\水库优化调度.dfm.~1~

     文件        538  2011-07-19 14:53  水库优化调度2\__history\水库特性.cpp.~1~

     文件        768  2011-07-19 14:53  水库优化调度2\__history\水库特性.h.~1~

     文件        356  2011-07-19 14:52  水库优化调度2\__history\水库特性.dfm.~1~

     文件        540  2011-07-19 14:51  水库优化调度2\__history\水电站参数.cpp.~1~

     文件        772  2011-07-19 14:51  水库优化调度2\__history\水电站参数.h.~1~

     文件        362  2011-07-19 14:47  水库优化调度2\__history\水电站参数.dfm.~1~

     文件        877  2011-07-19 14:29  水库优化调度2\__history\水库优化调度工程.cpp.~1~

     文件       3012  2011-07-19 17:10  水库优化调度2\__history\水库特性.dfm.~2~

     文件        988  2011-07-19 17:11  水库优化调度2\__history\水库特性.h.~2~

     文件       4015  2011-07-19 17:21  水库优化调度2\__history\水库特性.dfm.~3~

     文件       6975  2011-07-19 15:17  水库优化调度2\__history\水库优化调度.cpp.~2~

     文件       1476  2011-07-19 15:13  水库优化调度2\__history\水库优化调度.h.~2~

     文件       3864  2011-07-19 15:13  水库优化调度2\__history\水库优化调度.dfm.~2~

     文件        572  2011-07-19 14:57  水库优化调度2\__history\最优化过程.cpp.~1~

     文件        804  2011-07-19 14:57  水库优化调度2\__history\最优化过程.h.~1~

     文件        378  2011-07-19 14:57  水库优化调度2\__history\最优化过程.dfm.~1~

     文件        538  2011-07-19 14:56  水库优化调度2\__history\时段来流.cpp.~1~

     文件        768  2011-07-19 14:56  水库优化调度2\__history\时段来流.h.~1~

     文件        356  2011-07-19 14:56  水库优化调度2\__history\时段来流.dfm.~1~

     文件        633  2011-07-19 17:11  水库优化调度2\__history\水库特性.cpp.~2~

     文件        996  2011-07-19 18:27  水库优化调度2\__history\水库特性.h.~3~

     文件       4966  2011-07-19 18:35  水库优化调度2\__history\水库特性.dfm.~4~

     文件       9096  2011-07-19 19:54  水库优化调度2\__history\水库优化调度.cpp.~3~

     文件        859  2011-07-19 19:30  水库优化调度2\__history\最优化过程.h.~2~

     文件        758  2011-07-19 19:48  水库优化调度2\__history\最优化过程.dfm.~2~

     文件       2584  2011-07-19 19:13  水库优化调度2\__history\时段来流.dfm.~2~

     文件       9148  2011-07-19 21:14  水库优化调度2\__history\水库优化调度.cpp.~4~

............此处省略46个文件信息

评论

共有 条评论