代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/100320/6270574
c comp-1.c
/*
* Listing 6 -- comp-1.c
*
* This listing is the driver program for an order 0 fixed context
* compression program. It follows the model shown in BILL.C
* for a compression program, by re
www.eeworm.com/read/256505/11994446
txt rfc2508.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者: 李超(licc_li licc_li@sina.com)
译文发布时间:2001-5-23
版权:本中文翻译文档
www.eeworm.com/read/206156/15299374
c comp-1.c
/*
* Listing 6 -- comp-1.c
*
* This listing is the driver program for an order 0 fixed context
* compression program. It follows the model shown in BILL.C
* for a compression program, by re
www.eeworm.com/read/206156/15299377
c expand-2.c
/*
* Listing 11 -- expand-2.c
*
* This module is the driver program for a variabler order finite
* context expansion program. The maximum order is determined by
* command line option. This
www.eeworm.com/read/206156/15299387
c expand-1.c
/*
* Listing 7 -- expand-1.c
*
* This listing is the driver program for the decompression routine
* using the order 0 fixed context model. It follows the model
* shown in BILL.C for a decom
www.eeworm.com/read/112209/15491633
c expand-1.c
/*
* Listing 7 -- expand-1.c
*
* This listing is the driver program for the decompression routine
* using the order 0 fixed context model. It follows the model
* shown in BILL.C for a decom
www.eeworm.com/read/112209/15491638
c expand-2.c
/*
* Listing 11 -- expand-2.c
*
* This module is the driver program for a variabler order finite
* context expansion program. The maximum order is determined by
* command line option. This
www.eeworm.com/read/112209/15491647
c comp-1.c
/*
* Listing 6 -- comp-1.c
*
* This listing is the driver program for an order 0 fixed context
* compression program. It follows the model shown in BILL.C
* for a compression program, by re
www.eeworm.com/read/429175/8815336
txt readme.txt
- Description
This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC
www.eeworm.com/read/284853/8887309
txt readme.txt
Stephen Toub
stoub@microsoft.com
7/17/02
----------------------------
ADAPTIVE HUFFMAN COMPRESSION
----------------------------
C# implementation of adaptive Huffman compression.
Example