-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbib.tex
188 lines (149 loc) · 6.36 KB
/
bib.tex
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
\begin{thebibliography}{99}
% bib
\bibitem[ANSI]{ansi} American National Standards Institute,
\IT{American National Standard for Information Systems
--- Programming Language --- C}, ANSI X3.159--1989 (질문 \ql{11.2} 참고).
\bibitem[ANSI Rationale]{rationale} American National Standards Institute,
\IT{Rationale for American National Standard for Information Systems
--- Programming Language --- C} (질문 \ql{11.2} 참고).
\bibitem[C99 Rationale]{rational2} International Organization for
Standardization, \IT{Rationale for International Standard ---
Programming Language --- C}
\bibitem[Bentley]{jon:wep} Jon Bentley, \IT{Writing Efficient Programs},
Prentice-Hall, 1982, ISBN 0-13-970244-X.
\bibitem[Burki]{dateconv} David Burki, ``Date Conversions,''
\IT{The C Users Journal}, February 1993, \Page{29--34}.
\bibitem[Darwin]{lint} Ian F.\ Darwin, \IT{Checking C Programs with lint},
O'Reilly, 1988, ISBN 0-937175-30-7.
\bibitem[Goldberg]{fpoint} David Goldberg,
``What Every Computer Scientist Should Know about
Floating-Point Arithmetic,'' \IT{ACM Computing Surveys}, Vol.\ 23 \#1,
March, 1991, pp.\ 5--48.
\bibitem[H\&S]{hs}
Samuel pp.\ Harbison and Guy L.\ Steele, Jr.,
\IT{C: A Reference Manual},
Fourth Edition, Prentice-Hall, 1995, ISBN 0-13-326224-3. [H\&S]
\bibitem[H\&S2002]{hs5}
Samuel pp.\ Harbison and Guy L.\ Steele, Jr.,
\IT{C: A Reference Manual},
Fifth Edition, Prentice-Hall, 2002, ISBN 0-13-089592-X. [H\&S5]
\bibitem[PCS]{pcs}
Mark R.\ Horton, \IT{Portable C Software}, Prentice Hall, 1990,
ISBN 0-13-868050-7.
\bibitem[POSIX]{posix}
Institute of Electrical and Electronics Engineers,
\IT{Portable Operating System Interface (POSIX) ---
Part 1: System Application Program Interface(API) [C Language]},
IEEE Std.\ 1003.1, \cite{c89}/IEC 9945--1.
\bibitem[SUS]{sus}
Single UNIX Specification Version 3 --
IEEE Std 1003.1, 2004 Edition, Single UNIX Specification Version 3
Formerly known as \cite{posix}. \\
http://www.unix.org/version3/
\bibitem[C89]{c89}
International Organization for Standardization, ISO 9899:1990
(질문 \ql{11.2} 참고).
\bibitem[C9X]{c9x}
International Organization for Standardization, WG14/N794 Working Draft
(질문 \ql{11.1}과 \ql{11.2b} 참고).
\bibitem[C99]{c99}
Internatinoal Organization for Standardization, ISO 9899:1999,
\EM{Programming Languages --- C}
\bibitem{elemprog}
Brian W.\ Kernighan and P.J.\ Plauger,
\IT{The Elements of Programming Style}, Second Edition,
McGraw-Hill, 1978, ISBN 0-07-034207-5.
\bibitem[K\&R1]{kr1}
Brian W.\ Kernighan and Dennis M.\ Ritchie,
\IT{The C Programming Language},
Prentice-Hall, 1978, ISBN 0-13-110163-3.
\bibitem[K\&R2]{kr2}
Brian W.\ Kernighan and Dennis M.\ Ritchie,
\IT{The C Programming Language}, Second Edition,
Prentice Hall, 1988, ISBN 0-13-110362-8, 0-13-110370-9.
(질문 \ql{18.10} 참고)
\bibitem[Knuth]{knuth}
Donald E.\ Knuth, \IT{The Art of Computer Programming}.
Volume 1: \IT{Fundamental Algorithms}, Second Edition,
Addison-Wesley, 1973, ISBN 0-201-03809-9.
Volume 2: \IT{Seminumerical Algorithms}, Second Edition,
Addison-Wesley, 1981, ISBN 0-201-03822-6.
Volume 3: \IT{Sorting and Searching},
Addison-Wesley, 1973, ISBN 0-201-03803-X. (새 증보판이 나올 예정임!)
\bibitem[CT\&P]{ctp}
Andrew Koenig, \IT{C Traps and Pitfalls}, Addison-Wesley, 1989,
ISBN 0-201-17928-8. [CT\&P]
\bibitem[Marsaglia]{genvar}
G.\ Marsaglia and T.A.\ Bray, ``A Convenient Method for Generating
Normal Variables,'' \IT{SIAM Review}, Vol.\ 6 \#3, July, 1964.
\bibitem[Park]{random}
Stephen K.\ Park and Keith W.\ Miller,
``Random Number Generators: Good
Ones are Hard to Find,'' \IT{Communications of the ACM}, Vol.\ 31 \#10,
October, 1988, pp.\ 1192--1201 (also technical correspondence August,
1989, \Page{1020--1024}, and July, 1993, \Page{108--110}).
\bibitem[Plauger]{stdlib}
P.J.\ Plauger, \IT{The Standard C Library}, Prentice Hall, 1992,
ISBN 0-13-131509-9.
\bibitem[Plum]{cguide}
Thomas Plum, \IT{C Programming Guidelines}, Second Edition, Plum Hall,
1989, ISBN 0-911537-07-4.
\bibitem[Saul]{numeric}
William H.\ Press, Saul A.\ Teukolsky, William T.\ Vetterling,
and Brian pp.\ Flannery,
\IT{Numerical Recipes in C}, Second Edition, Cambridge University
Press, 1992, ISBN 0-521-43108-5.
\bibitem[Dale]{swsolution}
Dale Schumacher, Ed.,
\IT{Software Solutions in C}, AP Professional, 1994,
ISBN 0-12-632360-7.
\bibitem[Robert]{calgo}
Robert Sedgewick, \IT{Algorithms in C}, Addison-Wesley, 1990,
ISBN 0-201-51425-7. (새 증보판이 준비되고 있습니다.
첫판 ISBN 0-201-31452-5.)
\bibitem[Simonyi]{hungarian}
Charles Simonyi and Martin Heller, ``The Hungarian Revolution,''
\IT{Byte}, August, 1991, pp.131-138.
\bibitem[Straker]{cstyle}
David Straker, \IT{C Style: Standards and Guidelines}, Prentice Hall,
ISBN 0-13-116898-3.
\bibitem[Summit]{cfaqs}
Steve Summit,
\IT{C Programming FAQs: Frequently Asked Questions},
Addison-Wesley,
1995, ISBN 0-201-84519-9. [이 FAQ list를 확장 정리한 책.
\verb+http://www.eskimo.com/~scs/C-faq/book/Errata.html+ 참고]
\bibitem[Wu]{agrep}
Sun Wu and Udi Manber, ``AGREP --- A Fast Approximate Pattern-Matching
Tool,'' USENIX Conference Proceedings, Winter, 1992,
\Page{153--162}.
개정된 Indian Hill 스타일 가이드 (질문 \ql{17.9} 참고)에는 다른 참고
문헌들이 있습니다. 질문 \ql{18.10}을 참고하기 바랍니다.
\bibitem[GLIBC]{glibc}
GNU C Library version 2.1.3의 소스.
자세한 것은 \TT{http://www.gnu.org/software/glibc/}를
참고하시기 바랍니다.
\bibitem[Lewine]{ppg}
Donald Lewine,
``POSIX PROGRAMMER's GUIDE --- Writing Protable UNIX Programs,''
O'Reilly \& Associates, Inc., ISBN 0-937175-73-0
\bibitem[Raymond]{raymond:jargon}
Eric S.\ Raymond, \IT{The New Hacker's Dictionary}.
Online version은 Eric S.\ Raymond씨의 홈페이지인,
\verb+http://www.tuxedo.org/~esr/+에서
구할 수 있습니다.
\bibitem[Stevens98]{unp1}
W.\ Richard Stevens, \EM{UNIX Network Programming, Volumn 1,
Networking APIs: Sockets and XTI}, 2nd edition, Prentice Hall,
ISBN 0-13-490012-X. \\
\verb+http://www.kohala.com/start/unpv12e.html+
\bibitem[Ken99]{cjkv}
Ken Lunde, \EM{CJKV Information Processing}, 1st edition,
O'Reilly, ISBN 1-56592-224-7
\end{thebibliography}
%
% Local Variables:
% coding: utf-8
% fill-column: 78
% End:
%