代码搜索:decode

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

代码结果 10,000
www.eeworm.com/read/378503/9228369

h decode.h

/* ** Copyright (C) 1998,1999,2000,2001 Martin Roesch ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public
www.eeworm.com/read/378503/9228452

c decode.c

/* $Id: decode.c,v 1.26 2001/01/26 16:40:44 roesch Exp $ */ /* ** Copyright (C) 1998,1999,2000,2001 Martin Roesch ** ** This program is free software; you can redistribute it and/o
www.eeworm.com/read/378278/9238615

vhd decode.vhd

------------------------------------------------------------------------------- -- Title : Decoder -- Project : VHDL Library of Arithmetic Units ---------------------------------------------
www.eeworm.com/read/378131/9250339

m decode.m

function [msg, err, ccode, cerr] = decode(code, n, k, method, opt1, opt2, opt3, opt4) %DECODE Block decoder. % MSG = DECODE(CODE, N, K, METHOD...) decodes CODE using an error- % control coding
www.eeworm.com/read/181307/9260047

m decode.m

function dec=decode(in) n=length(in); H=[1 1 1 2;3 3 0 3;3 0 3 3;1 0 0 0;0 3 3 3;0 1 0 0;0 0 1 0;0 0 0 1]; b=[0 0 0 2 0 0 2 0]; dec=zeros(1,n/2); for j=1:n/8 tt=in(j*8-7:j*8)-b; tt=mod(
www.eeworm.com/read/377308/9281313

h decode.h

www.eeworm.com/read/180574/9302127

c decode.c

/* * decode.c * * CCITT ADPCM decoder * * Usage : decode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Unpack input codes and pass them back as
www.eeworm.com/read/180486/9305362

m decode.m

function decoded = decode(obj, LLR) %DECODE Decode an LDPC code. % DECODED = DECODE(L, LLR) decodes an LDPC code using the message-passing % algorithm. % % L - An LDPC decoder object
www.eeworm.com/read/178964/9380421

v decode.v

// ------------------------------------------------------------------------- //Reed-Solomon decoder //Copyright (C) Tue Jul 29 10:40:24 2003 //by Ming-Han Lei(hendrik@humanistic.org) // //This program
www.eeworm.com/read/374370/9408491

c decode.c

/* * decode.c * * CCITT ADPCM decoder * * Usage : decode [-3|4|5] [-a|u|l] < infile > outfile */ #include #include "g72x.h" /* * Unpack input codes and pass them back as