代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/366576/9808433
simple-service
#!/usr/bin/python
import sys
import time
import dbus
xml = ' \
\
\
\
\
www.eeworm.com/read/366434/9814688
txt rfc2560.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:姚玥(yaoyue baboon@public9.sta.net.cn)
译文发布时间:2001-6-8
版权:本
www.eeworm.com/read/168571/9907272
c flash.c
#include
uchar xdata FlashBuf[FlashBufLen];
/*Write Enable (WREN) Instruction*/
void FlashWE(void)
{
FlashCS = 0;
_nop_();
SPIF = 0;
SPI0DAT = WREN;
while(SPIF==0);
SPIF =
www.eeworm.com/read/364017/9925703
m main_mackeyglass.m
%Mackey-Glass方程最初是由Mackey和Glass提出的. 它是一个高维的动力学方程,
%常常用于非线性时间序列预测问题,作为检测预测模型预测性能的标准, 其形式为
%dx/dt=-b*x(t)+a*x(t-TAU)/(1+x^10*(t-TAU));
%a=0.2,b=0.1,TAU=17 or 30
% Create "mild" Mackey-Glass sequenc
www.eeworm.com/read/360733/10080571
m mper.m
function Px = mper(x,win,n1,n2)
%MPER Spectrum estimation using the modified periodogram.
%----
%USAGE Px = mper(x,win,n1,n2)
%
% The spectrum of a process x is estimated using the modified
% p
www.eeworm.com/read/164583/10100606
sh viterbi.sh
#! /zpr/gnu/bin/bash
model=./test.smo
sequence=./test100.sqd
outfile=./viterbi.out
../shmm_viterbi_test $model $sequence $outfile
www.eeworm.com/read/164583/10100644
h sdclass_change.h
#include
#include
#include
#include
#include
int cp_class_change(int *seq, int len);
void setSwitchingFunction( sdmodel *smd );
www.eeworm.com/read/164583/10100688
h cluster.h
/*******************************************************************************
author : Bernd Wichern
filename : ghmm/ghmm/cluster.h
created : TIME: 11:17:55 DATE: Tue 02. J
www.eeworm.com/read/359567/10138118
test autoinc.test
# 2004 November 12
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/359349/10154125
m exampl_m_p.m
%==========================================================================
% Name:exampl_M_P.m
%
%==========================================================================
clear;close all,
t