p_mw.h

来自「序列对齐 Compare a protein sequence to a pr」· C头文件 代码 · 共 57 行

H
57
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?