代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/110972/6162051
am makefile.am
lib_LTLIBRARIES = libsdp.la
libsdp_la_LDFLAGS = -static
libsdp_la_SOURCES = \
sdp_decode.c \
sdp_encode.c \
sdp_dump.c \
sdp_util.c \
sdp_decode_private.h \
sdp_error.h \
sdp.h
EXTR
www.eeworm.com/read/109011/6178359
entries
/Absolute.jsp/1.5/Tue Mar 25 19:43:24 2003//
/AbsoluteFtp.jsp/1.4/Tue Mar 25 19:43:24 2003//
/ContextRelative.jsp/1.7/Tue Mar 25 19:43:24 2003//
/Encode.jsp/1.9/Wed Apr 30 17:47:30 2003//
/EncodeC
www.eeworm.com/read/108668/6181525
bte base64.bte
Base64
Encode and decode base 64 in Java.
base, 64, base64, base, 6
www.eeworm.com/read/102071/6234530
changelog
2000-07-14 Erik de Castro Lopo
* g72x.c
Modified g72x_init_state () to fit in with the new structure of the code.
Implemented g72x_encode_block () and g72x_decode_block ().
2
www.eeworm.com/read/102068/6234563
changelog
2000-07-14 Erik de Castro Lopo
* g72x.c
Modified g72x_init_state () to fit in with the new structure of the code.
Implemented g72x_encode_block () and g72x_decode_block ().
2
www.eeworm.com/read/344878/11853893
m ldpc_demo.m
%clear all;
%clc;
tic
rows=128;
cols=256;
s=round(rand(1, cols-rows));
%产生H矩阵
H=genH(rows,cols);
%使用H矩阵进行LDPC编码
[u,P,rearranged_cols]=ldpc_encode(s,H);
SNR=10;
amp=1;
tx_wavefo
www.eeworm.com/read/154492/11950458
txt ranencode.txt
'该函数只对中西文起到加密作用
'黄冠
'06-4-1
Sub EnCode(strSource, MA)
'参数为:源文件,密码
Dim X
Dim CHARNUM, RANDOMINTEGER
Dim SINGLECHAR
If MA < 0 Then
MA = MA * (-1)
End If
X = Rnd(-MA)
For i = 1 To Len(strSo
www.eeworm.com/read/130545/14187298
c pass.c
#include "pass.h"
static char HexArray[16]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};
/***************************Encode132***********/
/* Future: 将一个字符串按一定算法进行加密 */
www.eeworm.com/read/208796/15236584
m ldpc_demo.m
%clear all;
%clc;
tic
rows=128;
cols=256;
s=round(rand(1, cols-rows));
%产生H矩阵
H=genH(rows,cols);
%使用H矩阵进行LDPC编码
[u,P,rearranged_cols]=ldpc_encode(s,H);
SNR=10;
amp=1;
tx_wavefo
www.eeworm.com/read/14735/405493
am makefile.am
lib_LTLIBRARIES = libsdp.la
libsdp_la_LDFLAGS = -static
libsdp_la_SOURCES = \
sdp_decode.c \
sdp_encode.c \
sdp_dump.c \
sdp_util.c \
sdp_decode_private.h \
sdp_error.h \
sdp.h
EXTR