搜索资源列表
-
0下载:
这是一个采用二进制进行Huffman编码的程序,主要用于图像的无损压缩。-This is a binary Huffman coding for the procedure, mainly for lossless compression of image.
-
-
0下载:
这是本人编写的一个Huffman压缩算法,压缩效率最好能达到%20左右,已将所有的编码串转换成为二进制码-This is the one I prepared Huffman compression algorithm, the best compression efficiency can reach about 20%, All the coding has become a string of binary code
-
-
0下载:
实现数据的压缩,演示Huffman二叉树的应用。虽然压缩效果不如rar等,但是作为一种算法,具有可借鉴的价值。-data compression, presentations Huffman binary tree applications. Although not rar compression, but as an algorithm that can draw is the value.
-
-
0下载:
本程序运用哈夫曼编码原理对数据进行二进制编码压缩。
进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。
然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。
敲回车显示字符和对应二进制编码。
键入?显示帮助信息。
键入#进行编码数据输入与二进制数据输入的切换。
键入tree显示图形二叉树。
键入huff显示编码信息。
键入reset刷新缓冲区,重新输入要求编码的数据。
键入exit退出程序。
在TC2.0上运行。
注意正确配置图形驱动路径
-
-
0下载:
赫夫曼编码,实现压缩编码,字符码长 察看权值,以此构建二叉树-Huffman coding, achieving compression coding, characters yards long to see the right value, this Binary Tree Construction
-
-
0下载:
C#编写的图像处理程序源码 一共有十二个 包括灰度,二值化,锐化,缩放,旋转,压缩-C# source code written in image-processing program, a total of 12, including grayscale, binary, sharpening, scaling, rotation, compression, etc.
-
-
0下载:
利用Haffman编码实现的压缩软件,可以压缩二进制文件,效果很好。-Use Haffman coding to achieve compression software, binary files can be compressed, very good.
-
-
0下载:
vop tool
=============================================================================
Step1. Open VOP_TOOL"
---------- Do Batch process --------
Step2. Select Source folder, and will list all source files in below windowds
Step3. Check
-
-
0下载:
利用huffman编码实现小于4g文件的压缩,先用2进制读写将文件变为2进制码,再通过前缀码构造huffman树,最后存储huffman编码,解码过程反之。-Using huffman coding to achieve less than 4g file compression, first two to read and write binary file into 2 binary code, and then through the prefix code construct huffm
-
-
0下载:
c语言实现的简单二进制算术编码器 数据压缩作业~-c language of the simple binary arithmetic encoder data compression job ~
-
-
0下载:
本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
-
-
0下载:
(1)鼠标输入一个待压缩短文本文件,统计文本文件中各字符的个数作为权值,生成哈夫曼树。
(2)将文本文件利用哈夫曼树进行编码。
(3)把哈夫曼编码用二进制位紧缩到一个变量中,利用位运算进行真正的数据压缩。
(4)界面友好,易于操作,采用菜单方式进行选择。
-(1) the mouse to enter a short text file to be compressed, statistics text file as the number of characters in t
-
-
0下载:
此程序在qt下实现了 归属地查询及汉字转拼音,首先将项目下的txt文件转换为二进制文件压缩数据,然后可查询手机归属地或者汉字转拼音-Under this program implemented in the qt attribution to inquiries and transfer Pinyin characters, first under the txt file into a binary file compression data, and can be found, or whe
-
-
0下载:
此程序在symbian下实现了 归属地查询及汉字转拼音,首先将项目下的txt文件转换为二进制文件压缩数据,然后可查询手机归属地或者汉字转拼音-Under this program implemented in the symbian attribution to inquiries and transfer Pinyin characters, first under the txt file into a binary file compression data, and can be fou
-
-
0下载:
此程序在vreSdk下实现了 归属地查询及汉字转拼音,首先将项目下的txt文件转换为二进制文件压缩数据,然后可查询手机归属地或者汉字转拼音,需要到vre官网下载sdk-Under this program implemented in vreSdk attribution to inquiries and transfer Pinyin characters, first under the txt file into a binary file compression data, and ca
-
-
0下载:
超过64M以上的二进制文件分段读写方式,最新的读写算法和压缩算法-64M or more than reading and writing binary files section, read the latest algorithms and compression algorithm
-
-
0下载:
提出一种基于DWT和DCT域的有意义二值图像数字水印算法 利用Arnold变换对水印序列进行置乱,消除象素的空间相关性,增加水印的安全性 而结合小波波变换和离散余弦变换的特性,将水印信息嵌入到图像变换域的低频和中频系数中,提高水印的鲁棒性和不可见性 实验证明该算法具有较好的抗压缩、抗噪音和抗剪切性。
-Making meaningful binary image digital watermarking algorithm based on DWT and DCT domain using
-
-
0下载:
fractal compression of images in binary view
-
-
0下载:
本程产生了二进制相位调制脉冲压缩信号,在mimo雷达信号编码中有所应用-This process produces a binary phase modulation pulse compression signal mimo radar signal coding has been applied
-
-
0下载:
基于Huffman编码的压缩解压程序,包括Huffman树的建立,Huffman编码的生成,二进制编码文件的生成以及后续的压、解压过程。-Based on Huffman coding compression decompression procedures, including Huffman tree establishment, Huffman coding generation, binary code file generation and subsequent compression
-