Ignore:
Timestamp:
03/25/11 19:10:43 (13 years ago)
Author:
revillet
Message:

clean langages and part of design

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/presentation-langages/c.tex

    r297 r298  
    1 \subsubsection{Le langage C} 
    2 \begin{frame}\frametitle{Le langage C - Généralités} 
     1%\subsubsection{Le langage C} 
     2\begin{frame}{Langages Compilés - Le langage C} 
     3\begin{exampleblock}{Généralités} 
    34\begin{itemize} 
    45\item aussi appelé \og macro-assembleur \fg 
     
    89\item langage normalisé (ANSI, C89, C99)  
    910\end{itemize} 
    10 \end{frame} 
     11\end{exampleblock} 
    1112 
    1213% TODO merge here 
    1314 
    14 \begin{frame}\frametitle{Le langage C - Aspects scientifiques} 
     15\begin{block}{Aspects scientifiques} 
    1516\begin{itemize} 
    1617\item quelques librairies scientifiques, majoritrairement payantes 
    1718\item langage peu recommandé pour du calcul scientifique 
    1819\end{itemize} 
     20\end{block} 
    1921\end{frame} 
    2022 
    21 \begin{frame}\frametitle{Le langage C - Aspects informatiques} 
     23\begin{frame}{Langages Compilés - Le langage C} 
     24\begin{block}{Aspects informatiques} 
    2225\begin{itemize} 
    2326\item support multi-thread selon OS et librairies systÚme (openMP selon 
     
    2831\item librairie de lecture/écriture de fichiers NetCDF 
    2932\end{itemize} 
     33\end{block} 
    3034\end{frame} 
    3135 
Note: See TracChangeset for help on using the changeset viewer.