代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/115861/14999110
h rk.h
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-1999 Washington University School of Medicine
* All
www.eeworm.com/read/216263/15022374
m exa1_15.m
% exa1-15_slope_d.m for example 1-15
% slope sequence
clear all;
N=32;
k=4;
B=3;
x=[zeros(1,k) ones(1,N-k)];
for i=1:N
x(i)=B*x(i)*(i-k);
end
xn=0:N-1;
stem(xn,x)
axis([-1 32 0 90])
www.eeworm.com/read/216263/15022422
m exa1_13.m
% exa1-13_arbitrary_d.m for example 1-13
% arbitrary sequence
clear all;
N=8;
x=zeros(1,N);
x(1)=8.0;
x(2)=3.4;
x(3)=1.8;
x(4)=5.6;
x(5)=2.9;
x(6)=0.7;
xn=0:N-1;
stem(xn,x)
axis([-1 8 0
www.eeworm.com/read/115042/15028667
cpp jishuqi.cpp
#include "stdafx.h"
#include
#include
#include
#include "Header.h"
#include "jishuqi.h"
/* 第一部分:验证输入的合法性 */
/***********************************
www.eeworm.com/read/213720/15127347
c fet440_adc12_06.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Repeated Sequence of Conversions
//
// This example shows how to perform a repeate
www.eeworm.com/read/211329/15182898
m interleaver_3gpp.m
function pattern=interleaver_3GPP(x)
%****************************************************************
% 内容概述:3GPP标准交织器
% 创 建 人:朱殿荣/QQ:235347/MSN:njzdr@msn.com
% 单 位:南京邮电大学,通信工程系
% 创建时间:2005年9
www.eeworm.com/read/209748/15214772
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/209560/15217505
pl blast.pl
#!/usr/bin/perl
#
# This is a program whose output can be piped to the test drivers for
# hash.c and dict.c. It inserts a bunch of data and then deletes it all.
#
# The $modulus should be a prime num
www.eeworm.com/read/209499/15218258
m interleaver_3gpp.m
function pattern=interleaver_3GPP(x)
%****************************************************************
% 内容概述:3GPP标准交织器
% 创 建 人:朱殿荣/QQ:235347/MSN:njzdr@msn.com
% 单 位:南京邮电大学,通信工程系
% 创建时间:2005年9
www.eeworm.com/read/209499/15218306
m interleaver_3gpp.m
function pattern=interleaver_3GPP(x)
%****************************************************************
% 内容概述:3GPP标准交织器
% 创 建 人:朱殿荣/QQ:235347/MSN:njzdr@msn.com
% 单 位:南京邮电大学,通信工程系
% 创建时间:2005年9