Changeset 3723 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Dec 28, 2009, 10:33:07 PM (16 years ago)
Author:
ansari
Message:

mise a jour tres partielle du fichier modifs.tex et sophya.tex , Reza 29/12/2009

Location:
trunk/SophyaLib/Manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/modifs.tex

    r3614 r3723  
    9393\item[\rond] Avril 2009 : Introduction de la classe RandomGeneratorInterface, DR48RandGen, ThSDR48RandGen
    9494 et FMTRandGen - La classe ThSDR48RandGen RandomGenerator
    95 \item[\rond] Mars 2009 : Les exceptions sophya (PExceptions ...) heritent de de std::exception (methode what())
     95\item[\rond] Mars 2009 : Les exceptions sophya (PExceptions ...) hŽritent de de std::exception (methode what())
    9696\item[\rond] Oct 2008 : Suppression des flags {\tt OS\_xxx (OS\_MACOSX OS\_LINUX OS\_AIX ...) }
    9797de machdefs\_mkmf.h et ajout constructeur MuTyV(uint\_4, uint\_8)
     
    128128\titre{SysTools}
    129129\begin{itemize}
     130\item[\rond] Dec 2009: Introduction des classes {\bf ParallelTaskInterface, ParallelTaskFunction}
     131et {\bf ParalExThread, ParallelExecutor} afin de faciliter l'Žcriture de code avec exŽcution de
     132fonctions en parallle dans des threads. Voir les fichier {\tt SysTools/parlex.h .cc}
     133et {\tt Tests/tparlex.cc}.
    130134\item[\rond] Fev 2009 : AmŽlioration conversion double->string pour Žviter la perte de
    131135prŽcision lors des Žvaluations avec les variables de l'interprŽteur (commander.cc).
     
    149153256 entrees dans fichier postscript.
    150154\begin{itemize}
     155\item[\rond] Dec 2009: Ajout des options d'affichage : \\
     156{\tt cdreal   cdimag   cdphase cdmod (=defaut)  cdmod2 } \\
     157pour les tableaux 2D en mode image ou surface. Fichiers modifiŽs:
     158nomtarradapter.cc , nomtmatvecadapter.cc , pitvmaad.cc , pitvmaad.h.
    151159\item[\rond] Ajout de gestionnaire d'Žvenements VisibilityChange ds pixtbase.cc pour gŽrer les
    152160problmes de fentre PIBaseWdg non rafra”chie - suppression de {\tt XFlush()/usleep() }mis
  • trunk/SophyaLib/Manual/sophya.tex

    r3441 r3723  
    4848\vspace{1cm}
    4949\begin{center}
    50 {\bf \Large Sophya Version: 2.1 (V\_Nov2007) }
     50{\bf \Large Sophya Version: 2.2 (V\_Jan2010) }
    5151\end{center}
    5252\titrebp{1}
     
    849849 \subsection{Random numbers}
    850850 \index{RandomGenerator}
     851\begin{figure}[hbt]
     852\dclsbb{ AnyDataObj }{ RandomGeneratorInterface }
     853\vspace*{5mm}
     854\dclsccc{RandomGeneratorInterface}{DR48RandGen}{ ThSDR48RandGen }
     855\dclsbb{ RandomGeneratorInterface }{ FMTRandGen }
     856\end{figure}
     857%%   CHECK
     858{\bf \large SECTION A METTRE A JOUR } \\
    851859 The C-functions defined in the file BaseTools/srandgen.h can be used
    852860 for generating sequence of random numbers with different PDF (probability
     
    19731981the {\bf Tests} module : \\
    19741982\hspace{10mm} {\tt zthr.cc  , tmtdt.cc , tmtrnd.cc }
     1983
     1984\begin{figure}[hbt]
     1985\dclsbb{ZThread}{ParalExThread}
     1986\dclsa{ParallelExecutor}
     1987\end{figure}
     1988%%  CHECK
     1989{\bf \large DECRIRE l'utilisation des nouvelles classes ParallelExecutor ... }
    19751990
    19761991\subsection{Dynamic linker and C++ compiler classes}
Note: See TracChangeset for help on using the changeset viewer.