代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/339151/12254747

h files.h

//FEC Encoders #include "../fec/convolution_encoder.c" #include "../fec/encode_rs.c" #include "../fec/randomizer.c" #include "../fec/turboproduct.c" #include "../fec/ctc_encoder.c" #include "../fec/in
www.eeworm.com/read/225131/14555142

~pas base64.~pas

unit base64; interface uses Sysutils; function b64encode( s: pchar): pchar;stdcall; function b64decode( s: pchar): pchar;stdcall; implementation const B64Table= 'ABCDEFGHIJKLMNOP
www.eeworm.com/read/223481/14639372

c sisodecode.c

/* file: SisoDecode.c Description: Soft-in/soft-out decoding algorithm for a convolutional code The calling syntax is: [output_u, output_c] = SisoDecode(input_u, input_c, g_encode
www.eeworm.com/read/121972/14728156

htm menuauto.htm

Untitled Document menu
www.eeworm.com/read/216822/14991336

m encodegmc.m

clear; K=8; P=179; L=3; M=16; J=11; U=5*10^4; sigma=0.0629; %///////////////////////////////////////// Code and decode(include s/p and p/s trans. (use Hamming encode method) signal=rand
www.eeworm.com/read/216821/14991383

m encodegmc.m

clear; K=8; P=179; L=3; M=16; J=11; U=10^4; sigma=0.03; %///////////////////////////////////////// Code and decode(include s/p and p/s trans. (use Hamming encode method) signal=randn(1,
www.eeworm.com/read/14187/320963

am makefile.am

this_FILES = \ gmp4player.1 \ mp4creator.1 \ mp4encode.1 \ mp4live.1 man_MANS = $(this_FILES) EXTRA_DIST = $(this_FILES)
www.eeworm.com/read/14187/322123

entries

/Makefile.am/1.10/Mon May 17 22:06:56 2004// D/avi2raw//// D/avidump//// D/lboxcrop//// D/mp4encode//// D/rgb2yuv//// D/xvidenc////
www.eeworm.com/read/14545/389866

am makefile.am

this_FILES = \ gmp4player.1 \ mp4creator.1 \ mp4encode.1 \ mp4live.1 man_MANS = $(this_FILES) EXTRA_DIST = $(this_FILES)
www.eeworm.com/read/17564/738851

8++

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY encode IS PORT ( a : IN std_logic_vector(7 DOWNTO