代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/110972/6163389

h h26l.h

#ifndef __H26L_INCLUDED__ #define __H26L_INCLUDED__ #ifdef __cplusplus extern "C" { #endif typedef unsigned char byte; int H26L_Init(char *config); int H26L_Encode(byte* pY, byte* pU, b
www.eeworm.com/read/137333/6338387

htt folder.htt

www.eeworm.com/read/494348/6383297

asp regedit.asp

www.eeworm.com/read/494348/6383650

asp ljregedit.asp

www.eeworm.com/read/485044/6571440

cpp lpc21xxisp.cpp

#include "stdafx.h" #include "SCOMM.h" #include "..\\FrameData.h" #include "..\\Option.h" #define ENCODE_BYTE(b) (((b) == 0) ? 0x60 : ((b) + 0x20)) #define MAX_LINELEN 45 #define SECTORS 27 #
www.eeworm.com/read/478645/6712377

txt 一个进行base64编码的类。.txt

作者:sonymusic email: sonymusic@china.com 日期:2001-3-12 15:01:35 package sony.utils; import java.io.*; import java.net.*; public final class Codes { public final static byte[] base64Encode(byte[
www.eeworm.com/read/261494/11642672

txt 一个进行base64编码的类。.txt

作者:sonymusic email: sonymusic@china.com 日期:2001-3-12 15:01:35 package sony.utils; import java.io.*; import java.net.*; public final class Codes { public final static byte[] base64Encode(byte[
www.eeworm.com/read/152572/12104351

asp menu.asp

系统管理菜单
www.eeworm.com/read/253798/12199306

h wib_dl_ctc.h

#include "..\include\wib_phy_def.h" /* ctc encode */ int dl_ctc_enc( UINT8 *p_rand_data, UINT8 *p_ctc_data, UINT16 block_len, UINT16 fec_cod
www.eeworm.com/read/253798/12199327

h wib_dl_cc.h

#include "..\include\wib_phy_def.h" /* cc encode */ int dl_cc_enc( UINT8 *p_rand_data, UINT8 *p_cc_data, UINT16 block_len, UINT16 fec_code_type );