代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/100931/15859857
pas rc_codecs.pas
unit rc_codecs;
interface
uses sysutils;
function rc_Decode(sCoded: string): string;
function rc_Encode(sString: string): string;
implementation
function rc_Decode(sCoded: string): str
www.eeworm.com/read/290963/8446509
m func_ezw_enc.m
function [significance_map, refinement] = func_ezw_enc(img_wavedata,ezw_encoding_threshold);
% img_wavedata: wavelet coefficients to encode
% ezw_encoding_threshold: determine where to stop encodi
www.eeworm.com/read/290435/8483124
cpp childfrm.cpp
// ChildFrm.cpp : implementation of the CChildFrame class
//
#include "stdafx.h"
#include "Encode.h"
#include "ChildFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/290435/8483156
cpp encodedoc.cpp
// EncodeDoc.cpp : implementation of the CEncodeDoc class
//
#include "stdafx.h"
#include "Encode.h"
#include "EncodeDoc.h"
#include"EncodeView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/427229/8960270
ini dvr.ini
[INIT]
init=1
;;password_a is for administrator
;;password is for user
[PASSWORD]
administrator=
password_a=
user=
password=
enable=0
user0=
password0=
right0=
encode=1
num=1
user
www.eeworm.com/read/184021/9125987
java base64.java
public class Base64 {
/**
* returns an array of base64-encoded characters to represent the
* passed data array.
*
* @param data the array of bytes to encode
* @return base64-coded character array.
www.eeworm.com/read/182032/9221741
h base64md5.h
class Base64
{
public:
void Encode(unsigned char* inBuf,int inLen,unsigned char* outBuf,int &outLen);
void Decode(unsigned char* inBuf,int inLen,unsigned char* outBuf,int &outLen);
private:
www.eeworm.com/read/179859/9334330
java base64.java
public class Base64 {
/**
* returns an array of base64-encoded characters to represent the
* passed data array.
*
* @param data the array of bytes to encode
* @return base64-coded character array.
www.eeworm.com/read/168924/9887994
c hamming.c
#include "hamming.h"
/**
hamming.c Implement Hamming(15,11) code
Hamming(bitstrm, flag)
int *bitstrm data bit stream
int flag 0 = ENCODE, 1 = DECODE
**/
static void GenParity(
www.eeworm.com/read/168924/9888088
c hamming.c
#include "hamming.h"
/**
hamming.c Implement Hamming(15,11) code
Hamming(bitstrm, flag)
int *bitstrm data bit stream
int flag 0 = ENCODE, 1 = DECODE
**/
static void GenParity(