代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6250144
man mark.man
.\" This file is automatically generated. Do not edit!
.\" include the -mh macro file
.so /usr/lib/mh/tmac.h
.\" This file is automatically generated. Do not edit!
.\" @(#)$Id: mark.rf,v 1.1 90/07/2
www.eeworm.com/read/101082/6250478
rf mark.rf
.\" @(MHWARNING)
.\" @(#)$Id: mark.rf,v 1.1 90/07/20 09:40:58 sharpe Exp Locker: sharpe $
.SC MARK 1
.NA
mark \- mark messages
.SY
mark
\%[+folder] \%[msgs]
\%[\-sequence\ name\ ...]
\%[\-add] \%[\-de
www.eeworm.com/read/101082/6253153
h tcp_seq.h
/*
#ifndef lint
static char *sccsid = "@(#)tcp_seq.h 4.1 (ULTRIX) 7/2/90";
#endif lint
*/
/************************************************************************
* *
* Copyright (c) 1984
www.eeworm.com/read/100285/6272286
hlp sequences.hlp
.pgaw:Help.f.t insert end " The " {} "Sequences" {bold} " tab is used to\
define new sequence number generators or to inspect them.
Sequences are used sometimes for assigning default values to som
www.eeworm.com/read/493005/6403628
expression
Expression sequences
This is a sequence of statements, of which expression statements
are the commonest case. Statements are separated with semicolons,
and the newline character generall
www.eeworm.com/read/488978/6480838
man hmmsearch.man
.TH "hmmsearch" 1 "Oct 2003" "HMMER 2.3.2" "HMMER Manual"
.SH NAME
.TP
hmmsearch - search a sequence database with a profile HMM
.SH SYNOPSIS
.B hmmsearch
.I [options]
.I hmmfile
.I seqfile
.SH DE
www.eeworm.com/read/488978/6481017
in squid.h.in
/* @configure_input@ */
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University Sc
www.eeworm.com/read/488978/6481021
c msf.c
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University School of Medicine
* All
www.eeworm.com/read/408557/11382842
m bpsk.m
function [bpskseq]=bpsk(sequence)
n=numel(sequence);
for i=1:n
if sequence(i)==0
bpskseq(i)=-1;
else
bpskseq(i)=1;
end
www.eeworm.com/read/400474/11576024
txt grammar2.txt
stmt-sequence → stmt stmt-seq’
stmt-seq' → ; stmt-sequence | ε
stmt → s