代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/154299/5638198
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
www.eeworm.com/read/192740/8289005
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/171600/9745318
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
www.eeworm.com/read/415926/11048232
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
www.eeworm.com/read/269805/11076758
h krcrypto.h
#pragma once
#include
class CKrCrypto
{
public:
CKrCrypto(void);
~CKrCrypto(void);
static bool Base64Encode(std::string& strTxt);
static bool Base64Decode(std::string& strTxt)
www.eeworm.com/read/147096/12585692
m rsencode.m
function code = rsencode(msg, pg, n, tp);
%RSENCODE Reed-Solomon encode, power format input/output signals.
% CODE = RSENCODE(MSG, PG, N) encodes the message MSG using Reed-Solomon
% co
www.eeworm.com/read/112350/15489435
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