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

📄 main.h

📁 c++编写的并行拉马克遗传算法的程序。实现分析对接程序
💻 H
字号:
#ifndef MAIN#define MAIN#include "mpi.h"#include "constants.h"#include "setflags.h"#include "stop.h"#include "banner.h"#include "printdate.h"#include "parse_dpf_line.h"#include "print_2x.h"#include "strindex.h"#include "stateLibrary.h"#include "timesyshms.h"#include "cnv_state_to_coords.h"#include "dpftypes.h"#include "readfield.h"#include "readmap.h"#include "cmdmode.h"#include "success.h"#include "readPDBQ.h"#include "intnbtable.h"#include "nbe.h"#include "clmode.h"#include "simanneal.h"#include "eintcal.h"#include "writePDBQ.h"#include "evaluate_energy.h"#include "analysis.h"#include "printEnergies.h"#include "investigate.h"int  main( int  argc,            char **argv,           char **envp);#endif

⌨️ 快捷键说明

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