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

📄 readpdbq.h

📁 c++编写的并行拉马克遗传算法的程序。实现分析对接程序
💻 H
字号:
#ifndef READPDBQ#define READPDBQ#include "structs.h"#include "constants.h"#include "stop.h"#include "get_atom_type.h"#include "print_2x.h"#include "mkTorTree.h"#include "nonbonds.h"#include "weedbonds.h"#include "torNorVec.h"#include "success.h"#include "openfile.h"#include "constants.h"void  readPDBQLine( char  line[LINE_LEN],                float crd[SPACE],                 float *P_q );Molecule readPDBQ( char  line[LINE_LEN],	      char  atm_typ_str[ATOM_MAPS],	      int   num_atm_maps,	      int   *P_natom,	      float crdpdb[MAX_ATOMS][NTRN],	      float charge[MAX_ATOMS],	      Boole *P_B_haveCharges,	      int   type[MAX_ATOMS],	      char  pdbaname[MAX_ATOMS][5],	      char  pdbqFileName[MAX_CHARS],	      char  atomstuff[MAX_ATOMS][MAX_CHARS],	      int   Htype,	      Boole *P_B_constrain,	      int   *P_atomC1,	      int   *P_atomC2,	      float *P_sqlower,	      float *P_squpper,	      int   *P_ntor1,	      int   *P_ntor,	      int   tortree[MAX_TORS][MAX_ATOMS],	      float vt[MAX_TORS][NTRN],	      int   *P_Nnb,	      int   Nnbonds[MAX_ATOMS],	      int   nonbondlist[MAX_NONBONDS][2],	      Clock jobStart,	      struct tms tms_jobStart,	      char  hostnm[MAX_CHARS]);#endif

⌨️ 快捷键说明

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