代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/105024/15679658
plg encode_decode.plg
Build Log
--------------------Configuration: encode_decode - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1
www.eeworm.com/read/105024/15679659
cpp encode_decode.cpp
#include
#include
typedef unsigned char UINT8;
typedef unsigned short UINT16;
typedef unsigned long UINT32;
//const UINT8 str_string[] = "1234";
//const UINT8 str_string
www.eeworm.com/read/104079/15710388
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/103851/15718774
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/101692/15822266
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/101336/15837026
doc sms encode.doc
www.eeworm.com/read/101017/15856954
h dvdsubber-encode.h
enum { subpicture_buf_size = 2019 + 25*2024 };
class SubpictureBuf {
unsigned char buf[subpicture_buf_size];
int pos;
int last_dcsqt;
public:
SubpictureBuf();
const unsigned char* GetP
www.eeworm.com/read/101017/15856958
cpp dvdsubber-encode.cpp
/***********************************************************************
Copyright 2002 Ben Rudiak-Gould.
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/100567/15872013
c r_encode.c
/*
R_ENCODE.C - RFC 1113 encoding and decoding routines
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as f
www.eeworm.com/read/124017/6343564
pas encodestrfuns.pas
unit EncodeStrFuns;
interface
uses
SysUtils,Windows;
Function Encode_16Byte(sMessage : String) : String;
Function Encode_32Byte(sMessage : String) : String;
implementation
Const
BI