代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/414302/7068976
1 traces.1
m4trace:configure.ac:4: -1- AC_INIT([calculator], [0.1])
m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:4: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:4: -1-
www.eeworm.com/read/223129/7121788
c stone.c
/********************************************************
NAME: stone.c
DESC: NAND Internal RAM(stepping stone) test (4KByte)
HISTORY:
2002.03.07: ver 0.0
Rev0.0: July 12, 2002 : Shin,
www.eeworm.com/read/461382/7228235
m turboduobinarycrscencode.m
function codeword = TurboDuobinaryCRSCEncode( data, code_interleaver, pun_pattern )
% TurboDuobinaryCRSCEncode encodes a data sequence using a duobinary tailbiting
% turbo encoder.
%
% The call
www.eeworm.com/read/461382/7228243
m turboencode.m
function codeword = TurboEncode( data, code_interleaver, pun_pattern, tail_pattern, g1, nsc_flag1, g2, nsc_flag2 )
% TurboEncode encodes a data sequence using a binary turbo encoder.
% If the data
www.eeworm.com/read/461382/7228249
m cmlencode.m
function [s, codeword] = CmlEncode( data, sim_param, code_param )
% CmlEncode encodes and modulates a single codeword
%
% The calling syntax is:
% [s, codeword] = CmlEncode( data, sim_param, c
www.eeworm.com/read/460553/7247098
c stone.c
/********************************************************
NAME: stone.c
DESC: NAND Internal RAM(stepping stone) test (4KByte)
HISTORY:
2002.03.07: ver 0.0
Rev0.0: July 12, 2002 : Shin,
www.eeworm.com/read/457876/7316205
vec nco.vec
% units default to ns %
RADIX DEC ;
START 0 ;
STOP 5185 ;
INTERVAL 5 ;
INPUTS clk ;
PATTERN
0 1 ; % relative vector values %
% CLOCK ticks every 10 ns %
INPUTS reset_n;
PATTERN
0> 1
69>