Ignore:
Timestamp:
09/11/11 19:10:45 (13 years ago)
Author:
revillet
Message:
  • mise en place de pauses sur les slides ayant 2 blocks
Location:
trunk/presentation-langages/beamer
Files:
13 edited

Legend:

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

    r329 r348  
    22\begin{frame}[fragile] 
    33\frametitle{Langages compilés - Le langage C} 
    4 \begin{exampleblock}{Généralités} 
     4\begin{exampleblock}<1->{Généralités} 
    55\begin{itemize} 
    66\item aussi appelé \og macro-assembleur \fg 
     
    2222\end{exampleblock} 
    2323 
    24 \begin{block}{Aspects scientifiques} 
     24\begin{block}<2->{Aspects scientifiques} 
    2525\begin{itemize} 
    2626\item quelques librairies scientifiques, majoritairement payantes 
  • trunk/presentation-langages/beamer/commlang.tex

    r343 r348  
    99%C} 
    1010\end{figure} 
    11 \begin{center} Tous les langages peuvent appeler du C ! \end{center} 
     11\begin{center} Tous les langages peuvent appeler du C ! \\ 
     12"->" : peut appeller\end{center} 
    1213\end{frame} 
  • trunk/presentation-langages/beamer/csharp.tex

    r329 r348  
    2626 
    2727\begin{frame}{Langages compilés - C\#} 
    28 \begin{block}{Aspects informatiques} 
     28\begin{block}<1->{Aspects informatiques} 
    2929\begin{itemize} 
    3030\item support multi-thread natif 
     
    3434\end{block} 
    3535 
    36 \begin{block}{Support au développement} 
     36\begin{block}<2->{Support au développement} 
    3737\begin{itemize} 
    3838\item documentation intégrée au code (XML placé en commentaire) 
  • trunk/presentation-langages/beamer/fortran.tex

    r329 r348  
    11%\subsubsection{Fortran 90/95/2003} 
    22\begin{frame}{Langages compilés - Fortran 90/95/2003} 
    3 \begin{exampleblock}{Généralités} 
     3\begin{exampleblock}<1->{Généralités} 
    44\begin{itemize} 
    55\item compilateurs gratuits (gfortran, g95, MS~Fortran) ou payants (ifort) 
     
    99\end{exampleblock} 
    1010 
    11 \begin{block}{Aspects scientifiques} 
     11\begin{block}<2->{Aspects scientifiques} 
    1212\begin{itemize} 
    1313\item langage matriciel (dÚs la norme 90) 
  • trunk/presentation-langages/beamer/generalite_applicatifs.tex

    r329 r348  
    1 \subsection{Généralités} 
     1\subsubsection*{Généralités} 
    22\begin{frame} 
    33\frametitle{Langages applicatifs} 
  • trunk/presentation-langages/beamer/haskell.tex

    r329 r348  
    11%\subsubsection{Haskell} 
    22\begin{frame}{Langages fonctionnels - Haskell} 
    3 \begin{exampleblock}{Généralités} 
     3\begin{exampleblock}<1->{Généralités} 
    44\begin{itemize} 
    55\item langage fonctionnel pur 
     
    99\end{exampleblock} 
    1010 
    11 \begin{block}{Aspects scientifiques} 
     11\begin{block}<2->{Aspects scientifiques} 
    1212\begin{itemize} 
    1313\item trÚs performant pour du calcul 
     
    1919 
    2020\begin{frame}[fragile]\frametitle{Langages fonctionnels - Haskell} 
    21 \begin{block}{Aspects informatiques} 
     21\begin{block}<1->{Aspects informatiques} 
    2222\begin{itemize} 
    2323\item support multithread natif, sans modification du code 
     
    2626\end{block} 
    2727 
    28 \begin{block}{Support au développement} 
     28\begin{block}<2->{Support au développement} 
    2929\begin{itemize} 
    3030\item la majorité des implémentations propose un shell (ghci, hugs) 
  • trunk/presentation-langages/beamer/java.tex

    r329 r348  
    22\begin{frame}[fragile] 
    33\frametitle{Langages compilés - Java} 
    4 \begin{exampleblock}{Généralités} 
     4\begin{exampleblock}<1->{Généralités} 
    55\begin{itemize} 
    66\item langage objet  
     
    1010\end{exampleblock} 
    1111 
    12 \begin{block}{Aspects scientifiques} 
     12\begin{block}<2->{Aspects scientifiques} 
    1313\begin{itemize} 
    1414\item pas de librairie scientifique en standard 
  • trunk/presentation-langages/beamer/ocaml.tex

    r329 r348  
    11%\subsubsection{Ocaml} 
    22\begin{frame}{Langages fonctionnels - Ocaml} 
    3 \begin{exampleblock}{Généralités} 
     3\begin{exampleblock}<1->{Généralités} 
    44\begin{itemize} 
    55\item langage fonctionnel et impératif 
     
    1111\end{exampleblock} 
    1212 
    13 \begin{block}{Aspects scientifiques} 
     13\begin{block}<2->{Aspects scientifiques} 
    1414\begin{itemize} 
    1515\item code \og{} prouvable \fg{} 
  • trunk/presentation-langages/beamer/perl.tex

    r329 r348  
    11%\subsubsection{Perl} 
    22\begin{frame}\frametitle{Langages interprétés - Perl (5.x)} 
    3 \begin{exampleblock}{Généralités} 
     3\begin{exampleblock}<1->{Généralités} 
    44\begin{itemize} 
    55\item orienté objet 
     
    1010\end{exampleblock} 
    1111 
    12 \begin{block}{Aspects scientifiques} 
     12\begin{block}<2->{Aspects scientifiques} 
    1313\begin{itemize} 
    1414\item mal adapté au calcul pur 
  • trunk/presentation-langages/beamer/php.tex

    r329 r348  
    2121 
    2222\begin{frame}\frametitle{Langages interprétés - Php} 
    23 \begin{block}{Aspects informatiques} 
     23\begin{block}<1->{Aspects informatiques} 
    2424\begin{itemize} 
    2525\item code théoriquement portable 
     
    2929\end{block} 
    3030 
    31 \begin{block}{Support au développement} 
     31\begin{block}<2->{Support au développement} 
    3232\begin{itemize} 
    3333\item nombreuse documentation en ligne et forum d'aide 
  • trunk/presentation-langages/beamer/python.tex

    r343 r348  
    1212 
    1313\begin{frame}\frametitle{Langages interprétés - Python (2.x/3.x)} 
    14 \begin{block}{Aspects scientifiques : branche 2.x} 
     14\begin{block}<1->{Aspects scientifiques : branche 2.x} 
    1515\begin{itemize} 
    1616\item existence d'un type complexe et d'une librairie interne (cmath) pour les 
    1717fonctions de base 
    18 \item librairies mathématiques externes : NumPy, SciPy, \ldots 
     18\item librairies mathématiques externes : NumPy, SciPy, scikits \ldots 
    1919\item librairies graphiques : MatPlotlib, ppgplot, gpw, PyNGL, \ldots 
    2020\item cartographie fournie pour les tracés dans Matplotlib et PyNGL 
    2121\end{itemize} 
    2222\end{block} 
    23 \begin{alertblock}{Aspects scientifiques : branche 3.x} 
    24 Librairies déjà portées pourPython 3.x :\\ 
     23\begin{alertblock}<2->{Aspects scientifiques : branche 3.x} 
     24Librairies déjà portées pourPython 3.x : 
    2525Numpy, Scipy, gpw\\ 
    2626Les autres devraient arriver d'ici 2 ans. 
  • trunk/presentation-langages/beamer/ruby.tex

    r329 r348  
    11%\subsubsection{Ruby} 
    22\begin{frame}\frametitle{Langages interprétés - Ruby} 
    3 \begin{exampleblock}{Généralités} 
     3\begin{exampleblock}<1->{Généralités} 
    44\begin{itemize} 
    55\item langage orienté objet 
     
    1010\end{exampleblock} 
    1111 
    12 \begin{block}{Aspects scientifiques} 
     12\begin{block}<2->{Aspects scientifiques} 
    1313\begin{itemize} 
    1414\item support natif des nombres complexes 
  • trunk/presentation-langages/beamer/scilab.tex

    r329 r348  
    11%\subsubsection{Scilab} 
    22\begin{frame}{Langages applicatifs - Scilab} 
    3 \begin{exampleblock}{Généralités} 
     3\begin{exampleblock}<1->{Généralités} 
    44\begin{itemize} 
    55\item libre et gratuit 
     
    77\end{exampleblock} 
    88 
    9 \begin{block}{Aspects scientifiques} 
     9\begin{block}<2->{Aspects scientifiques} 
    1010Les applications principales de ce langage sont : 
    1111\begin{itemize} 
     
    2020 
    2121\begin{frame}[fragile]\frametitle{Langages applicatifs - Scilab} 
    22 \begin{block}{Aspects informatiques} 
     22\begin{block}<1->{Aspects informatiques} 
    2323\begin{itemize} 
    2424\item code portable entre architecture et OS 
     
    2727\end{block} 
    2828 
    29 \begin{block}{Autres} 
     29\begin{block}<2->{Autres} 
    3030\begin{itemize} 
    3131\item existence d'un dépÃŽt généralisé des contributions \verb+http://atoms.scilab.org/+ 
Note: See TracChangeset for help on using the changeset viewer.