-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathohilab.bib
executable file
·44 lines (39 loc) · 1.37 KB
/
ohilab.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@manual{ codestyle:google,
author = {Weinberger, Benjy and Silverstein, Craig and Eitzmann, Gregory and Mentovai, Mark and Landray, Tashana},
title = {Google C++ Style Guide},
year = {2012},
organization = {Google, Inc.},
version = {3.199}
}
@manual{ codestyle:gnu,
author = {Stallman, Richard and others},
title = {GNU Coding Standards},
year = {2012},
organization = {Free Software Foundation, Inc.},
}
@online{ codestyle:camel,
organization = {Wikimedia Foundation, Inc.},
title = {Camel Case},
url = {http://en.wikipedia.org/wiki/CamelCase},
}
@manual{ codestyle:geotechnical,
title = {C++ Programming Style Guidelines},
year = {2011},
month = {1},
version = {4.9},
organization = {Geotechnical Software Services},
url = {http://geosoft.no/development/cppstyle.html}
}
@manual{ codestyle:quantum,
title = {Application Note C/C++ Coding Standard},
year = {2008},
month = {8},
version = {G},
organization = {Quantum Leaps LLC},
url = {http://www.state-machine.com/doc/AN_QL_Coding_Standard.pdf}
}
@online{ codestyle:doxygen,
organization = {Dimitri van Heesch},
title = {Doxygen - Generate documentation from source code},
url = {http://www.stack.nl/~dimitri/doxygen/},
}