defines.h

来自「mfold」· C头文件 代码 · 共 25 行

H
25
字号
// defines.h#if !defined(DEFINES_H)#define DEFINES_H#define maxfil 100    //maximum length of file names#define infinity 9999999  //an arbitrary value given to infinity#define maxtloop 100 //maximum tetraloops allowed (info read from tloop)#define maxstructures 1010 //maximum number of structures in ct file#define maxbases 10000   //maximum number of bases in a structure#define ctheaderlength 125 //maximum length of string containing info on sequence#define ga_bonus -10 //the value of a bonus for the "almost coaxial stacking"								//case in efn2#define amax 400 //this is a maximum line length for void linout (below)#define col 80  //this is the number of columns in an output file#define numlen 8  //maximum digits in a number#define maxforce 600 //maximum number of bases that can be forced single#define maxgu 5 //maximum number of u's in gu pair#endif

⌨️ 快捷键说明

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