代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/159516/10644787
c rs.c
/* rs.c */
/* This program is an encoder/decoder for Reed-Solomon codes. Encoding is in
systematic form, decoding via the Berlekamp iterative algorithm.
In the present form ,
www.eeworm.com/read/349388/10830062
h62 mpeg2_encodercfg.h62
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT mpeg2_encoder.cdb
;; CONFIGURATION/VER
www.eeworm.com/read/349388/10830475
s62 mpeg2_encodercfg.s62
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT mpeg2_encoder.cdb
;; CONFIGURATION/VER
www.eeworm.com/read/416967/11008619
v encode.v
// -------------------------------------------------------------------------
//Reed-Solomon Encoder
//Copyright (C) Tue Apr 2 17:06:57 2002
//by Ming-Han Lei(hendrik@humanistic.org)
//
//This program
www.eeworm.com/read/416967/11008621
v data-rom.v
// -------------------------------------------------------------------------
// a sample ROM, feeding data to encoder
//Copyright (C) Tue Apr 2 14:40:09 2002
//by Ming-Han Lei(hendrik@humanistic.org)
www.eeworm.com/read/452445/7440954
cmd mp3encodercfg.cmd
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT MP3Encoder.cdb */
/* MODULE P
www.eeworm.com/read/452445/7440955
s62 mp3encodercfg.s62
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT MP3Encoder.cdb
;; CONFIGURATION/VERSIO
www.eeworm.com/read/452445/7440981
h mp3encodercfg.h
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT MP3Encoder.cdb */
#define CHI
www.eeworm.com/read/452445/7440985
h62 mp3encodercfg.h62
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT MP3Encoder.cdb
;; CONFIGURATION/VERSIO
www.eeworm.com/read/447975/7542681
m contents.m
% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% The function in this toolbox are listed as follow:
%
% func_SPIHT_Main -- Main function
%
% func_SPIHT_Eec -- Encoder
%
%