代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/130120/14207926
c huff_encode.c
/* --- C ---
************************************************************************
*
* Filename : huff.c
* Description : Huffman-decoding
* Part of : SECMPEG
*
* Versi
www.eeworm.com/read/231140/14253723
c ilbc_encode.c
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
iLBC_encode.c
Copyright (c) 2001,
www.eeworm.com/read/231140/14253774
h ilbc_encode.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
iLBC_encode.h
Copyright (c) 2001,
Global IP Sound AB.
All ri
www.eeworm.com/read/231140/14254085
obj ilbc_encode.obj
www.eeworm.com/read/231140/14254176
obj gsm_encode.obj
www.eeworm.com/read/231140/14254257
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/128837/14277597
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/128837/14277615
asv rsc_encode.asv
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/128837/14277617
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/128527/14292104