代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/350483/3125149
h tomcrypt_misc.h
/* ---- BASE64 Routines ---- */
#ifdef BASE64
int base64_encode(const unsigned char *in, unsigned long len,
unsigned char *out, unsigned long *outlen);
int base64_decode(con
www.eeworm.com/read/349401/3144976
java base64.java
package cn.javabiz.framework.util;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.Random;
public class Base64
{
public static final String encode(by
www.eeworm.com/read/349338/3145117
hpp crypt.hpp
#ifndef _RAR_CRYPT_
#define _RAR_CRYPT_
enum { OLD_DECODE=0,OLD_ENCODE=1,NEW_CRYPT=2 };
struct CryptKeyCacheItem
{
#ifndef _SFX_RTL_
CryptKeyCacheItem()
{
*Password=0;
}
~CryptKeyCacheI
www.eeworm.com/read/343453/3219988
c test_stillimage.c
/* display single iframes as stillimages
* iframes can be created with the 'convert' tool from imagemagick
* and mpeg2encode from ftp.mpeg.org, and must have a supported
* size, e.g. 702x576:
*
www.eeworm.com/read/331534/3409862
svn-base base64encoder.h.svn-base
//
// Base64Encoder.h
//
// $Id: //poco/1.3/Foundation/include/Poco/Base64Encoder.h#3 $
//
// Library: Foundation
// Package: Streams
// Module: Base64
//
// Definition of class Base64Encode
www.eeworm.com/read/331534/3409927
h base64encoder.h
//
// Base64Encoder.h
//
// $Id: //poco/1.3/Foundation/include/Poco/Base64Encoder.h#3 $
//
// Library: Foundation
// Package: Streams
// Module: Base64
//
// Definition of class Base64Encode
www.eeworm.com/read/305065/3780864
c globals.c
#include
#define N 4096 /* size of ring buffer */
#define F_SS 18 /* upper limit for match_length */
#define F_ARI 60
#define THRESHOLD 2 /* encode string into position
www.eeworm.com/read/299786/3850236
000576066b36001b19ca9d8cdf62cf01
package com.bam;
/**
* 对base64进行编码和解码;
*/
public class Base64
{
/** 是否编码 */
public final static boolean ENCODE = true;
/** 是否解码 */
public final static bo
www.eeworm.com/read/299786/3850239
70b3582d6b36001b19ca9d8cdf62cf01
package com.bam;
/**
* 对base64进行编码和解码;
*/
public class Base64
{
/** 是否编码 */
public final static boolean ENCODE = true;
/** 是否解码 */
public final static bo
www.eeworm.com/read/299786/3850246
b0b85fef6b36001b19ca9d8cdf62cf01
package com.bam;
/**
* 对base64进行编码和解码;
*/
public class Base64
{
/** 是否编码 */
public final static boolean ENCODE = true;
/** 是否解码 */
public final static bo