代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/480153/6678230
c encode.c
#include
#include
//
//编码转换
int code_convert(char *to_charset, char *from_charset,
char *inbuf, int inlen, char *outbuf, int outlen)
{
iconv_t cd;
int fla
www.eeworm.com/read/480153/6678234
h encode.h
#include
extern int code_convert(char *to_charset, char *from_charset,
char *inbuf, int inlen, char *outbuf, int outlen);
extern int u2g(char *inbuf, int inlen, char *outb
www.eeworm.com/read/100124/6685691
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Pack output codes into bytes and write them to stdou
www.eeworm.com/read/477764/6733863
c encode.c
/* ENCODE.C - Encode message blocks. */
#include
#include
#include
#include
#include "rand.h"
#include "alloc.h"
#include "blockio.h"
#include "o
www.eeworm.com/read/410634/11274247
dll encode.dll
www.eeworm.com/read/410634/11274307
dll encode.dll
www.eeworm.com/read/410087/11302375
m encode.m
d5=0;
d4=0;
d3=0;
d2=0;
d1=0;
d0=0;
data=eye(57);
out=zeros(57,63);
for j=1:57
for i=1:57
out(j,i)=data(j,i);
d1=mod(d0+d5+data(j,i),2);
d0=mod(d5+data(j,i),2);
d5=d4;
www.eeworm.com/read/407605/11413788
_h encode._h
unsigned char const Shifted[59][2] = {
0x1C, 'A',
0x32, 'B',
0x21, 'C',
0x23, 'D',
0x24, 'E',
0x2B, 'F',
0x34, 'G',
0x33, 'H',
0x43, 'I',
0x3B, 'J',
0x42, 'K',
0x4B, 'L',
0x3A, 'M',
0x31
www.eeworm.com/read/407605/11413789
h encode.h
unsigned char const Shifted[59][2] = {
0x1C, 'A',
0x32, 'B',
0x21, 'C',
0x23, 'D',
0x24, 'E',
0x2B, 'F',
0x34, 'G',
0x33, 'H',
0x43, 'I',
0x3B, 'J',
0x42, 'K',
0x4B, 'L',
0x3A, 'M',
0x31