gaglobalrandomgenerator.h

来自「遗传算法做的排课系统」· C头文件 代码 · 共 18 行

H
18
字号

#include "..\ExportImport.h"
#include "GaRandom.h"

#ifdef DLL_EXPORTING

extern Common::GaRandomInteger* GaGlobalRandomIntegerGenerator;
extern Common::GaRandomDouble* GaGlobalRandomDoubleGenerator;
extern Common::GaRandomBool* GaGlobalRandomBoolGenerator;

#else

DLL_EXPORT Common::GaRandomInteger* GaGlobalRandomIntegerGenerator;
DLL_EXPORT Common::GaRandomDouble* GaGlobalRandomDoubleGenerator;
DLL_EXPORT Common::GaRandomBool* GaGlobalRandomBoolGenerator;

#endif

⌨️ 快捷键说明

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