 |
|
| |
|
 |
 |
at Global Oneness Community.
Share your dreams and let others help you with the interpretation!
Dream Sharing Forum
|
 |
List of algorithms - Compression algorithms |  | List of algorithms - Compression algorithms: Encyclopedia II - List of algorithms - Compression algorithms |  |
List of algorithms - Lossless compression algorithms.
Burrows-Wheeler transform: preprocessing useful for improving lossless compression
DEFLATE: lossless data compression
Delta encoding: aid to compression of data in which sequential data occurs frequently
Incremental encoding: delta encoding applied to sequences of strings
LZW: lossless data compression (Lempel-Ziv-Welch)
LZ77 (algorithm): LZ77 and LZ78 are the names for the two lossless data compression algori ...
See also:List of algorithms, List of algorithms - Combinatorial algorithms, List of algorithms - General combinatorial algorithms, List of algorithms - Graph algorithms, List of algorithms - Search algorithms, List of algorithms - String algorithms, List of algorithms - Sort algorithms, List of algorithms - Merge Algorithms, List of algorithms - Compression algorithms, List of algorithms - Lossless compression algorithms, List of algorithms - Lossy compression algorithms, List of algorithms - Computational geometry, List of algorithms - Computer graphics, List of algorithms - Cryptographic algorithms, List of algorithms - Operating systems algorithms, List of algorithms - Distributed systems algorithms, List of algorithms - Numerical algebra, List of algorithms - Number theoretic algorithms, List of algorithms - Numerical algorithms, List of algorithms - Optimization algorithms, List of algorithms - Digital signal processing, List of algorithms - Parsing, List of algorithms - Theory of computation and automaton, List of algorithms - Software engineering, List of algorithms - Quantum algorithms, List of algorithms - Medical algorithms, List of algorithms - Other |  | | List of algorithms, List of algorithms - Combinatorial algorithms, List of algorithms - Compression algorithms, List of algorithms - Computational geometry, List of algorithms - Computer graphics, List of algorithms - Cryptographic algorithms, List of algorithms - Digital signal processing, List of algorithms - Distributed systems algorithms, List of algorithms - General combinatorial algorithms, List of algorithms - Graph algorithms, List of algorithms - Lossless compression algorithms, List of algorithms - Lossy compression algorithms, List of algorithms - Medical algorithms, List of algorithms - Merge Algorithms, List of algorithms - Number theoretic algorithms, List of algorithms - Numerical algebra, List of algorithms - Numerical algorithms, List of algorithms - Operating systems algorithms, List of algorithms - Optimization algorithms, List of algorithms - Other, List of algorithms - Parsing, List of algorithms - Quantum algorithms, List of algorithms - Search algorithms, List of algorithms - Software engineering, List of algorithms - Sort algorithms, List of algorithms - String algorithms, List of algorithms - Theory of computation and automaton |  | |
|  |  | List of algorithms: Encyclopedia II - List of algorithms - Compression algorithms
List of algorithms - Compression algorithms
List of algorithms - Lossless compression algorithms
- Burrows-Wheeler transform: preprocessing useful for improving lossless compression
- DEFLATE: lossless data compression
- Delta encoding: aid to compression of data in which sequential data occurs frequently
- Incremental encoding: delta encoding applied to sequences of strings
- LZW: lossless data compression (Lempel-Ziv-Welch)
- LZ77 (algorithm): LZ77 and LZ78 are the names for the two lossless data compression algorithms
- LZMA: short for Lempel-Ziv-Markov chain-Algorithm
- LZO: data compression algorithm that is focused on speed
- PPM compression algorithm
- Shannon-Fano coding
- Truncated binary encoding
- Run-length encoding: lossless data compression taking advantage of strings of repeated characters
- SEQUITUR algorithm: lossless compression by incremental grammar inference on a string
- EZW (Embedded Zerotree Wavelet)
- Entropy encoding: coding scheme that assigns codes to symbols so as to match code lengths with the probabilities of the symbols
- Huffman coding: simple lossless compression taking advantage of relative character frequencies
- Adaptive Huffman coding: adaptive coding technique based on Huffman coding
- Arithmetic coding: advanced entropy coding
- Range encoding: data compression method that is believed to approach the compression ratio of arithmetic coding
- Entropy coding with known entropy characteristics
- Unary coding: code that represents a number n with n ones followed by a zero
- Elias delta|gamma|omega coding: universal code encoding the positive integers
- Fibonacci coding: universal code which encodes positive integers into binary code words
- Golomb coding: form of entropy coding that is optimal for alphabets following geometric distributions
- Rice coding: form of entropy coding that is optimal for alphabets following geometric distributions
List of algorithms - Lossy compression algorithms
- Linear predictive coding: lossy compression by representing the spectral envelope of a digital signal of speech in compressed form
- A-law algorithm: standard companding algorithm
- Mu-law algorithm: standard analog signal compression or companding algorithm
- Fractal compression: method used to compress images using fractals
- Transform coding: type of data compression for "natural" data like audio signals or photographic images
- Vector quantization: technique often used in lossy data compression
- Wavelet compression: form of data compression well suited for image compression (sometimes also video compression and audio compression)
Other related archivesA* tree search, A-law algorithm, AKS primality test, Adaptive Huffman coding, Advanced Encryption Standard, Aho-Corasick algorithm, Algorithms, Algorithms for Recovery and Isolation Exploiting Semantics, Ant colony optimisation, Arithmetic coding, Astronomical algorithms, Asymmetric (public key) encryption, Baby-step giant-step, Banker's algorithm, Baum-Welch algorithm, Bellman-Ford algorithm, Best-first search, Bezier curves, Binary gcd algorithm, Binary search algorithm, Binary search tree, Binary tree sort, Bitap algorithm, Blowfish, Bluestein's FFT algorithm, Blum Blum Shub, Bogosort, Booth's multiplication algorithm, Boruvka's algorithm, Boyer-Moore string search algorithm, Branch and bound, Breadth-first search, Bresenham's line algorithm, Bruun's FFT algorithm, Bubble sort, Buchberger's algorithm, Bucket sort, Buddy memory allocation, Bully algorithm, Burrows-Wheeler transform, CHS conversion, CORDIC, CYK algorithm, Canonical LR parser, Chain matrix multiplication, Cocktail sort, Coloring algorithm, Comb sort, Compression algorithms, Computational geometry, Computer graphics, Congruence of squares, Cooley-Tukey FFT algorithm, Counting sort, Cryptographic, Cryptographically secure pseudo-random number generators, Cyclic redundancy check, DEFLATE, DSA, DTMF, Data Encryption Standard, De Boor algorithm, De Casteljau's algorithm, Dekker's algorithm, Delta encoding, Depth-first search, Deutsch-Jozsa algorithm, Diffie-Hellman, Diffie-Hellman key exchange, Digital signal processing, Dijkstra's algorithm, Discrete Fourier transform, Discrete logarithm, Distributed systems, Dixon's algorithm, Doomsday algorithm, EZW (Embedded Zerotree Wavelet), Earley's algorithm, Earliest deadline first scheduling, Edmonds-Karp algorithm, Eigenvalue algorithm, ElGamal, Elevator algorithm, Entropy coding with known entropy characteristics, Entropy encoding, Euclidean algorithm, Exponentiating by squaring, Extended Euclidean algorithm, Fair-share scheduling, False position method, Fast Fourier transform, Fermat's factorization method, Fibonacci coding, Flood fill, Floyd's cycle-finding algorithm, Floyd-Warshall algorithm, Ford-Fulkerson algorithm, Fortuna, Fractal compression, Gauss-Jordan elimination, Gauss-Legendre algorithm, Gauss-Newton algorithm, General number field sieve, Genetic algorithms, Gift wrapping algorithm, Gilbert-Johnson-Keerthi distance algorithm, Global illumination, Gnome sort, Goertzel algorithm, Golomb coding, Graham scan, Gram-Schmidt process, Graph algorithms, Grover's algorithm, Gröbner basis, HMAC, Hash table, Heapsort, Huffman coding, Hungarian algorithm, IDEA, Incremental encoding, Index calculus algorithm, Insertion sort, Integer factorization, Interpolation, Johnson algorithm, Jones's period proxy algorithm, Kahan summation algorithm, Knuth-Bendix completion algorithm, Knuth-Morris-Pratt algorithm, Kruskal's algorithm, LALR (Look-ahead LR) parser, LL parser, LR parser, LZ77 (algorithm), LZMA, LZO, LZW, Lamport ordering, Least slack time scheduling, Lenstra elliptic curve factorization, Levenberg-Marquardt algorithm, Levenberg-Marquardt nonlinear least squares fitting algorithm, Levenshtein edit distance, Line drawing algorithm, Linear predictive coding, Linear search, List scheduling, Local search, Longest increasing subsequence problem, Longest-common subsequence problem, Lossless compression algorithms, Lossy compression algorithms, MD5, MISER algorithm, Marzullo's algorithm, Mathematical lists, Medical algorithm, Merge sort, Mersenne twister, Message digest, Miller-Rabin primality test, Mu-law algorithm, Multiplication algorithms, Multivariate division algorithm, NTRUEncrypt, Nearest neighbour algorithm, Needleman-Wunsch algorithm, Newton's method, Nonblocking Minimal Spanning Switch, Number theoretic, Operating systems, Operator-precedence parser, Optimization algorithms, Osem, PPM compression algorithm, Packrat parser, Page replacement algorithms, Painter's algorithm, Pancake sorting, Parity, Parsing, Particle swarm, Particle swarm optimization, Peterson's algorithm, Pigeonhole sort, Pohlig-Hellman algorithm, Point in polygon, Pollard's p-1 algorithm, Pollard's rho algorithm, Pollard's rho algorithm for logarithms, Powerset construction, Predictive search, Prim's algorithm, Primality tests, Prime-factor FFT algorithm, Pseudorandom number generators, Quadratic sieve, Quantum algorithms, Quicksort, RC4 (cipher), RIPEMD-160, RSA, Rabin-Karp string search algorithm, Rader's FFT algorithm, Radix sort, Rainflow-counting algorithm, Range encoding, Rate-monotonic scheduling, Ray tracing, Recursive descent parser, Rice coding, Risch algorithm, Robinson-Schensted algorithm, Round-robin scheduling, Rounding functions, Run-length encoding, Runge's phenomenon, SEQUITUR algorithm, SHA-1, SLR (Simple LR) parser, Scanline rendering, Schreier-Sims algorithm, Search algorithms, Secant method, Selection algorithm, Selection sort, Shannon-Fano coding, Shell sort, Shifting nth-root algorithm, Shor's algorithm, Shortest common supersequence, Sieve of Atkin, Sieve of Eratosthenes, Simplex algorithm, Simulated annealing, Smoothsort, Snapshot algorithm, Software engineering, Sort algorithms, Special number field sieve, Spline interpolation, Spring based algorithm, Square root, Strassen algorithm, Subset sum, Symbolic Cholesky decomposition, Symmetric (secret key) encryption, Tabu search, Texas Medication Algorithm Project, Todd-Coxeter algorithm, Topics in cryptography, Topological sort, Transform coding, Trial division, Truncated binary encoding, Unary coding, Unicode Collation Algorithm, Vector quantization, Viterbi algorithm, Wavelet compression, Xiaolin Wu's line algorithm, Xor swap algorithm, Yarrow algorithm, Young tableaux, algorithm, algorithms on Wikipedia, calculus, context-free grammar, context-free grammars, convex, convex hull, delta, digital signature, digital zoom, entropy, exponential, factorization, fatigue, gamma, graph drawing, graph theory, greatest common divisor, intersection algorithm, linear programming, linear time, list of numerical analysis topics, longest common substring problem, magnitude, matching, maximum flow, minimum spanning tree, numerical analysis, numerical integration, omega, parsing expression grammars, partial ordering, pi, polynomials, prime, prime factorization algorithm, priority queue, quantum computation, rendering, rewriting, rsync, set, shortest job next, shortest paths, shortest remaining time, shortest seek first, splines, stress, telephone exchange, top-down parser, total ordering, trigonometric function
 Adapted from the Wikipedia article "Compression algorithms", under the G.N U Free Docmentation License. Please also see http://en.wikipedia.org/wiki |
|
|
More material related to List Of Algorithms can be found here:
|
|
« Back
|
Search the Global Oneness web site |
|
|
|
|
 |
Sneak-Peek of Global Oneness Community
Hi friend! The Global Oneness Community, the place for information and sharing about Oneness is not really launched yet (you will see there is still some clean up to do) ...but it is now open for a sneak-peek! And if you wish - please register and become one of the very first members to do so! Jonas
Forum Home,
Articles,
Photo Gallery,
Videos,
News,
Sitemap
...and much more!
|