代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/278321/10547916
h adebug.h
/**
*
* Lame ACM wrapper, encode/decode MP3 based RIFF/AVI files in MS Windows
*
* Copyright (c) 2002 Steve Lhomme
*
* This library is free software; you can redistrib
www.eeworm.com/read/278321/10547942
h acmstream.h
/**
*
* Lame ACM wrapper, encode/decode MP3 based RIFF/AVI files in MS Windows
*
* Copyright (c) 2002 Steve Lhomme
*
* This library is free software; you can redistrib
www.eeworm.com/read/274564/10864553
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/417848/10974128
fist base3fs.fist
%{
/*
* base3fs: modifies file names and file data (same as wrapfs)
*/
%}
filter name;
filter data;
encoding_type none;
debug on;
%%
%%
int
base3fs_encode_block(const char *from, char *to,
www.eeworm.com/read/106372/6951537
1 btoa.1
.TH BTOA 1 local
.SH NAME
btoa, atob, tarmail, untarmail \- encode/decode binary to printable ASCII
.SH SYNOPSIS
.B btoa
.br
.B atob
.br
.B tarmail
who subject files ...
.br
.B untarmail
[
www.eeworm.com/read/457121/7333815
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;
}
~CryptKeyCache