Recommanded Free YOUTUBE Lecture: <% selectedImage[1] %>

Bibliography next up previous contents
Next: About this document ... Up: C Programming FAQs Previous: 22. ISO C Standard Consideration

Bibliography

$Id: Site_2fFAQ_2fCfaqHTML_2fnode25_2ehtml,v 1.1 2007/01/09 02:46:17 root Exp root $

ANSI
American National Standards Institute, American National Standard for Information Systems -- Programming Language -- C, ANSI X3.159-1989 (질문 [*]11.2 참고).

ANSI Rationale
American National Standards Institute, Rationale for American National Standard for Information Systems -- Programming Language -- C (질문 [*]11.2 참고).

C99 Rationale
International Organization for Standardization, Rationale for International Standard -- Programming Language -- C

Bentley
Jon Bentley, Writing Efficient Programs, Prentice-Hall, 1982, ISBN 0-13-970244-X.

Burki
David Burki, ``Date Conversions,'' The C Users Journal, February 1993, pp. 29-34.

Darwin
Ian F. Darwin, Checking C Programs with lint, O'Reilly, 1988, ISBN 0-937175-30-7.

Goldberg
David Goldberg, ``What Every Computer Scientist Should Know about Floating-Point Arithmetic,'' ACM Computing Surveys, Vol. 23 #1, March, 1991, pp. 5-48.

H&S
Samuel pp. Harbison and Guy L. Steele, Jr., C: A Reference Manual, Fourth Edition, Prentice-Hall, 1995, ISBN 0-13-326224-3. [H&S]

H&S2002
Samuel pp. Harbison and Guy L. Steele, Jr., C: A Reference Manual, Fifth Edition, Prentice-Hall, 2002, ISBN 0-13-089592-X. [H&S5]

PCS
Mark R. Horton, Portable C Software, Prentice Hall, 1990, ISBN 0-13-868050-7.

POSIX
Institute of Electrical and Electronics Engineers, Portable Operating System Interface (POSIX) -- Part 1: System Application Program Interface(API) [C Language], IEEE Std. 1003.1, [C89]/IEC 9945-1.

SUS
Single UNIX Specification Version 3 - IEEE Std 1003.1, 2004 Edition, Single UNIX Specification Version 3 Formerly known as [POSIX].
http://www.unix.org/version3/

C89
International Organization for Standardization, ISO 9899:1990 (질문 [*]11.2 참고).

C9X
International Organization for Standardization, WG14/N794 Working Draft (질문 [*]11.1과 [*]11.2b 참고).

C99
Internatinoal Organization for Standardization, ISO 9899:1999, Programming Languages -- C

1
Brian W. Kernighan and P.J. Plauger, The Elements of Programming Style, Second Edition, McGraw-Hill, 1978, ISBN 0-07-034207-5.

K&R1
Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, Prentice-Hall, 1978, ISBN 0-13-110163-3.

K&R2
Brian W. Kernighan and Dennis M. Ritchie, The C Programming Language, Second Edition, Prentice Hall, 1988, ISBN 0-13-110362-8, 0-13-110370-9. (질문 [*]18.10 참고)

Knuth
Donald E. Knuth, The Art of Computer Programming. Volume 1: Fundamental Algorithms, Second Edition, Addison-Wesley, 1973, ISBN 0-201-03809-9. Volume 2: Seminumerical Algorithms, Second Edition, Addison-Wesley, 1981, ISBN 0-201-03822-6. Volume 3: Sorting and Searching, Addison-Wesley, 1973, ISBN 0-201-03803-X. (새 증보판이 나올 예정임!)

CT&P
Andrew Koenig, C Traps and Pitfalls, Addison-Wesley, 1989, ISBN 0-201-17928-8. [CT&P]

Marsaglia
G. Marsaglia and T.A. Bray, ``A Convenient Method for Generating Normal Variables,'' SIAM Review, Vol. 6 #3, July, 1964.

Park
Stephen K. Park and Keith W. Miller, ``Random Number Generators: Good Ones are Hard to Find,'' Communications of the ACM, Vol. 31 #10, October, 1988, pp. 1192-1201 (also technical correspondence August, 1989, pp. 1020-1024, and July, 1993, pp. 108-110).

Plauger
P.J. Plauger, The Standard C Library, Prentice Hall, 1992, ISBN 0-13-131509-9.

Plum
Thomas Plum, C Programming Guidelines, Second Edition, Plum Hall, 1989, ISBN 0-911537-07-4.

Saul
William H. Press, Saul A. Teukolsky, William T. Vetterling, and Brian pp. Flannery, Numerical Recipes in C, Second Edition, Cambridge University Press, 1992, ISBN 0-521-43108-5.

Dale
Dale Schumacher, Ed., Software Solutions in C, AP Professional, 1994, ISBN 0-12-632360-7.

Robert
Robert Sedgewick, Algorithms in C, Addison-Wesley, 1990, ISBN 0-201-51425-7. (새 증보판이 준비되고 있습니다. 첫판 ISBN 0-201-31452-5.)

Simonyi
Charles Simonyi and Martin Heller, ``The Hungarian Revolution,'' Byte, August, 1991, pp.131-138.

Straker
David Straker, C Style: Standards and Guidelines, Prentice Hall, ISBN 0-13-116898-3.

Summit
Steve Summit, C Programming FAQs: Frequently Asked Questions, Addison-Wesley, 1995, ISBN 0-201-84519-9. [이 FAQ list를 확장 정리한 책. http://www.eskimo.com/~scs/C-faq/book/Errata.html 참고]

Wu
Sun Wu and Udi Manber, ``AGREP -- A Fast Approximate Pattern-Matching Tool,'' USENIX Conference Proceedings, Winter, 1992, pp. 153-162.

개정된 Indian Hill 스타일 가이드 (질문 [*]17.9 참고)에는 다른 참고 문헌들이 있습니다. 질문 [*]18.10을 참고하기 바랍니다.

GLIBC
GNU C Library version 2.1.3의 소스. 자세한 것은 http://www.gnu.org/software/glibc/를 참고하시기 바랍니다.

Lewine
Donald Lewine, ``POSIX PROGRAMMER's GUIDE -- Writing Protable UNIX Programs,'' O'Reilly & Associates, Inc., ISBN 0-937175-73-0

Raymond
Eric S. Raymond, The New Hacker's Dictionary. Online version은 Eric S. Raymond씨의 홈페이지인, http://www.tuxedo.org/~esr/에서 구할 수 있습니다.

Stevens98
W. Richard Stevens, UNIX Network Programming, Volumn 1, Networking APIs: Sockets and XTI, 2nd edition, Prentice Hall, ISBN 0-13-490012-X.
http://www.kohala.com/start/unpv12e.html

Ken99
Ken Lunde, CJKV Information Processing, 1st edition, O'Reilly, ISBN 1-56592-224-7




2006-08-30