This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Projet-C-Huffman/travaux_a_faire_projet_c.txt
2019-12-07 18:26:56 +01:00

18 lines
No EOL
758 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

GESTION DE FICHIERS :
- Structure Gérer les échanges avec le disque, mémorisant notamment létat des échanges en cours
- Fonction Ouvrir un fichier binaire en lecture ou écriture
- Fonction Ecrire un bit dans un fichier binaire
- Fonction Lire un fichier binaire
- Fonction Fermer un fichier
ARBRE DE CODAGE :
- Fonction Fréquence d'apparition des caractères dans un fichier
- tri quicksort
- Implémentation de l'algorithme de construction de l'arbre de codage (Module Arbres_Binaires)
- tri à bulle
COMPRESSION :
- Fonction de compression d'un fichier texte dans un fichier binaire
EXTRACTION (DECOMPRESSION) :
- Fonction d'extraction d'un fichier texte depuis un fichier compressé