代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/373828/9434654

h noise_gen.h

//Noise_gen.h header file for pseudo-random noise sequence typedef struct BITVAL //register bits to be packed as integer { unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1; unsigned in
www.eeworm.com/read/373613/9448021

txt 6963c.txt

t6963c的c51程序 /***********************************/ /* LCM(RT-240128TA)显示程序 */ /* LCM 控制芯片 T6963C 带32KRAM */ /* MCU 型号: STC 89C52RD2 */ /* 时钟频率: 11.0592 MHz */ /* 接口方
www.eeworm.com/read/175530/9542241

c rle.c

/*********************************************************************************************************** RLE.c 本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩 ***********************************
www.eeworm.com/read/175157/9557087

h character.h

/****************************************************************************** * 光学字符识别程序 * 文件名:character.h * 功能 :字符类定义文件 * modified by PRTsinghua@hotmail.com ***********************************
www.eeworm.com/read/170339/9809315

h character.h

/****************************************************************************** * 光学字符识别程序 * 文件名:character.h * 功能 :字符类定义文件 * modified by PRTsinghua@hotmail.com ***********************************
www.eeworm.com/read/169613/9849245

sql dropvid.sql

--This script is a destructive script. --It drops all tables in the Video application. drop table reservation; drop table rental; drop table title_copy; drop table member; drop table title
www.eeworm.com/read/166130/10032429

c main.c

/**************************************************************************/ /**MITSUBISHI**MITSUBISHI**MITSUBISHI**MITSUBISHI**MITSUBISHI**MITSUBISHI**/ /*******************************************
www.eeworm.com/read/164583/10100609

c sequences_test.c

/******************************************************************************* author : Achim G鋎ke filename : ghmm/tests/sequences_test.c created : DATE: Thu 26. June 2001 $Id
www.eeworm.com/read/164583/10100936

cpp ghmm_alphabet.cpp

/* @(#)GHMM_Alphabet.cpp created by Peter Pipenbacher at 19 Mar 2002 * * Authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de) * */ #include "GHMM_Alphabet.h" #include "GHMM_Sequence.h" #include
www.eeworm.com/read/164583/10101016

cpp ghmm_sequences.cpp

/* * created: 29 Jan 2002 by Peter Pipenbacher * authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de) * file : $Source: /cvsroot/ghmm/ghmm/ghmm++/GHMM_Sequences.cpp,v $ * $Id: GHMM_Sequences.cpp