Changeset 3723 in Sophya for trunk/SophyaLib/Manual
- Timestamp:
- Dec 28, 2009, 10:33:07 PM (16 years ago)
- Location:
- trunk/SophyaLib/Manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/modifs.tex
r3614 r3723 93 93 \item[\rond] Avril 2009 : Introduction de la classe RandomGeneratorInterface, DR48RandGen, ThSDR48RandGen 94 94 et FMTRandGen - La classe ThSDR48RandGen RandomGenerator 95 \item[\rond] Mars 2009 : Les exceptions sophya (PExceptions ...) h eritent de de std::exception (methode what())95 \item[\rond] Mars 2009 : Les exceptions sophya (PExceptions ...) hritent de de std::exception (methode what()) 96 96 \item[\rond] Oct 2008 : Suppression des flags {\tt OS\_xxx (OS\_MACOSX OS\_LINUX OS\_AIX ...) } 97 97 de machdefs\_mkmf.h et ajout constructeur MuTyV(uint\_4, uint\_8) … … 128 128 \titre{SysTools} 129 129 \begin{itemize} 130 \item[\rond] Dec 2009: Introduction des classes {\bf ParallelTaskInterface, ParallelTaskFunction} 131 et {\bf ParalExThread, ParallelExecutor} afin de faciliter l'criture de code avec excution de 132 fonctions en parallle dans des threads. Voir les fichier {\tt SysTools/parlex.h .cc} 133 et {\tt Tests/tparlex.cc}. 130 134 \item[\rond] Fev 2009 : Amlioration conversion double->string pour viter la perte de 131 135 prcision lors des valuations avec les variables de l'interprteur (commander.cc). … … 149 153 256 entrees dans fichier postscript. 150 154 \begin{itemize} 155 \item[\rond] Dec 2009: Ajout des options d'affichage : \\ 156 {\tt cdreal cdimag cdphase cdmod (=defaut) cdmod2 } \\ 157 pour les tableaux 2D en mode image ou surface. Fichiers modifis: 158 nomtarradapter.cc , nomtmatvecadapter.cc , pitvmaad.cc , pitvmaad.h. 151 159 \item[\rond] Ajout de gestionnaire d'venements VisibilityChange ds pixtbase.cc pour grer les 152 160 problmes de fentre PIBaseWdg non rafrachie - suppression de {\tt XFlush()/usleep() }mis -
trunk/SophyaLib/Manual/sophya.tex
r3441 r3723 48 48 \vspace{1cm} 49 49 \begin{center} 50 {\bf \Large Sophya Version: 2. 1 (V\_Nov2007) }50 {\bf \Large Sophya Version: 2.2 (V\_Jan2010) } 51 51 \end{center} 52 52 \titrebp{1} … … 849 849 \subsection{Random numbers} 850 850 \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 } \\ 851 859 The C-functions defined in the file BaseTools/srandgen.h can be used 852 860 for generating sequence of random numbers with different PDF (probability … … 1973 1981 the {\bf Tests} module : \\ 1974 1982 \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 ... } 1975 1990 1976 1991 \subsection{Dynamic linker and C++ compiler classes}
Note:
See TracChangeset
for help on using the changeset viewer.