代码搜索:Decode

找到约 10,000 项符合「Decode」的源代码

代码结果 10,000
www.eeworm.com/read/364478/9905880

tdf decode_ogi.tdf

--lpm_decode CASCADE_CHAIN="MANUAL" DEVICE_FAMILY="Cyclone" IGNORE_CASCADE_BUFFERS="OFF" LPM_DECODES=8 LPM_PIPELINE=1 LPM_WIDTH=3 aclr clken clock data enable eq CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGT
www.eeworm.com/read/364035/9924008

dll decode_ldpc.dll

www.eeworm.com/read/364035/9924021

cpp decode_ldpc.cpp

// Copyright (c) 2005 by Shaikh Faisal Zaheer, faisal.zaheer@gmail.com // $Revision: 1.0 $ $Date: 10/11/2005 $ /*LDPC Decoder*/ #include "mex.h" #include "matrix.h" // for Matlab mx and
www.eeworm.com/read/168255/9927297

v decode47.v

module decode47(a,b,c,d,e,f,g,D3,D2,D1,D0); output a,b,c,d,e,f,g; input D3,D2,D1,D0; reg a,b,c,d,e,f,g; always @(D3 or D2 or D1 or D0) begin case({D3,D2,D1,D0}) 4'd0: {a,b,c,d,e,f,g}=7'b111
www.eeworm.com/read/168156/9936469

m ldpc_decode.m

function [x_hat, success, k] = ldpc_decode(y,f0,f1,H) % decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997 % For notations see the same reference. % function [x_hat, success, k]
www.eeworm.com/read/363722/9939099

c decode_rs.c

/* Reed-Solomon decoder * Copyright 2002 Phil Karn, KA9Q * May be used under the terms of the GNU General Public License (GPL) */ #ifdef DEBUG #include #endif #include #defi
www.eeworm.com/read/168017/9942065

cpp code-decode.cpp

#include "stdio.h" void main() { int code_in; int i,j,a; int code_out[15]; int mid[15]; /* code */ int g[15]={0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x100,0x200,0x365,0x1AF,0x35E,0
www.eeworm.com/read/167732/9953728

v address_decode.v

// // Module UART_V.address_decode.tbl // // Created: // by - user.group (host.domain) // at - 10:56:04 30 Aug 2001 // // Generated by Mentor Graphics' HDL Designer(TM) 2001.5
www.eeworm.com/read/363317/9959672

h decode_theiling.h

/************************************************************************* Copyright (C) 2002 - 2007 Wei Qin See file COPYING for more information. This program is free software; you can
www.eeworm.com/read/363317/9959678

cpp decode_theiling.cpp

/************************************************************************* Copyright (C) 2002 - 2007 Wei Qin See file COPYING for more information. This program is free software; you can