登录
首页 » Compress-Decompress algrithms » 通信中的数据压缩、解压缩。存放原始数据与与此数据的差值。差值超出范围后更新原始数据。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。...

通信中的数据压缩、解压缩。存放原始数据与与此数据的差值。差值超出范围后更新原始数据。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。...

于 2022-03-12 发布 文件大小:1.05 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

通信中的数据压缩、解压缩。存放原始数据与与此数据的差值。差值超出范围后更新原始数据。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Communications data compression, decompression. Storage of raw data and the difference with this data. Margin beyond the scope of the original data after the update. (Programming background greenhouse temperature measurement, limited to within plus or minus 50). Has been compiled through.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852r...
    SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped to handle file attributes on extract + other fixes Null ref in path filter fixed. Extra data handling fixes Revamped build and conditional compilation handling Many bug fixes for Zip64. Minor improvements to C# samples. ZIP-1341 Non ascii zip password handling fix. ZIP-355 Fix for zip compression problem at low levels -SharpZipLib called before NZipLib, entirely by the C# Compression library developed to support the Zip, GZip, Tar and BZip2, for in August 2007 the latest version of the code examples 0852release! Changes for v0.85.2 releaseMinor tweaks for CF, ZipEntryFactory and ZipFile.Fix for zip testing and Zip64 local header patching.FastZip revamped to handle file attributes on extract+ Other fixesNull ref in path filte
    2022-04-29 16:52:15下载
    积分:1
  • jpeg压缩标准中Jpg和Bmp格式相互转换的API封装
    jpeg压缩标准中Jpg和Bmp格式相互转换的API封装-jpeg compression standard in Jpg and Bmp format conversion of the API package
    2023-03-30 08:25:03下载
    积分:1
  • 使用java压缩文件的例子
    使用java压缩文件的例子 -The example of using java to compress file
    2022-02-12 22:39:53下载
    积分:1
  • signal processing signal
    signal-processing.rar信号处理demo原码-signal processing signal-processing.rar the original demo code
    2022-04-26 23:35:01下载
    积分:1
  • this upload sample................
    this upload sample-this upload sample................
    2022-04-07 11:29:24下载
    积分:1
  • 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示...
    【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image-- an outbound trip. Yu Cheng text compression principle on repeated field using three symbols logo Act : (a) repeat prompt, such as @,#, etc.; (2) Run-length parameters, or the number of repeat, if using a byte, the largest the length of 255 to repeat the word; (3) repeat characters. More than three as part of a repeat factor. Visibility to gain compression efficiency, duplication of characters in three more. 2. Run-image compression for the principle of two binary images, a zero original data matrix, progressive compression deal with the matrix : (1) n a row, n; (2) consecutive n 0, expressed as-n.
    2022-05-06 21:11:33下载
    积分:1
  • Map coloring to each city on the map as a point of abstraction, and to every cit...
    地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。 算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。 -Map coloring to each city on the map as a point of abstraction, and to every city number, adjacent lines to connect between cities. Accordingly to make adjacency matrix, if the section i and section j cities adjacent cities, the metro [i] [j] = 1, otherwise the metro [i] [j] = 0. Algorithm: In accordance with the code sequence from small to large checks every city, every city on 1-4 from the use of four kinds of color shading, color can be used if the current (ie not with the same colors as the neighboring cities), then coloring Otherwise, the next test colors.
    2022-02-12 12:09:41下载
    积分:1
  • 老外写的一个实现LZW算法的示范程序,为了简单起见,该算法未作最佳的优化.
    老外写的一个实现LZW算法的示范程序,为了简单起见,该算法未作最佳的优化.-foreigner was a realization of the LZW algorithm model procedures for the sake of simplicity, the algorithm is not optimal for the best.
    2022-01-25 20:54:08下载
    积分:1
  • tcp HTTP, client, server
    tcp文本传输,客户端,服务器端,简单实现!-tcp HTTP, client, server-side, simple to achieve!
    2022-03-17 01:28:32下载
    积分:1
  • 利用哈夫曼编码压缩)
    ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree. -) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The
    2022-02-27 02:39:35下载
    积分:1
  • 696518资源总数
  • 105074会员总数
  • 31今日下载