Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 2.09 KB

index.rst

File metadata and controls

96 lines (67 loc) · 2.09 KB

Systèmes informatiques

.. only:: html

 Ce site web contient le support du cours `LINFO1252 <https://uclouvain.be/cours-2023-linfo1252>`_ / `LSINC1252 <https://uclouvain.be/cours-2023-lsinc1252>`_ donné aux étudiants en informatique à l'`UCLouvain <http://www.uclouvain.be>`_. Les étudiants sont invités à ajouter leur commentaires en soumettant des patches via https://github.com/obonaventure/SystemesInformatiques .

 La version HTML est la préférable car elle contient des liens hypertextes vers les pages de manuel Linux qui font partie de la matière. D'autres formats sont possibles pour ceux qui veulent lire le document hors ligne :

        - :download:`distrib/SINF1252.epub` en format epub lisible sur tablettes style iPad ou Galaxy Tab
        - :download:`distrib/SINF1252.pdf` en format pdf pour lecture via les logiciels Adobe ou pour impression



Théorie

Introduction

.. toctree::
   :maxdepth: 2

   Theorie/intro

Langage C

.. toctree::
   :maxdepth: 2

   Theorie/C/intro-C
   Theorie/C/datatypes
   Theorie/C/declarations
   Theorie/C/gestion_memoire
   Theorie/C/malloc_implementation
   Theorie/C/complements_C

Systèmes Multiprocesseurs

.. toctree::
   :maxdepth: 2

   Theorie/Threads/threads
   Theorie/Threads/threads2
   Theorie/Threads/coordination

Fichiers

.. toctree::
   :maxdepth: 2

   Theorie/Fichiers/fichiers

Annexes

.. toctree::
   :maxdepth: 2

   bib
   glossaire