资源列表
LoserTree
- 数据结构 Loser Tree 的示例,包含源文件和可执行文件,以及整个VS2008的项目文件-Loser Tree data structure example, contains the source files and executable files, as well as the entire VS2008 project file
betweenness
- Vertex and edge betweenness centrality
Blocks
- clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
brouillon_compression
- traitement d image pour faire la compression d image selon une méthode réversible
ZipTest
- ZIP文件压缩库以及相应的源码测试程序,能够以zip后缀名来压缩文件-ZIP file compression library and the corresponding source code testing program,To compress files to zip extension
DCT
- 进行一维,二维,三维离散余弦变换,计算变换所需时间。-One-dimensional, two-dimensional, three-dimensional DCT transform
JM10.2
- H264编解码源码及学习解码的资料,是本人在学习解码工程中整理的-H264 compile the the decoder source and learning decoding information, I learn decoding project finishing
lz77
- lz77压缩算法,C++实现,还有相关文档-lz77 compression algorithm, C++,, to achieve, as well as related documentation
gzip
- gzip压缩算法的源码,linux实现,可以参考-gzip compression algorithm source, linux implementation can reference
huffman.tar
- 能遍历一个文件生成哈夫曼树,并生成哈夫曼编码-Traverse a file generated Huffman tree, and generate the Huffman coding
unfold_three_order_tensor
- 三阶张量的展开,分别按模-1,2 ,3,且有相应的按模式合并,共两个m文件。-unfold a three order tensor by mode-1/2/3, and refold the 3-order tensor by mode-1/2/3 respectively.
zuidayueshuwenti
- “最大约数问题” 正整数x 的约数是能整除x 的正整数。正整数x的约数个数记为div(x)。例如,1,2, 5,10 都是正整数10的约数,且div(10)=4。-" The most about several questions" about the number of the positive integer x is a positive integer divisible by x. The approximate number of positive integ
