代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/126660/14409375

pas encodestrfuns.pas

unit EncodeStrFuns; interface uses SysUtils,Windows; Function Encode_16Byte(sMessage : String) : String; Function Encode_32Byte(sMessage : String) : String; implementation Const BI
www.eeworm.com/read/138438/13236143

dls lib.dls

DLSL 1 ENCODE.VHDLVIEW U7744182.DLS ENCODE-ENCODE_ARCH.SYNTHESISVIEW U3186189.DLS ENCODE-ENCODE_ARCH.VHDLVIEW U7713504.DLS
www.eeworm.com/read/268811/11119762

html perltoc.html

www.eeworm.com/read/290963/8446568

m func_huffman_encode.m

function img_ezw_stream_bit = func_huffman_encode(significance_map, refinement); % significance map: a string array containing significace map data ('p','n','z' and 't') % refinement: a string a
www.eeworm.com/read/189716/8457903

dcu nm64encode.dcu

www.eeworm.com/read/189716/8457951

pas nm64encode.pas

unit NM64Encode; interface uses Classes; function B64Encode(const source, destination: TStream): Boolean; implementation uses NMFileBuffer; var B64Table: array[0..63] of Char =
www.eeworm.com/read/289209/8568447

m ldpc_linetime_encode.m

function y=ldpc_linetime_encode(x,H,inv_phi1,g); %WITH THE PARAMETER PROCEDUARE WE CAN GET H,inv_phi1,GAP; %H IS PARITY CHECK MATRIX,g IS GAP BETWEEN H AND REAL DOWNDIAGNAL %MATRIX DISTANCE,INV_PH
www.eeworm.com/read/287029/8731408

asm base2encode.asm

.686 .model flat,stdcall option casemap:none .code Base2Encode proc uses esi edi ebx pInputData,dwDataLen,pOutputData mov esi,pInputData mov ebx,dwDataLen mov edi,pOutputData xor eax,e
www.eeworm.com/read/287029/8731416

asm base64encode.asm

.686 .model flat, stdcall option casemap :none .data align 4 b64chars label byte db 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' .code OPTION PROLOGUE:NONE OPTION
www.eeworm.com/read/386185/8762237

exe encode3d.exe