代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/101027/15856249
1 list.1
List of H.263 source coding for video encode
CHANGES 11,707 06-15-96 CHANGES
DISCLAIM 1,113 06-15-96 DISCLAIM
README 5,144 06-28-98 README
TODO
www.eeworm.com/read/283821/8986857
in configure.in
# Process this file with autoconf to produce a configure script.
# Copyright 2002 Phil Karn, KA9Q
# May be used under the terms of the GNU Public License (GPL)
AC_INIT(encode_rs.c)
SO_NAME=4
SO_VERSI
www.eeworm.com/read/382875/8993205
pas cnbase64.pas
Unit CnBase64;
Interface
Uses
SysUtils, Windows;
Function Base64Encode(InputData: String; Var OutputData: String): byte;
{* 对数据进行BASE64编码,如编码成功返回Base64_OK
|
InputData:stri
www.eeworm.com/read/182032/9221751
cpp base64md5.cpp
// Base64 MD5.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Base64MD5.h"
void Base64::Encode(unsigned char* inBuf,int inLen,unsigned char* outBuf,int
www.eeworm.com/read/181869/9233659
h base64.h
#ifndef __BASE64_H__
#define __BASE64_H__
int base64_encode(char *dst, const char *src, unsigned int len);
int base64_decode(char *dst, const char *src, unsigned int len);
#endif
www.eeworm.com/read/174993/9565251
c jchuff.c
#include "jinclude.h"
/* huffman encode OUTPUT
*/
union buffer_tag {
UINT32 all;
UINT8 c[4];
};
static union buffer_tag buffer;
static int bits_in_buffer;
int bit_num(int a)
{
i
www.eeworm.com/read/363722/9939110
in configure.in
# Process this file with autoconf to produce a configure script.
# Copyright 2002 Phil Karn, KA9Q
# May be used under the terms of the GNU Public License (GPL)
AC_INIT(encode_rs.c)
SO_NAME=4
SO_VERSI