代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/181762/9238593
c base64.c
/*
** Author: Daniel Stenberg
** Version: 0.1
**
** This is a Base64 encoder as defined in RFC 2045. If the output is gonna be
** used in a mail body: "The encoded output s
www.eeworm.com/read/181321/9259315
java md5tester.java
/**
*
*/
package md5encoder;
import java.lang.reflect.Array;
/**
* @author SysAdmin
*
*/
public class MD5Tester
{
/**
*
*/
public MD5Tester()
{
super();
// TOD
www.eeworm.com/read/373970/9426489
c encode_blockmex.c
/* Convolutional Encoder
pass in generating polynomials g m-by-3 (m=1 to 7)
outputs encoded bitstream
written by Joe Williams - Southern Methodist University as ugrad,
now Stanford grad st
www.eeworm.com/read/373315/9463769
vhd med.vhd
-- File Name: med.vhd
-- Version: 1.1
-- Date: January 22, 2000
-- Model: Manchester Encoder Decoder Chip
-- Dependencies: md.hd, me.vhd
--
-- Company: Xilinx
--
--
-- Discl
www.eeworm.com/read/176347/9502562
txt readme.ss.01.txt
[ comments on fixes to lower sampling frequencies
encoder by Seymour Shlien, to appear in dist09. Jon ]
Here is a log of the bugs I have found and
corrected as well as those I would like to see
www.eeworm.com/read/169277/9870707
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
*
* ===========
www.eeworm.com/read/364700/9897864
readme
The file 'verify' is a simple Unix shell script. When run, (e.g. "csh
verify" or "verify" at the command line) it will compare output between
the encoder's picture sequence reconstruction and the dec
www.eeworm.com/read/425878/10312354
m readme.m
% Matlab implementation of EZW (Embedded Zerotree Wavelet)
%
% The function in this toolbox are listed as follow:
%
% func_ezw_demo_main -- Main function
% func_ezw_enc -- Encoder
% func_ezw_dec
www.eeworm.com/read/353195/10463985
rtf readme.rtf
The file 'verify' is a simple Unix shell script. When run, (e.g. "csh
verify" or "verify" at the command line) it will compare output between
the encoder's picture sequence reconstruction and the dec
www.eeworm.com/read/352960/10487854
c mpegvideo.c
/*
* The simplest mpeg encoder (well, it was the simplest!)
* Copyright (c) 2000,2001 Fabrice Bellard.
* Copyright (c) 2002-2004 Michael Niedermayer
*
* This library is free so