代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/251805/4416575
am makefile.am
lib_LTLIBRARIES = libsdp.la
libsdp_la_LDFLAGS = -static
libsdp_la_SOURCES = \
sdp_decode.c \
sdp_encode.c \
sdp_dump.c \
sdp_util.c \
sdp_decode_private.h \
sdp_error.h \
sdp.h
EXTR
www.eeworm.com/read/248928/4462945
makefile
LIB=libilbc.a
CFLAGS+=-fPIC
OBJS=anaFilter.o iCBSearch.o packing.o \
constants.o gainquant.o iLBC_decode.o StateConstructW.o \
createCB.o getCBvec.o iLBC_encode.o StateSearchW.o doCPLC.o \
www.eeworm.com/read/244005/4516064
changelog
2000-07-14 Erik de Castro Lopo
* g72x.c
Modified g72x_init_state () to fit in with the new structure of the code.
Implemented g72x_encode_block () and g72x_decode_block ().
2
www.eeworm.com/read/209211/4985163
c plan9-sha1.c
#include
#include
#include
#include
static void encode(uchar*, u32int*, ulong);
extern void vtSha1Block(u32int *s, uchar *p, ulong len);
struct VtSha1
{
DigestSt
www.eeworm.com/read/205898/5014157
pm server.pm
# $Id: Server.pm 4536 2004-05-11 05:33:05Z btrott $
package XML::Atom::Server;
use strict;
use XML::Atom;
use base qw( XML::Atom::ErrorHandler );
use MIME::Base64 qw( encode_base64 decode_base64 );
www.eeworm.com/read/205898/5014165
pm content.pm
# $Id: Content.pm 4536 2004-05-11 05:33:05Z btrott $
package XML::Atom::Content;
use strict;
use XML::Atom;
use base qw( XML::Atom::ErrorHandler );
use MIME::Base64 qw( encode_base64 decode_base64 )