📄 p_mw.h
字号:
/* Concurrent read version *//* $Name: fa35_03_06 $ - $Id: p_mw.h,v 1.19 2008/01/11 14:49:39 wrp Exp $ */#ifndef FSEEK_T_DEF#ifndef USE_FSEEKOtypedef long fseek_t;#elsetypedef off_t fseek_t;#endif#endifstruct beststr { struct seq_record *seq; /* sequence number */ struct rstruct rst; /* results info */ int n1; int frame; double zscore; int rscore; /* score from shuffled sequence */ int sw_score; /* optimal score from alignment */ double r_escore; struct a_struct aln_d; float percent, gpercent; int a_res_cnt; char *aln_code; int aln_code_n; char *ann_code; int ann_code_n;};struct stat_str { int score; int n1; double comp; double H; double escore; int segnum; int seglen;};/* this structure passes library sequences to the worker threads and returns scores */#include "w_mw.h"/*struct pbuf_head { int buf_cnt; unsigned char *start; struct sqs2 *buf;};*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -