|
Articles
Below are some topics that I want to discuss and share, please contact
me if you have more information or critic on any of these articles.
HMaxF Ultimate Recursive Lossless Compression
Research
This is the description of my project (research)
Making Data Compressible
Is it possible to make any data compressible?
Shuffle (Data Shuffler)
What is it for? Is it related to data compression? Yes, it is!
Flattening (ASCII Eliminator)
Eliminate ASCII to get better compression ratio, really? how?
Analysis on compressed file content
This document should give a better view of what the compressed file content,
so we know what kind of compression method we should make to get a better
compression ratio.
Lossless Compression Impact
What is the impact of lossless data compression on real life and what
might change.
Random Data Compression and Recursive
Compression
My thought about the debate of random data compression and recursive
compression.
Sort and Swap
Another way of making data more compressible.
Compression as the best way to encrypt data
How to use compression to encrypt / secure data.
Separator
Separates some ASCII from others, so data can be compressed by Grouping
Method with more gain ratio
RSA
The description and algorithm of RSA pucblic key crypto system.
RNG (Random Number Generator)
My very own implementation of RNG algorithm, I need feedback about this
algorithm.
Fermat Little Theorem
The theorem which help people to determine primality of a number.
Miller-Rabin probability prime test.
A test which used widely to determine whether a given number COMPOSITE
or prime.
Euler Totient Function
Another important function which is very important in "number theory",
it help to determine the primitive root.
Carmichael Number
Odd composite number which passed probabilistic prime test, this short
article show the prove and how to avoid it.
|