资源列表
tms320vc5509
- tms320vc5509z原理图以及PCB设计,为硬件开发者提供参考!-Tms320vc5509z schematic and PCB design, for the hardware developers to provide a reference!
G.726source
- g.726源码,包括16k和32k的版本
1234
- asp相片多张上传: WEB(ASP,PHP,...) 开发工具: ASP 文件大小: 234 KB 上传时间: 2011... [FlashImageUpload.rar] - Flsh批量上传图片,可上传多张图片,进度可视,目录可-asp upload multiple photos: WEB (ASP, PHP, ...) develop tools: ASP File size: 234 KB Update: 2011 ... [FlashImageUpload.rar]- Flsh b
lz77_yang
- 缩率较高,编译码算法也较为简单的LZ77算法-This algorithm of LZ77 has a good compression,besides it can also be made easily!
Huf
- hufman压缩算法的一种实现,基于c++编写-hufman compress/decompress
AVItoBMP
- 该呈现能实现将一个AVI文件中的每桢视频转化为BMP图象,使用的标准的WINDOWS API .-The show can achieve an AVI video file for each frame into a BMP image, using the standard WINDOWS API.
Cabinet.rar
- cab!
JEPGmatlab
- 图像压缩 JPEG 的matlab实现程序-image compression jpeg
gouwuche
- 购物车的实现!只是简单的而已!也许会帮助-Implementation shopping cart! Simply it! May help
Huffman-algorithm-code
- 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to sol
wimgapitest
- 调用wimgapi实现的一个将wim文件apply到目录的例子。-call wimgapi achieve a wim document will apply to list the examples.
lzwnhuffman
- The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams