Welcome![Sign In][Sign Up]
Location:
Search - deflation

Search list

[VOIP programzlib123

Description: The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel - Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: | Size: 5143890 | Author: MCU2000 | Hits:

[Speech/Voice recognition/combinedICA

Description: This a MATLAB code that performs Independent Component Analysis using a deflation approach.
Platform: | Size: 2268 | Author: wfs | Hits:

[OtherBlindseparationofinternalcombustionenginevibration

Description: Blind separation of internal combustion engine vibration signals by a deflation method
Platform: | Size: 239221 | Author: xiaozhang | Hits:

[VOIP programzlib123

Description: The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel- Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: | Size: 5143552 | Author: MCU2000 | Hits:

[Speech/Voice recognition/combinedICA

Description: This a MATLAB code that performs Independent Component Analysis using a deflation approach.
Platform: | Size: 2048 | Author: wfs | Hits:

[OtherBlindseparationofinternalcombustionenginevibration

Description: Blind separation of internal combustion engine vibration signals by a deflation method
Platform: | Size: 238592 | Author: xiaozhang | Hits:

[SCMPressure-measurement-

Description: 本设计是微机控制的制氧机压力测控系统。单片机系统通过压力传感器和检测比较器测得气缸内压力达到某一上限值(176 kPa)和下限值(64 kPa)时,单片机系统控制执行相应的动作(达到上限值时打开放气阀放气,达到下限值关闭放气阀进行充气)。如此反复循环,不断将氧气提供给需氧者。在此过程中若充气或放气10 s仍达不到设定值(176 kPa和64 kPa)则进行光报警。-The design is computer-controlled oxygen pressure measurement and control system. SCM system by pressure sensors and detection comparator measured cylinder pressure reaches a certain upper limit (176 kPa) and lower limit (64 kPa), the chip system control to perform the corresponding action (up to open the valve on the limit to fight deflation to reach the lower limit for closed discharge valve inflated). This cycle repeated continuously to provide oxygen to aerobic those. In this process, if the inflated or deflated 10 s still not reach the set value (176 kPa and 64 kPa) is the light alarm.
Platform: | Size: 4096 | Author: 星轨呢 | Hits:

[Linux-Unixgzip

Description: The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -gzip compress and decompress The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.)
Platform: | Size: 299008 | Author: Dennis | Hits:

[Linux-Unixdeflate

Description: compress data using the deflation algorithm
Platform: | Size: 12288 | Author: fonheidin | Hits:

[Linux-Unixdeflate

Description: compress data using the deflation algorithm.
Platform: | Size: 15360 | Author: yunqeini | Hits:

[Linux-Unixdefine_std

Description: compress data using the deflation algorithm for Linux.
Platform: | Size: 20480 | Author: dougeirong | Hits:

[Linux-Unixregs-ebi

Description: deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
Platform: | Size: 11264 | Author: sywjqun | Hits:

[Linux-Unixdatedata

Description: output deflated data using Huffman coding.The deflation process uses several Huffman trees. The more common source values are represented by shorter bit sequences. -output deflated data using Huffman coding.The deflation process uses several Huffman trees. The more common source values are represented by shorter bit sequences.
Platform: | Size: 14336 | Author: cangyotn | Hits:

[Crack Hackztrees

Description: *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-* trees.c by Jean-loup Gailly * * This is a new version of im_ctree.c originally written by Richard B. Wales * for the defunct implosion method. * * PURPOSE * * Encode various sets of source values using variable-length * binary code trees. * * DISCUSSION * * The PKZIP deflation process uses several Huffman trees. The more * common source values are represented by shorter bit sequences. * * Each code tree is stored in the ZIP file in a compressed form * which is itself a Huffman encoding of the lengths of * all the code strings (in ascending order by source values). * The actual code strings are reconstructed the lengths in * the UNZIP process, as described in the application note * (APPNOTE.TXT) distributed as part of PKWARE s PKZIP program.
Platform: | Size: 11264 | Author: ShichaoLiang | Hits:

[Linux-Unixe_asin

Description: deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
Platform: | Size: 22528 | Author: bieqongph | Hits:

[Linux-Unixfutex

Description: deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
Platform: | Size: 22528 | Author: sttrcd | Hits:

[Linux-Unixdeflate

Description: deflate.c compress data using the deflation algorithm. -deflate.c compress data using the deflation algorithm.
Platform: | Size: 11264 | Author: frziuvue | Hits:

[Other20200511125568816881

Description: 基于STM32的脉搏电子血压计(原理图+程序)电子血压计源码,袖带充放气计算脉搏(Based on STM32 pulse electronic sphygmomanometer (schematic diagram + program) electronic sphygmomanometer source code, cuff inflation and deflation to calculate pulse)
Platform: | Size: 458752 | Author: greh | Hits:

CodeBus www.codebus.net