📄 defines.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -