搜索资源列表
sf10059
- 一个有用的无损压缩原码用于文件中二进制位操作的函数说明,函数实现,错误处理以及内存中的函数实现-a useful lossless compression code for the original document binary operation of the function that function to achieve, error handling and memory functions to achieve
bitio
- 该源码提供了数据压缩算法中经常需要使用的内存中的位操作常用算法-the source for the data compression algorithm often need to use the memory of the commonly used algorithm-operation
haffmantree
- ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
Compress
- 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
DArray-better
- 当数组的元素个数发生变化时,不用重新申请内存空间,数组也能继续使用。这样就提高了效率。 对于机器算法中,“时间”和“空间”的矛盾总是存在的:存储多一点,运行就快些;存储少了,运行就慢些。在这里就体现了,这样处理是用空间换时间。虽然在内存空间上是“浪费”了部分的空间,但是在很长一段时间里,只要空间没有发生变化,运行的时间复杂度就恒定的。只有当现有的空间不够用时,才发生内存的重新申请和释放操作。最简单的增长方法就是增长一倍,即乘以2,这样内存分配的大小就是2的幂次方。 -When th
student
- VS2010,对C++中的基本概念(基本知识点)的理解和掌握,其中包括类、成员、函数、友元、重载、IO流、模板等;此外,还包含了对数据结构(链表)、内存操作的内容,以及编程的规范。-VS2010, on the basic concepts C++ (basic knowledge) to understand and master, including class, member, function, friends, overloading, IO streams, templates, e
LZW算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
JDiy
- 一款超轻量的java极速开发框架,javaEE/javaSE环境均适用。便捷的数据库CRUD操作API。支持各大主流数据库:MySQL, SQL Server(MsSQL),PostgreSQL、Oracle、DB2、SQLite。内置高效连接池,JDiyApp上下文环境动态加载,空闲时自动销毁JDiyApp上下文,节省服务器内存开销。-An ultra-lightweight java speed development framework, javaEE/javaSE environment
jpeg-9.tar
- linux下jpeg源码库压缩库自己修改成使用内存操作。-source library under linux jpeg compression library modified to use their own memory operation.
Libjpeg_memory_read_and_write
- 本文件为修改后的LIBGPEG库,使用LIBJPEG库对图像在内存中进行压缩和解压缩处理,而非原版需保存在文件中进行操作,内附有操作实例,可方便快捷的进行图像压缩与解压缩操作。-This document is revised LIBGPEG library, use the library LIBJPEG the image compression and decompression in memory compression process, rather than the original
