代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/350097/3135269

c nfs2xdr.c

/* * linux/fs/nfs/nfs2xdr.c * * XDR functions to encode/decode NFS RPC arguments and results. * * Copyright (C) 1992, 1993, 1994 Rick Sladkey * Copyright (C) 1996 Olaf Kirch * 04 Aug 1998 Ion
www.eeworm.com/read/340665/3279915

c 20000329-1.c

int giop_tx_big_endian; inline void giop_encode_ulong (unsigned long i, char *buf) { if (giop_tx_big_endian) { *(unsigned long *) buf = i; } else { *buf++ = i & 0xff;
www.eeworm.com/read/328947/3435270

h framecode.h

#ifndef _FRAMECODE_H_ #define _FRAMECODE_H_ #include "../mpeg4/mpeg4.h" #include "../bitstream/bitstream.c" unsigned int Encode(unsigned char* pchBuffer, Encoder* pEncoder); int I_FrameCodi
www.eeworm.com/read/321483/3535344

pm name.pm

package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.1 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; our %MIME_NAME_OF = ( 'AdobeStandardEncoding
www.eeworm.com/read/321483/3535352

pm encoding.pm

package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
www.eeworm.com/read/321483/3535359

pm unicode.pm

package Encode::Unicode; use strict; use warnings; no warnings 'redefine'; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::l
www.eeworm.com/read/318233/3571051

m program_17_03_special.m

function cC=encode(C) %初始变量 zeroseq=0; zerocount=0; j=1; compC=[]; for m=1:length(C) if (C(m)==0)&(zeroseq==0) compC=[compC C(m)]; j=j+1; zeroseq=1; ze
www.eeworm.com/read/316872/3605787

c nfs2xdr.c

/* * linux/fs/nfs/nfs2xdr.c * * XDR functions to encode/decode NFS RPC arguments and results. * * Copyright (C) 1992, 1993, 1994 Rick Sladkey * Copyright (C) 1996 Olaf Kirch * 04 Aug 1998 Ion
www.eeworm.com/read/316872/3605819

c callback_xdr.c

/* * linux/fs/nfs/callback_xdr.c * * Copyright (C) 2004 Trond Myklebust * * NFSv4 callback encode/decode procedures */ #include #include #include
www.eeworm.com/read/297003/3895629

c code.c

/* * bq_code */ #include #include struct mem_seek { int inseek; int outseek; int ineof; }; #define ENCODE 1 #define DECODE 2 #define SUCCESS 0 #define ERROR -21