代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/164962/10080400
txt hamming_decoder.txt
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.co
www.eeworm.com/read/357294/10212358
h mpegvideo.h
/*
* Generic DCT based hybrid video encoder
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; you can redistribute
www.eeworm.com/read/425885/10311661
m encodespiht.m
function [n_max, n,out,timeel] = encodeSPIHT(m, max_bits, level)
% encodeSPIHT - SPIHT encoder
%
% parameters: m - source image
% max_bits - maximal bit count on the outp
www.eeworm.com/read/161768/10378669
txt hamming_decoder.txt
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.co
www.eeworm.com/read/353811/10416303
txt 汉明纠错吗译码器.txt
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.co
www.eeworm.com/read/352960/10488643
h mpegvideo.h
/*
* Generic DCT based hybrid video encoder
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free software; you can redistribute
www.eeworm.com/read/278321/10547986
h uids.h
/*
* LAME MP3 encoder for DirectShow
* CLSIDs of the filter and property pages
*
* Copyright (c) 2000-2005 Marie Orlova, Peter Gubanov, Vitaly Ivanov, Elecard Ltd.
*
* This library is free so
www.eeworm.com/read/423264/10575271
m cyclic1.m
%SYSTEMATIC CYCLIC CODE
clear;
clc;
%ENCODER SECTION
n = input(' ENTER THE LENGTH OF CODEWORD n:')
k = input(' ENTER THE LENGTH OF MESSAGE k:')
q=n-k;
disp('THE GENERATOR POLYNOMIAL IS')
g
www.eeworm.com/read/423264/10575316
asv cyclic1.asv
%SYSTEMATIC CYCLIC CODE
clear;
clc;
%ENCODER SECTION
n = input(' ENTER THE LENGTH OF CODEWORD n:')
k = input(' ENTER THE LENGTH OF MESSAGE k:')
q=n-k;
disp('THE GENERATOR POLYNOMIAL IS')
g
www.eeworm.com/read/159516/10644878
c bch3.c
/*
* File: bch3.c
* Title: Encoder/decoder for binary BCH codes in C (Version 3.1)
* Author: Robert Morelos-Zaragoza
* Date: August 1994
* Revised: June 13, 1997
*
* =============== E