About site: Software/Data Compression - Zzip
Return to Computers also Computers
  About site: http://debin.net/zzip/

Title: Software/Data Compression - Zzip A compression tool under GPL. Zzip compression algorithm is mainly based on the Burrows-Wheeler Transform method developped by Mike Burrows and David Wheeler.
IP-Globalnet Offers wide range of custom IVR, speech recognition, speech synthesis, call center, web interface services based in Belgium.

The_Cipher_Challenge History of a code cracking competition. Challenge details, how it was solved, winners, essays and photo gallery.

Tigra_Form_Validator_PRO A JavaScript component performing client-side form validation.

VAC_PreProcessor_(VACPP) Preprocessor which converts dimension independent notation into Fortran 90. VACPP is a specialized implementation of the general LASY Preprocessor, described in a paper at http://hermes.elte.hu/~gtoth

Pelles_C A complete IDE and development kit for Windows and Pocket PC. The compiler is based on LCC, and the install builder for Windows is based on NSIS. Both are heavily modified.

COWON_America Manufacturer of MP3 and portable video players.


  Alexa statistic for http://debin.net/zzip/





Get your Google PageRank






Please visit: http://debin.net/zzip/


  Related sites for http://debin.net/zzip/
    Talukder,_Ashit Jet Propulsion Laboratory - Robotics, AI, Computer Vision, Signal and Image Processing, Data Mining, Neural Networks, and Pattern Recognition
    Omsphere Creators of MITS (Multiple Interface Testing Suite), a tool for testing the functionality of a system. It allows to simulate the user interface of a system regardless of its availability.
    Info-Onscreen Services include development of presentations, video production, web design, corporate identity, and event staging. Located in Sydney, New South Wales, Australia.
    Coastdigital_Limited Hosting service offers content management built on ColdFusion framework.
    SecurityMetrics Manufacturer of Intrusion Detection/Prevention appliances. Features include Layer 2 network bridge operation, an integrated hardware/software solution, and automatic attack signature updating.
    DVL_Software_PowerBuilder_Tips Examples of scripts and coding techniques.
    Arkel_Products,_Inc Software for Palm OS devices. Pregnancy Assistant calculates due date, monitors contractions, provides contraction duration and interval statistics, generates alarms when thresholds are exceeded, and
    Northern_Sound_Source Official GigaSampler User site. Forum, tips, reviews and online store.
    SIGCAPH__Computers_and_the_Physically_Handicapped Promotes the interests of those, both in the academy and industry, who do research and development in the application of technology to disabilities.
    RFC_2754 RPS IANA Issues. C. Alaettinoglu, C. Villamizar, R. Govindan. January 2000.
    alt_assassination_jfk Information on moderated newsgroup on the Kennedy assassination, including Charter and multiple ways of accessing the group.
    Associated_Content__How_to_Make_Your_Own_Greeting_Cards_Using_a_Personal_Computer Read an article which describes resources for producing template-based cards.
    NZBSites_com Listing of NZB sites, showing the availability of RSS feed and/or forum per site.
    After_Napster A site that lists the alternatives.
    QuickSystems Freeware and commercial ActiveX components, tools. Visual Basic examples. Links.
    A_High_Performance_Erlang_System Erik Johansson, Mikael Pettersson and Konstantinos Sagonas. Presented at the 2nd International Conference on Principles and Practice of Declarative Programming (PPDP 2000), Montreal. [PDF]
    Hubwest_Protected_Networks_LLC Offers web design, domain registration, hosting, and internet access services.
    Dinnys_Designs Offers site design and graphics.
    Some_Creative_Guys Web design company targeting Christian organizations.
    Attention_Interactive Graphic design, programming, e-commerce and integration. Offices in Los Angeles, Washington, and London.
This is websites2007.org cache of m/ as retrieved on 2008.10.11 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
debin.net :: zzip, a free compression tool under GPL :: homevar fleche_on = new Image(12,33); fleche_on.src = "img/flecheon.gif";var fleche_off = new Image(12,33); fleche_off.src = "img/flecheoff.gif";var flechehomet = "homepage";var flechedownt = "how to download zzip";var flecherest = "some results";var flechelinkt = "some links about compression";window.defaultStatus = "zzip's website";function active(imgName) { if (document.images) { document.images[imgName].src = fleche_on.src; status = eval(imgName+"t"); }}function inactive(imgName) { if (document.images) { document.images[imgName].src = fleche_off.src; }}zzip <b><b>compression</b></b> tool titlezzip homedownload zzip<b><b>compression</b></b> resultslinks about <b><b>compression</b></b> debin.orgThis is the home page for Zzip, a new powerful compression tool for Win9x/Me/NT/2000 and Unix, with source code released under the GPL.Zzip, a new compression tool still under development, can compress files with a very high compression ratio. Compared to Winzip 7.0, you can gain, at least, 15 %. Zzip has a lot of useful features (like support for file integrity tests, built-in multimedia detection/compression...).With Zzlib, you can also use Zzip as a library (dll) in one of your program.Source code of Zzip/Zzlib is released under the GNU LGPL.Zzip compression algorithm is mainly based on the Burrows-Wheeler Transform method developped by Mike Burrows and David Wheeler. Here are the different steps : RLE packing if necessary some transformations for text, multimedia and win32 binary files (eol coding, delta-encoding,...) Burrows-Wheeler Transformation, it's a suffix sorting (Bentley-Sedgewick ternary sorting with initial bucket sorting) MTF like transformation arithmetic coding (two groups, ternary sequence & structured model)Current release of Zzip / Zzlib is 0.36c, 04-Jun-2001If you want further information or if you want to report any bug, please mail me at damien at debin dot net. History :   0.36c(04-Jun-01) + bug fixes + unix version doesn't work any more, it will be delayed until I can get access to a unix machine 0.36b(18-Dec-00) + source code is released under the GNU LGPL ! + a new option '-s' to get stats about the (de)compression (only available for x86 cpus) + bug fixes (unix version works !) 0.36a(30-Nov-00) + zzip-sfx, a new utility (only available for Win9x/NT/2000) for building self-extracting archives from zzip archives + a new adaptive block size reduction algorithm (switch -a) + bug fixes + a new web site ;) http://www.zzip.f2s.com/ 0.35g(10-Oct-00) + bug fixes 0.35f(25-Sep-00) + compression and uncompression are somewhat faster (5% I think for regular processors) + a new filter for text files (phrase replacement) has been implemented + better detection of multimedia files + bug fixes 0.35e(21-Aug-00) + compression is 5% faster, uncompression is 20% faster + the three algorithms have been merged into a single, please use now '-mx' to get the best compression ratio + memory footprint has been reduced, the new memory usage is :   - 6 times block_size during compression   - 5 times block_size during uncompression + the range of block size has been enlarged up to 20*256kb=4Mb (-b20) + a new switch (-mm) enables a new algorithm for image and wav files 0.35d(06-Aug-00) + a lot of functions have been added to the dll to manipulate archives + you can specify now which files you want to extract + Linux and Solaris versions have been updated 0.35c(27-Jul-00) + zzip has been turned into a dll, zzlib, so that you can use zzip as a command line software or as a library in your program + compression/uncompression is slightly faster 0.35b(19-Jul-00) + the compression ratio has improved by about 1%, especially with Win32 exe and text files ; I can now compress the Calgary Corpus within 816,000 bytes and the Canterbury Corpus within 471,000 bytes 0.35a(09-Jun-00) + a major release + some nice commands have been added : deleting files in an archive, adding files (recursively or not) to an existing/new archive, extracting files with full pathname, listing contents of archive, testing archives (command line options have changed !) + some bug fixes (as usual ;) 0.34f(15-May-00) + some important bug fixes + the compression ratio improved by 1% thanks to Szymon Grabowski 0.34e(27-Apr-00) + compression is about 5% faster + some bug fixes 0.34d(14-Apr-00) + (un)compression is about 10% faster + the compression ratio improved slightly (0.5%) + some bugfixes + options -b256,-b512... have been replaced by -b1,-b2... + a new compression mode for multimedia files (-mm) 0.34c(05-Apr-00) + uncompression is 10% faster + the algorithm selection is more efficient and faster 0.34b(02-Apr-00) + Another speed improvement, Zzip 0.34b is 15% faster than 0.34a, but memory usage has increased, so that there is now a new option '-lowmem' which limits memory usage 0.34a(27-Mar-00) + Zzip is now 15% faster + Zzip uses now 40% less memory, 7x block size instead of 10x + bugfixes concerning the archive feature and the i/o error handler 0.33b(24-Mar-00) + some various bug fixes + speed improvements (about 5% faster) 0.33a(17-Mar-00) + multiple-files-in-a-single-archive feature added + CRC32 control for each file of the archive 0.32b,c,d(Feb-00) + bug fix versions + unix platform 0.32(Dec-99) + first quite stable version ©2000-2002 Damien Debin, last update : Jun-2002 home :: blog :: photo blog :: my photo gallery
 

A

compression

tool

under

GPL.

Zzip

compression

algorithm

is

mainly

based

on

the

Burrows-Wheeler

Transform

method

developped

by

Mike

Burrows

and

David

Wheeler.

http://debin.net/zzip/

Zzip 2008 October

dvd rental

dvd


A compression tool under GPL. Zzip compression algorithm is mainly based on the Burrows-Wheeler Transform method developped by Mike Burrows and David Wheeler.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Premade MySpace Layouts - Loans - Web Advertising - Problem Mortgage - Mortgage Calculator
2008-10-11 10:09:28

Copyright 2005, 2006 by Webmaster
Websites is cool :) 227Hotell Kopenhamn - Kurtyny - Hotel Kopenhagen - Hotel Galway - Forumlg Download Gsm Lg Array