-
Are you a great developer?
Categories
- agile (3)
- algorithms (19)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (110)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (81)
Tag Archives: Computing
Computer Algorithms: Data Compression with Diagram Encoding and Pattern Substitution
Overview Two variants of run-length encoding are the diagram encoding and the pattern substitution algorithms. The diagram encoding is actually a very simple algorithm. Unlike run-length encoding, where the input stream must consists of many repeating elements, as “aaaaaaaa” for … Continue reading
Posted in algorithms, PHP
Tagged Coding theory, Computer file formats, Computer science, Computing, conventional compressing tool, Data compression, html, Information theory, Lossy compression, pattern substitution algorithm, pattern substitution algorithms, Pattern Substitution The pattern substitution algorithm, PHP, Run-length encoding, web hosting
Leave a comment







