代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/325392/13209289
c gsm_encode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/138744/13217979
opt test_encode.opt
www.eeworm.com/read/138744/13217987
plg test_encode.plg
Build Log
--------------------Configuration: test_encode - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1
www.eeworm.com/read/138744/13217991
dsw test_encode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/138744/13217995
dsp test_encode.dsp
# Microsoft Developer Studio Project File - Name="test_encode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/138744/13218002
ncb test_encode.ncb
www.eeworm.com/read/138605/13228536
vhd com_encode.vhd
--com_encode.vhd 7 segment com encoder
library ieee ;
use ieee.std_logic_1164.all;
entity com_encode is
port(
com_clk : in std_logic_vector(1 downto 0);--input count
ledcom : out std_log
www.eeworm.com/read/324404/13264305
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
% convol
www.eeworm.com/read/324404/13264461
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
www.eeworm.com/read/324155/13282655
m ldpc_encode.m
function [out] = ldpc_encode(in,G,q)
[k,n] = size(G);
if q==2 % binary case
out = mod((in)*G,2);
else
M=log2(q); % GFq exponent
[tuple power] = gftuple([-1:2^M-2]', M, 2);
alpha