代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/245113/12820058
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/138595/13230075
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/310466/13650590
cpp main.cpp
#include "rc4.h"
#include
#include
#include
#include
#include
rc4_key rckey;
unsigned char c;
char key[256];
int i=0;
void encode()
{
www.eeworm.com/read/301701/13852220
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/138548/5815558
pm data.pm
package URI::data; # RFC 2397
require URI;
@ISA=qw(URI);
use strict;
use MIME::Base64 qw(encode_base64 decode_base64);
use URI::Escape qw(uri_unescape);
sub media_type
{
my $self = shift;
www.eeworm.com/read/137626/5823108
c base64.c
/* Base64 encode/decode implementation. */
/* $Id: base64.c,v 1.17 2004/06/25 10:52:31 zas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include "elinks.h"
#include
www.eeworm.com/read/136571/5870851
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/111374/6156211
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, byte* pV,