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
上傳用戶:希醬大魔王