Add some explication on mask operations
This commit is contained in:
parent
ae91b9b4e4
commit
5c432ee7b7
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ Pour compiler le programme, utilisez `make`.
|
||||||
---
|
---
|
||||||
### Sources et infos
|
### Sources et infos
|
||||||
- [Explication graphique de comment Huffman fonctionne](http://lwh.free.fr/pages/algo/compression/huffman.html)
|
- [Explication graphique de comment Huffman fonctionne](http://lwh.free.fr/pages/algo/compression/huffman.html)
|
||||||
- [Explication sur comment on fait des opérations sur des bits](https://www.tutorialspoint.com/cprogramming/c_bitwise_operators.htm)
|
- [Explication sur comment on fait des opérations sur des bits](https://stackoverflow.com/a/10493604) et [ces exemples](https://www.tutorialspoint.com/cprogramming/c_bitwise_operators.htm)
|
||||||
- Testé avec `gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0`.
|
- Testé avec `gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0`.
|
||||||
|
|
Reference in a new issue