代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/183001/5258862

out cast5.out

-- -- Cast5 cipher -- -- test vectors from RFC2144 -- 128 bit key SELECT encode(encrypt( decode('01 23 45 67 89 AB CD EF', 'hex'), decode('01 23 45 67 12 34 56 78 23 45 67 89 34 56 78 9A', 'hex'), 'ca
www.eeworm.com/read/183001/5258882

sql 3des.sql

-- -- 3DES cipher -- -- test vector from somewhere SELECT encode(encrypt( decode('80 00 00 00 00 00 00 00', 'hex'), decode('01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01',
www.eeworm.com/read/182972/5260911

param simple.param

# Simple parameter file OUTPUT ./test.mpg GOP_SIZE 15 SLICES_PER_FRAME 1 BASE_FILE_FORMAT YUV YUV_SIZE 352x240 INPUT_CONVERT * INPUT_DIR /n/charlie-brown/project/mm/mpeg/mpeg_encode/input/flowg
www.eeworm.com/read/450183/1672014

h decode.h

#ifndef _DECODE_H_ #define _DECODE_H_ typedef struct s_struct_decode { char *charset;//编码前字符集 char encode[2];//编码方式 unsigned int d_len;//解码后字符串长度 char *source;//源字符串 unsigned char *de
www.eeworm.com/read/450183/1672030

h decode.h

#ifndef _DECODE_H_ #define _DECODE_H_ typedef struct s_struct_decode { char *charset;//编码前字符集 char encode[2];//编码方式 unsigned int d_len;//解码后字符串长度 char *source;//源字符串 unsigned char *de
www.eeworm.com/read/413855/2158256

hh b8b10.hh

#ifndef CLICK_B8B10_HH #define CLICK_B8B10_HH #include CLICK_DECLS /* * B8B10(flag) * * If flag is 1, encode each packet with a 8b10b code. * If flag is 0, decode. * * Encod
www.eeworm.com/read/471774/6881716

txt state machine.txt

architecture rtl of test_state is type state_type is (s0, s1, s2, s3); signal state, next_state : state_type; begin -- rtl state_encode : process ( state, con1, con2, con3 ) begin
www.eeworm.com/read/106185/15644565

asp conn.asp

www.eeworm.com/read/363231/9964585

m u.m

L_total = 9; g = [ 1 1 1; 1 0 1 ]; [n,K] = size(g); m = K - 1; puncture = 0; x = [1 0 1 1 0 0 1] % info. bits input = x; output1 = rsc_encode(g,input,-1) alpha=[7 6 5 4 3 2
www.eeworm.com/read/362556/9992970

cpp miyao.cpp

#include #define MAX 50 //一次可以输入的最大字符数 using namespace std; int main() { char a[50]; //a数组的长度要大于等于需要加密的数据的长度MAX int i=0,ilength=0; cout