代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/446311/7581313
asp help2.asp
function popwin1(path)
{ window.open(path,"","heigh
www.eeworm.com/read/441985/7661608
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/315211/13548712
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/313956/13578324
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/149476/5698804
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;
}
~CryptKeyCacheI