代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/101082/6244975
1 crypt.1
.TH crypt 1
.SH Name
crypt \- encode/decode (available only if the Encryption layered product is installed)
.SH Syntax
.B crypt
.I key
.B < input.File > output.File
.SH Description
.NXR "encryption"
www.eeworm.com/read/101082/6246854
1 crypt.1
.TH crypt 1
.SH Name
crypt \- encode/decode (available only if the Encryption layered product is installed)
.SH Syntax
.B crypt
.I key
.B < input.File > output.File
.SH Description
.NXR "encryption"
www.eeworm.com/read/492302/6421193
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/492302/6421299
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/479520/6688165
c 13-8.c
/*13-8.c*/
#include "dir.h"
#include "ctype.h"
#include "stdio.h"
void encode(char * );
void decode(char * );
int at(char,char * );
char s[64]="abcdefghijklmnopqrstuvwxyz123456789
www.eeworm.com/read/264400/11316274
cpp vigenere.cpp
#include
using namespace std;
#define MINCHAR 33
#define CHARSUM 94
char table[CHARSUM][CHARSUM];
bool Init();
bool Encode(char* key, char* source, char* dest);
bool Dncode(char* k
www.eeworm.com/read/409572/11318973
c 13-8.c
/*13-8.c*/
#include "dir.h"
#include "ctype.h"
#include "stdio.h"
void encode(char * );
void decode(char * );
int at(char,char * );
char s[64]="abcdefghijklmnopqrstuvwxyz123456789
www.eeworm.com/read/347953/11622320
h lzwcode.h
#ifndef __SELFLZW_H
#define __SELFLZW_H
#include "lzwtable.h"
// define for lzw encode
typedef BOOL (*FUN_LZWENCODEGETNEXTBYTE) (BYTE& bGet);// get next byte
typedef BOOL (*FUN_LZWENCODEPUTNE