代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/344135/11907836
vhd zigzag_encode.vhd
--*********************************************************************
-- *********************************************************************
-- ** -----------------------------------------------
www.eeworm.com/read/343298/11959343
asv conv_encode.asv
function [out]=Conv_encode(datain,length);
data_u=uint16(datain);
for i=1:6
dr(i)=uint16(0);
end
for j=1:length
a=bitxor(data_u(j),dr(2));
a=bitxor(a,dr(3));
a=bitxor(a,dr(5));
www.eeworm.com/read/343298/11959697
m conv_encode.m
function [out]=Conv_encode(datain,length);
data_u=uint16(datain);
for i=1:6
dr(i)=uint16(0);
end
for j=1:length
a=bitxor(data_u(j),dr(2));
a=bitxor(a,dr(3));
a=bitxor(a,dr(5));
www.eeworm.com/read/154155/11985619
c r_encode.c
/*
R_ENCODE.C - RFC 1113 encoding and decoding routines
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same
www.eeworm.com/read/255668/12065945
c r_encode.c
/* R_ENCODE.C - RFC 1113 encoding and decoding routines
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "glo
www.eeworm.com/read/341031/12112395
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/341031/12112409
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/341031/12112418
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/341031/12112459
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/254299/12148353
v encode53.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Redd-Solomon (5,3) Codec