搜索资源列表
针对大型文件优化的数据压缩解压缩单元
- 针对大型文件优化的数据压缩解压缩单元,另外也提供以 CRC32 算法快速核验数据正确的单元-against large files optimized data compression decompression modules, It also provides CRC algorithm for rapid verification of the correct data unit
LinearPredictiveCoding(LPC)
- 基于最佳线性预测编码的数据压缩算法的研究与实现
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
zip压缩算法
- 压缩算法之一 ZIP压缩格式是在基于互联网进行数据传输过程中,被广泛采用的数据文件压缩格式。由于ZIP格式压缩文件可由多个压缩源文件构成,因此,在单个压缩文件内容的最后,是整个压缩文件的名称和定义目录结构的描述内容。-One of the compression algorithms .The type of zip is regarded as the widely used style of data compression on the basis of internet.ForBec
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
Douglas—Peucker_Simplize_Vecto
- 矢量数据的压缩方法常用的有道格拉斯—普克法、垂距法、光栏法。本文主要讨论道格拉斯—普克法,运用该算法的思想,用C语言于TC20中编写一个小程序,实现对既有线的简化。(压缩包里面有算法报告),Vector data compression methods are commonly used Douglas- Puck law, down from the method, light field method. This article focused on Douglas- Puck law, t
huffman_algorithm
- VC写的huffman压缩算法,包括数据流以及文件方式实现的huffman数据压缩算法-huffman compression algorithm
Compression
- 数据压缩算法(一款功能十分强大的数据压缩算法!)-Data compression algorithm (a function of very powerful data compression algorithm!)
calendar
- 万年历的完整算法。它首先计算出对应阳历月第一天对应是星期几,然后根据数据压缩算法确定,确定对应的阴历日期;而阴历节气,则有条件规律算法实现。-Calendar complete algorithm. It first calculated the solar calendar the corresponding counterparts on the first day of the week, and then determine the data compression algorithm
douglas
- 道格拉斯压缩算法的实现,附带数据,可以设定压缩参数-Douglas compression algorithm, with data compression parameters can be set
TestLZARICompress
- 数据压缩算法实现,数据压缩算法实现数据压缩算法实现-this is a compresser software
LZARI
- LZARI 数据压缩算法 LZARI 数据压缩算法 LZARI 数据压缩算法 -LZARI data compression algorithm LZARI data compression algorithm LZARI data compression algorithm LZARI data compression algorithm
CxDouglasAlgrithm
- 道格拉斯数据压缩算法。 算法特征:1.在不扰乱拓扑关系的前提下,对采样点数据进行合理的抽稀 2.对矢量坐标数据进行重新进行编码,以减少所需要的存储空间 3.矢量数据的压缩往往是不可逆的,数据压缩后,数据量变小了,数据的精度降低了-Douglas data compression algorithm. Algorithm characteristics: 1. In the relationship does not disturb the topology under the premise o
BlockCode
- 这是一个使用c++编程语言写的数据压缩算法-This is a c++ write data compression algorithm
douglas
- 数据压缩算法,主要应用图形图像的处理,也是地形图综合化简常用的方法-Data compression algorithm, the main application of graphics and image processing, but also the topographic map of the general use of the method
vj_compreesion
- Var Jacobson压缩算法,在PPP或者SLIP这些串行线路协议中,不同于以太网中无法确定下一跳的位置,它们的通讯两端是固定的。很多TCP连接中的数据包都是一些交互数据,数据量非常小,而TCP/IP头占据了很大的比例。如果能够减少TCP/IP头的大小,则非常有效的减少网络负载。(Var Jacobson compression algorithm, in PPP or SLIP serial line protocol, is different from Ethernet. It can
620555
- 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手()
数据结构与算法分析+c语言描述[答案]
- 压缩包中包含各种排序经典算法。全部都用C语言实现。(Compressed package contains various sorting algorithms. All implemented in C language)
面向无线传感器网络的流数据压缩技术
- 关于数据压缩算法,提高通讯效率方面的论文(A paper on data compression algorithm and improvement of communication efficiency)
srcjpv
- 用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手()