LZSS78.C -- A Data Compression Program Haruhiko Okumura 4/6/1989
资源简介:LZSS78.C -- A Data Compression Program Haruhiko Okumura 4/6/1989
上传时间: 2013-12-27
上传用户:hzy5825468
资源简介:Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP ...
上传时间: 2014-01-17
上传用户:himbly
资源简介:自适应算术编码 C语言This package was adapted from the Program in "Arithmetic Coding for Data Compression", by Ian H. Witten
上传时间: 2013-12-06
上传用户:ryb
资源简介:Lossless Data Compression Toolkit Version 1.1 of the lossless data Compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic Compression, Huffman com...
上传时间: 2014-01-24
上传用户:caixiaoxu26
资源简介:Intro/: Directory containing introductory examples. HelloWorld.c A simple Program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data f...
上传时间: 2016-03-29
上传用户:exxxds
资源简介:LZW data Compression/expansion demonstration Program Mark R. Nelson 1989
上传时间: 2014-05-26
上传用户:xc216
资源简介:Filename: main.c * Description: A simple test Program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may b...
上传时间: 2015-02-02
上传用户:leehom61
资源简介:这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。
上传时间: 2013-12-18
上传用户:thinode
资源简介:这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以...
上传时间: 2013-12-23
上传用户:问题问题
资源简介:zlib 1.2.2 is a general purpose data Compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib ...
上传时间: 2013-12-09
上传用户:894898248
资源简介:MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This Program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Softwar...
上传时间: 2015-06-22
上传用户:虫虫虫虫虫虫
资源简介:A CLASSIC COM Program DEMO EVM:Visual c
上传时间: 2014-01-14
上传用户:古谷仁美
资源简介:Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing Compression algorithms. Simple interface and skeleton code for creating new ...
上传时间: 2013-12-31
上传用户:dbs012280
资源简介:In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate...
上传时间: 2013-12-24
上传用户:change0329
资源简介:A simple (de)Compression Program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) DeCompression: originalData = rle(compressedData)
上传时间: 2015-12-24
上传用户:远远ssad
资源简介:All Programs were tested using a breadboard containing a DS80C320, 32K Program memory, 32K Data memory, two 8-segment bar graph LEDs/drivers, and an 11.0592 MHz crystal. The four 8-segment bar graph LEDs/drivers were connected to port...
上传时间: 2016-03-29
上传用户:qq1604324866
资源简介:Data Compression using a word-based model and revised arithmetic coding method.
上传时间: 2013-12-24
上传用户:zsjinju
资源简介:lz77算法("A Universal Algorithm for Sequential Data Compression")的一种简洁直观的实现。
上传时间: 2014-11-18
上传用户:362279997
资源简介:Huo Chess by Spiros (Spyridon) Kakos (http://www.kakos.com.gr) is a micro chess Program in CLI C++ v8.0 that attempts to be smaller in size than the Commodore-era Microchess. The goal is to create the smallest chess Program that exists. Mor...
上传时间: 2016-05-05
上传用户:hfmm633
资源简介:LZW data Compression/expansion demonstration Program.
上传时间: 2016-08-29
上传用户:康郎
资源简介:list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.
上传时间: 2017-03-27
上传用户:LIKE
资源简介:The primary purpose of this book is to explain various data-Compression techniques using the C Programming language.
上传时间: 2014-01-14
上传用户:zwei41
资源简介:The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application Program and device driver in t...
上传时间: 2015-12-07
上传用户:lijianyu172
资源简介:clique code with sample data set. clique is a data clustering algorithm which follows hierarchical clustering method.
上传时间: 2014-08-25
上传用户:253189838
资源简介:a very simple Program that prints "Hello World" to the serial port of the 8051. When you can successfully build and run this Program, you have used the entire toolset including:
上传时间: 2013-11-26
上传用户:stampede
资源简介:This module defines safer C library string * * routine replacements. These are meant to make C * * a bit more safe in reference to security and * * robustness
上传时间: 2014-01-04
上传用户:佳期如梦
资源简介:The Data Compression Book 2e.pdf
上传时间: 2014-12-02
上传用户:xuan‘nian
资源简介:power ctrl this a power contrl Program. you can control you plug in device by com port or ir remote control.
上传时间: 2013-12-26
上传用户:372825274
资源简介:FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.
上传时间: 2014-01-01
上传用户:zhenyushaw
资源简介:有保存/装载能力的简单加密程序。This is a simple encryption Program with save/load capability.
上传时间: 2013-12-09
上传用户:希酱大魔王