source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/Bibliography/biblioData.xml

Last change on this file was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 4.7 KB
Line 
1<!-- ******************************************************** -->
2<!--                                                          -->
3<!--  [History]                                               -->
4<!--    Created:  Katsuya Amako, Nov-2006                     -->
5<!--                                                          -->
6<!-- ******************************************************** -->
7
8<!-- ******************* Bibliograpy Entry ****************** -->
9<biblioentry id="biblio.booch1994">
10  <abbrev id="biblio.booch1994.abbrev">
11    Booch1994
12  </abbrev>
13  <author>
14    <firstname>Grady</firstname>
15    <surname>Booch</surname>
16  </author>
17  <title>
18    Object-Oriented Analysis and Design with Applications
19  </title>
20  <publishername>
21    The Benjamin/Cummings Publishing Co. Inc
22  </publishername>
23  <pubdate>
24    1994
25  </pubdate>
26  <isbn>
27    ISBN: 0-8053-5340-2
28  </isbn>
29</biblioentry>
30
31<!-- ******************* Bibliograpy Entry ****************** -->
32<biblioentry id="biblio.ellis1990">
33  <abbrev id="biblio.ellis1990.abbrev">
34    Ellis1990
35  </abbrev>
36  <authorgroup>
37    <author>
38      <firstname>Margaret</firstname>
39      <surname>Ellis</surname>
40    </author>
41    <author>
42      <firstname>Bjarne</firstname>
43      <surname>Stroustrup</surname>
44    </author>
45  </authorgroup>
46  <title>
47    Annotated C++ Reference Manual (ARM)
48  </title>
49  <publishername>
50    Addison-Wesley Publishing Co.
51  </publishername>
52  <pubdate>
53    1990
54  </pubdate>
55</biblioentry>
56
57<!-- ******************* Bibliograpy Entry ****************** -->
58<biblioentry id="biblio.hecht1974">
59  <abbrev id="biblio.hecht1974.abbrev">
60    Hecht1974
61  </abbrev>
62  <authorgroup>
63    <author>
64      <firstname>E. </firstname>
65      <surname>Hecht</surname>
66    </author>
67    <author>
68      <firstname>A. </firstname>
69      <surname>Zajac</surname>
70    </author>
71  </authorgroup>
72  <title>
73    Optics
74  </title>
75  <publishername>
76    Addison-Wesley Publishing Co.
77  </publishername>
78  <pubdate>
79    1974
80  </pubdate>
81  <pagenums>
82    pp. 71-80 and pp. 244-246
83  </pagenums>
84</biblioentry>
85
86<!-- ******************* Bibliograpy Entry ****************** -->
87<biblioentry id="biblio.josuttis1999">
88  <abbrev id="biblio.josuttis1999.abbrev">
89    Josuttis1999
90  </abbrev>
91  <author>
92    <firstname>Nicolai M. </firstname>
93    <surname>Josuttis</surname>
94  </author>
95  <title>
96    The C++ Standard Library - A Tutorial and Reference
97  </title>
98  <publishername>
99    Addison-Wesley Publishing Co.
100  </publishername>
101  <pubdate>
102    1999
103  </pubdate>
104  <isbn>
105    ISBN: 0-201-37926-0
106  </isbn>
107</biblioentry>
108
109<!-- ******************* Bibliograpy Entry ****************** -->
110<biblioentry id="biblio.meyers2001">
111  <abbrev id="biblio.meyers2001.abbrev">
112    Meyers2001
113  </abbrev>
114  <author>
115    <firstname>Scott </firstname>
116    <surname>Meyers</surname>
117  </author>
118  <title>
119    Effective STL
120  </title>
121  <publishername>
122    Addison-Wesley Publishing Co.
123  </publishername>
124  <pubdate>
125    2001
126  </pubdate>
127  <isbn>
128    ISBN: 0-201-74962-9
129  </isbn>
130</biblioentry>
131
132<!-- ******************* Bibliograpy Entry ****************** -->
133<biblioentry id="biblio.musser1996">
134  <abbrev id="biblio.musser1996.abbrev">
135    Musser1996
136  </abbrev>
137  <authorgroup>
138    <author>
139      <firstname>David R. </firstname>
140      <surname>Musser</surname>
141    </author>
142    <author>
143      <firstname>Atul </firstname>
144      <surname>Saini</surname>
145    </author>
146  </authorgroup>
147  <title>
148    STL Tutorial and Reference Guide / C++ Programming with the Standard Template Library
149  </title>
150  <publishername>
151    Addison-Wesley Publishing Co.
152  </publishername>
153  <pubdate>
154    1996
155  </pubdate>
156  <isbn>
157    ISBN: 0-201-63398-1
158  </isbn>
159</biblioentry>
160
161<!-- ******************* Bibliograpy Entry ****************** -->
162<biblioentry id="biblio.plauger1995">
163  <abbrev id="biblio.plauger1995.abbrev">
164    Plauger1995
165  </abbrev>
166  <author>
167    <firstname>P.J.</firstname>
168    <surname>Plauger</surname>
169  </author>
170  <title>
171    The Draft Standard C++ Library
172  </title>
173  <publishername>
174    Prentice Hall, Englewood Cliffs
175  </publishername>
176  <pubdate>
177    1995
178  </pubdate>
179</biblioentry>
180
181<!-- ******************* Bibliograpy Entry ****************** -->
182<biblioentry id="biblio.chauvie2007">
183  <abbrev id="biblio.chauvie2007.abbrev">
184    Chauvie2007
185  </abbrev>
186  <author>
187    <surname>
188    S. Chauvie, Z. Francis, S. Guatelli, S. Incerti, B. Mascialino,
189    P. Moretto, P. Nieminen and M. G. Pia
190    </surname>
191  </author>
192  <title>
193    Geant4 physics processes for microdosimetry simulation: design foundation
194    and implementation of the first set of models
195  </title>
196  <publishername>
197    To be published in IEEE Trans. Nucl. Sci., Dec. 2007
198  </publishername>
199  <pubdate>
200    2007
201  </pubdate>
202</biblioentry>
Note: See TracBrowser for help on using the repository browser.