Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Mathimatics-Numerical algorithms Compress-Decompress algrithms

octane-1.01.20-src

Introduction - If you have any usage issues, please Google them yourself
octane v1.01.20 The Open Compression Tool kit for C. The Open Compression Toolkit is a set o f modular C classes and utilities for implement ing and testing compression algorithms. Simpl e interface and skeleton code for creating new c ompression algorithms. Complete testing fram ework for validating and comparing new algorit combinations. Support for algorithms that use external d ictionaries/headers. Utility classes and sam ple code for bitio, frequency counting, etc.
Packet file list
(Preview for download)
Packet : 79419095octane-1.01.20-src.zip filelist
octane/bin/
octane/bin/book2.txt
octane/bin/octane.ini
octane/doc/
octane/doc/doxygen/
octane/doc/doxygen/Doxyfile
octane/doc/doxygen/footer.html
octane/doc/doxygen/future.txt
octane/doc/doxygen/future_tranformers.txt
octane/doc/doxygen/gray.css
octane/doc/doxygen/header.html
octane/doc/doxygen/history.txt
octane/doc/doxygen/html/
octane/doc/doxygen/introduction.txt
octane/doc/doxygen/latex/
octane/doc/doxygen/license.txt
octane/doc/doxygen/mainpage.txt
octane/doc/doxygen/references.txt
octane/doc/doxygen/walkthrough.txt
octane/doc/doxygen/writingcompressors.txt
octane/examples/
octane/examples/readme.txt
octane/make/
octane/make/builderx/
octane/make/builderx/octane.cbx
octane/make/builderx/windows/
octane/make/builderx/windows/Debug_Build/
octane/make/devcpp/
octane/make/devcpp/Makefile.win
octane/make/devcpp/object_files/
octane/make/devcpp/octane.dev
octane/make/gcc/
octane/make/gcc/Makefile
octane/make/mingw32/
octane/make/mingw32/Makefile
octane/make/relo/
octane/make/relo/octane.fde
octane/make/relo/octane.map
octane/make/vs6/
octane/make/vs6/object_files/
octane/make/vs6/octane.dsp
octane/make/vs6/octane.dsw
octane/make/vs6/octane.opt
octane/make/vsdotnet/
octane/make/vsdotnet/object_files/
octane/make/vsdotnet/octane.sln
octane/make/vsdotnet/octane.suo
octane/make/vsdotnet/octane.vcproj
octane/make/vsdotnet/VTune/
octane/make/vsdotnet/VTune/octane.vpj
octane/make/vsdotnet/VTune/octane.vws
octane/make/WinCleanFiles.bat
octane/readme.txt
octane/src/
octane/src/bitio/
octane/src/bitio/bitio.hpp
octane/src/bitio/bitreader.hpp
octane/src/bitio/bitreaders.hpp
octane/src/bitio/bitwriter.cpp
octane/src/bitio/bitwriter.hpp
octane/src/bitio/bitwriters.hpp
octane/src/bitio/file_bitreader.hpp
octane/src/bitio/file_bitwriter.hpp
octane/src/coders/
octane/src/coders/coder.cpp
octane/src/coders/coder.hpp
octane/src/coders/coder_huffman/
octane/src/coders/coder_huffman/huffmancoder.cpp
octane/src/coders/coder_huffman/huffmancoder.hpp
octane/src/coders/coder_huffman/huffmannodes.cpp
octane/src/coders/coder_huffman/huffmannodes.hpp
octane/src/coders/coder_sample/
octane/src/coders/coder_sample/samplecoder.cpp
octane/src/coders/coder_sample/samplecoder.hpp
octane/src/compressors/
octane/src/compressors/compressor.cpp
octane/src/compressors/compressor.hpp
octane/src/compressors/compressor_mtfll/
octane/src/compressors/compressor_mtfll/mtfll.cpp
octane/src/compressors/compressor_mtfll/mtfll.hpp
octane/src/compressors/compressor_sample/
octane/src/compressors/compressor_sample/samplecompressor.cpp
octane/src/compressors/compressor_sample/samplecompressor.hpp
octane/src/compressors/compressor_sample/samplestatcompressor.cpp
octane/src/compressors/compressor_sample/samplestatcompressor.hpp
octane/src/compressors/compressor_statistical.cpp
octane/src/compressors/compressor_statistical.hpp
octane/src/compressors/compressor_substrhuff/
octane/src/compressors/compressor_substrhuff/substrhuff.cpp
octane/src/compressors/compressor_substrhuff/substrhuff.hpp
octane/src/compressors/compressor_zle/
octane/src/compressors/compressor_zle/zle.cpp
octane/src/compressors/compressor_zle/zle.hpp
octane/src/core/
octane/src/core/compressormanager.cpp
octane/src/core/compressormanager.hpp
octane/src/core/octane.hpp
octane/src/core/octaneclass.cpp
octane/src/core/octaneclass.hpp
octane/src/modelers/
octane/src/modelers/modeler.cpp
octane/src/modelers/modeler.hpp
octane/src/modelers/modeler_sample/
octane/src/modelers/modeler_sample/samplemodeler.cpp
octane/src/modelers/modeler_sample/samplemodeler.hpp
octane/src/modelers/modeler_weightvectored.cpp
octane/src/modelers/modeler_weightvectored.hpp
octane/src/modelers/modeler_zeroorder/
octane/src/modelers/modeler_zeroorder/zeroorder_modeler.cpp
octane/src/modelers/modeler_zeroorder/zeroorder_modeler.hpp
octane/src/modelers/symbolweightvector.cpp
octane/src/modelers/symbolweightvector.hpp
octane/src/octanetester/
octane/src/octanetester/octanetester.cpp
octane/src/octanetester/octanetester.hpp
octane/src/octanetester/standalonetester_main.cpp
octane/src/parsers/
octane/src/parsers/parser.cpp
octane/src/parsers/parser.hpp
octane/src/parsers/parser_bitlevel/
octane/src/parsers/parser_bitlevel/bitparser.cpp
octane/src/parsers/parser_bitlevel/bitparser.hpp
octane/src/parsers/parser_sample/
octane/src/parsers/parser_sample/sampleparser.cpp
octane/src/parsers/parser_sample/sampleparser.hpp
octane/src/parsers/parser_substring/
octane/src/parsers/parser_substring/substringparser.cpp
octane/src/parsers/parser_substring/substringparser.hpp
octane/src/utilityclasses/
octane/src/utilityclasses/stringparser/
octane/src/utilityclasses/stringparser/stringparser.hpp
octane/src/utilityclasses/timer/
octane/src/utilityclasses/timer/scope_timer.hpp
octane/src/utilityclasses/timer/timer.hpp
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.