?? dna.h
字號(hào):
#ifndef SIM_DNA_H#define SIM_DNA_H/* $Id: dna.h,v 1.5 2000/10/31 18:51:45 webb Exp $ */void *ckrealloc(void *, size_t);typedef struct gap_scores { int E; int O;} gap_scores_t;#define CLEN(s) (sizeof((s))-1)#define NACHARS 128typedef int ss_t[NACHARS][NACHARS];void DNA_scores(ss_t ss);int is_dchar(int ch);int scores_from_file(const char *fname, ss_t ss);#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -