代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/161767/10378681
cpp codeprocess.cpp
// codeprocess.cpp : Defines the entry point for the console application.
//
//
//#include "stdafx.h"
#include "stdio.h"
short compress(char *);
short encode(short);
short decode(short);
s
www.eeworm.com/read/160163/10562380
h mycrypt_misc.h
/* ---- BASE64 Routines ---- */
#ifdef BASE64
extern int base64_encode(const unsigned char *in, unsigned long len,
unsigned char *out, unsigned long *outlen);
extern
www.eeworm.com/read/278030/10579805
bas cod_base64.bas
Attribute VB_Name = "Cod_Base64"
Option Explicit
Private Const Base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
Public Sub Base64Array_Encode(ByteArray() As B
www.eeworm.com/read/417893/10971693
h web.h
/** web.h
* 1.Declares a class to encode strings converting a String
* into a MIME format called "x-www-form-urlencoded" format.
* To convert a String, each character is examined in turn:
www.eeworm.com/read/271765/10981124
h mycrypt_misc.h
/* ---- BASE64 Routines ---- */
#ifdef BASE64
extern int base64_encode(const unsigned char *in, unsigned long len,
unsigned char *out, unsigned long *outlen);
extern
www.eeworm.com/read/271470/10993233
bas cod_base64.bas
Attribute VB_Name = "Cod_Base64"
Option Explicit
Private Const Base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
Public Sub Base64Array_Encode(ByteArray() As B
www.eeworm.com/read/165343/7143855
txt rsencode.cc.txt
// Program: rsencode.cc --- encode a data file
// Todd K. Moon
//
// rsencode [-t t] infile outfile
//
// [-t t] -- specify random error correction capability.
// default = 3
// The dat