代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/150839/12257507

bak encode.v.bak

module encode(key_reg, op_reg, a0, a1, a2, a3, b0, b1, b2 ,b3); input a0, a1, a2, a3; input b0, b1, b2, b3; //4*4 input output key_reg ,op_reg; //32bit float register o
www.eeworm.com/read/150577/12285375

opt test_encode.opt

www.eeworm.com/read/150577/12285381

plg test_encode.plg

Build Log --------------------Configuration: test_encode - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\g
www.eeworm.com/read/150577/12285386

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/150577/12285391

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/150577/12285397

ncb test_encode.ncb

www.eeworm.com/read/150214/12304738

pdf sparse-encode.pdf

www.eeworm.com/read/150214/12304816

ex-ldpc-encode

#!/bin/sh # Example of how an LDPC code can be encoded using using sparse, # dense, and mixed representations of the generator matrix. The dense # and mixed representations are based on the same set
www.eeworm.com/read/150017/12325452

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/149834/12344946

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