代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/140767/13062546
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/140309/13088629
c r_encode.c
/*
R_ENCODE.C - RFC 1113 encoding and decoding routines
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as f
www.eeworm.com/read/140309/13088738
obj r_encode.obj
www.eeworm.com/read/140309/13088858
c r_encode.c
/*
R_ENCODE.C - RFC 1113 encoding and decoding routines
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Sa
www.eeworm.com/read/242014/13100120
c jpeg_encode.c
/*****************************************************************************
Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. This software is
proprietary and confidential to Analog D
www.eeworm.com/read/242014/13100196
c mjpeg_encode.c
/*****************************************************************************
Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. This software is
proprietary and confidential to Analog D
www.eeworm.com/read/140075/13111261
m rs_encode.m
function t_x = rs_encode(m_x);
%本函数实现编码器过程
%下为生成矩阵的构造过程
g=zeros(1,7);
g(1)=2;
g(2)=1;
temp=zeros(1,7);
for i=2:6
temp = g;
g=zeros(1,7);
g(2:7)=temp(1:6);
for j=1:6
www.eeworm.com/read/325904/13176160
c encode_rs.c
/* Reed-Solomon encoder
* Copyright 2002, Phil Karn, KA9Q
* May be used under the terms of the GNU General Public License (GPL)
*/
#include
#ifdef FIXED
#include "fixed.h"
#elif defined
www.eeworm.com/read/240876/13189728
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/325597/13194977
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