代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/449369/7508061
w,v twolevel.w,v
head 1.145;
access
neto
david;
symbols
zero-five-zero:1.145
zero-four-seventeen:1.145
zero-four-ten:1.145
zero-four-nine:1.145
zero-four-eight:1.145
zero-four-five:1.145
zero-four-zero:1.145;
www.eeworm.com/read/443646/7629541
readme_w
******************************************************************************
CLUSTAL W Multiple Sequence Alignment Program
(version 1.83, Feb 2003)
*********
www.eeworm.com/read/327242/13092412
doc fasta3x.doc
(Updated December, 2003)
COPYRIGHT NOTICE
Copyright 1988, 1991, 1992, 1994, 1995, 1996, 1999 by William R.
Pearson and the University of Virginia. All rights reserved. The
www.eeworm.com/read/302449/13834727
txt ad_hoc.txt
RFC3561 - Ad hoc On-Demand Distance Vector (AODV) Routing
Network Working Group C. Perkins
Request for Comments: 3561 Nokia Research Center
Category: Experimental E. Belding-Royer
University of Ca
www.eeworm.com/read/131315/5936918
me intertext.me
.bp
.sh 1 "A Textual Representation for \*(IP"
.sh 2 Introduction
.lp
This section describes a language used to represent an Interpress master in
human readable form.
In order to make an Interpress ma
www.eeworm.com/read/488978/6480841
man hmmbuild.man
.TH "hmmbuild" 1 "Oct 2003" "HMMER 2.3.2" "HMMER Manual"
.SH NAME
.TP
hmmbuild - build a profile HMM from an alignment
.SH SYNOPSIS
.B hmmbuild
.I [options]
.I hmmfile
.I alignfile
.SH DESCRIPTION
www.eeworm.com/read/480415/6663547
m u.m
function y = u (t)
%U Unit Step Sequence.
y =(t >= 0);
y=double(y);
www.eeworm.com/read/480415/6663552
m d.m
function y = d (t)
%D Delta Step Sequence.
y =(t==0);
y=double(y);