代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/260961/4326820
fse generic.fse
fsm_encoding {1270271} sequential
fsm_state_encoding {1270271} IDLE {00}
fsm_state_encoding {1270271} S1 {01}
fsm_state_encoding {1270271} S2 {10}
fsm_state_encoding {1270271} ERROR {11}
www.eeworm.com/read/260961/4326835
fse generic.fse
fsm_encoding {1280281} sequential
fsm_state_encoding {1280281} IDLE {00}
fsm_state_encoding {1280281} S1 {01}
fsm_state_encoding {1280281} S2 {10}
fsm_state_encoding {1280281} ERROR {11}
www.eeworm.com/read/260961/4326845
fse generic.fse
fsm_encoding {1230231} sequential
fsm_state_encoding {1230231} IDLE {00}
fsm_state_encoding {1230231} S1 {01}
fsm_state_encoding {1230231} S2 {10}
fsm_state_encoding {1230231} ERROR {11}
www.eeworm.com/read/159921/10588007
txt modiflog.txt
23-October-2001, V.Franc
- SVM demo added.
- New functions in the SVM directory.
- Doc directory removed.
19-September-2001, V.Franc
- Sequential Minimal Optimizer algorithm added:
smoc.c, smoc.m,
www.eeworm.com/read/421949/10676693
txt modiflog.txt
23-October-2001, V.Franc
- SVM demo added.
- New functions in the SVM directory.
- Doc directory removed.
19-September-2001, V.Franc
- Sequential Minimal Optimizer algorithm added:
smoc.c, smoc.m,
www.eeworm.com/read/312823/13603766
c seqtest.c
/* Test a rate 1/2 soft decision sequential decoder
* Copyright 1994 Phil Karn, KA9Q
*/
#include
#include
#include
#include
#include "fano.h"
#define RATE
www.eeworm.com/read/263812/11339803
frm frmreading.frm
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form frmReading
Caption = "Fig. 14.19: Reading from a sequential file"
ClientHeight
www.eeworm.com/read/128468/14295454
txt modiflog.txt
23-October-2001, V.Franc
- SVM demo added.
- New functions in the SVM directory.
- Doc directory removed.
19-September-2001, V.Franc
- Sequential Minimal Optimizer algorithm added:
smoc.c, smoc.m,
www.eeworm.com/read/228003/14403657
c seqtest.c
/* Test a rate 1/2 soft decision sequential decoder
* Copyright 1994 Phil Karn, KA9Q
*/
#include
#include
#include
#include
#include "fano.h"
#define RATE
www.eeworm.com/read/123058/14650242
c flash.c
//本程序在每个Flash操作子函数中都加入了口线的方向配置。
#include "msp430x14x.h"
#include "flash.h"
//****************************************************
//往FLASH中写入sequential data input命令字
//***************************