代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/290435/8483136
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ENCODE.RC
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_ENCODETYPE 129
// Next de
www.eeworm.com/read/290435/8483149
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Encode.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/285438/8840887
java base64.java
package mit.Rijndael;
public class Base64 {
public static String encode(byte[] raw) {
StringBuffer encoded = new StringBuffer();
for (int i = 0; i < raw.length; i += 3) {
encoded.append
www.eeworm.com/read/366195/9825241
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;
}
~CryptKeyCache
www.eeworm.com/read/167487/9967668
h tomcrypt_misc.h
/* ---- BASE64 Routines ---- */
#ifdef BASE64
int base64_encode(const unsigned char *in, unsigned long len,
unsigned char *out, unsigned long *outlen);
int base64_decode(con
www.eeworm.com/read/360256/10105433
m crc_table_code.m
% Author:lidongshi
% input must be integer multiples of 8
% CRC-CCITT encode in table
% 07.11.30
function [crc_coded_sequence] = crc_table_code(uncode_sequence)
% uint16 bitshift bitand d