代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/330850/12864954
m hmm_generate.m
function out = HMM_generate(a,b,initial,seq_len)
% Generate a Markov sequence
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% initial - Initial state
%
www.eeworm.com/read/143315/12884706
sql student_course.sql
alter table stu_cou_tbl drop constraint FK_STU_COU_REFERENCE_STUDENT;
alter table stu_cou_tbl drop constraint FK_STU_COU_REFERENCE_COURSE;
drop table student_tbl cascade constraints;
drop table cou
www.eeworm.com/read/142806/12917641
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/329424/12955269
m dopllecombarker.m
%张润宁论文中多普勒补偿问题, 巴克码(加噪声)
%改变fd的值可以改变多普勒频率的大小
%改变SNR的值可以改变信噪比的大小
clear all;
T=0.2*10.^-6; %子脉冲宽度T
B=1/T; %子脉冲带宽B=1/T
fd=0.05*B
www.eeworm.com/read/141322/13022822
c getbits.c
/* getbits.c, bit level routines */
/*
* All modifications (mpeg2decode -> mpeg2play) are
* Copyright (C) 1996, Stefan Eckart. All Rights Reserved.
*/
/
www.eeworm.com/read/328362/13032068
txt table.txt
bookBrowse:
Id number(3),primary key
studentName varchar2(40),not null
bookName varchar2(40),not null
borrowDate Date,
returnDate Date,
www.eeworm.com/read/140930/13052158
c m_cheat.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/326072/13167663
c mxfe_spi_interface.c
#include "system.h"
/********************************************************************************/
/***** InitSPI_for_AD9866() *****/
/**********************************************
www.eeworm.com/read/138936/13200753
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,