작년에 MS 사에서 학교에 방문 행사를 했었는데..
(그 타이밍이 마침 기말고사 기간인 관계로 사람들이 많이 안 가는 바람에..
방문하신 분들과 그 딱 두배수 정도 되는 학교 사람들의 만남의 자리가 있었다죠..
제공된 저녁겸 많은 김밥과 음료로 진짜 저녁이 되어버렸더라는..;;  )

그때 정말 도움이 되는 "꼭" 봐야 할 책 리스트를 알려주셨더라지요..



1.SICP (Structure and Interpretation of Computer Programs)

2. TAOCP ( The Art of Computer Programming)

3. The Practice of Programming Author:
Brian W. Kernighan

4. Compilers : Principles Techniques and Tools Author: Alfred V. Aho

5. Operating Systems : Design and Implementation Author : Tanenbaum

6. The Science of Programming Author: David Gries



이미 2권을 수업으로 봐버렸네요...;;
(4. 컴파일러와 5. 운영체제...
컴파일러 저 책은 표지가 드레곤과 기사가 그려져 있는데 정말 드레곤을 맞닥들이는거 같은 내용들..;; )

저 책들이.. 단점이 있다면 다 좀 비싸다는거..
(다만, 번역서는 가격이 천차만별...
4만원에 육박하는 것도 있나 하면 만얼마에 살 수 있는 것도 있다는..;; )

하여튼.. 원서로 보면 더 좋고, 번역서로 보더라도 충분히 좋은 책 리스트들이기에 올려봅니다. ㅎㅎ..



덧) 이번에 1번 SICP 산다는..;;
그럼 세권째 되겠죠. ㅎㅎ..
2번은 그닥 좋을지 목차로는 모르겠던데 1번 다 읽고 한번 사 봐야겠어요. ㅎ.

더 아는 좋은 책 있으면 추천 해 주세요~
(Unix 의 정석으로 불리는 APUE - Advanced Programming in the Unix Environment 같은 책이나 등등이요.. )



참고로 아래는 인터넷에 그리 많이 떠돌아 다닌다는..
꼭 읽어야 할 몇십 선...;; 이런 자료라는..;;

'Study.. > etcs..' 카테고리의 다른 글

현재 옮겨져 있는 신의키스 홈페이지.  (0) 2008.10.25
ISM band  (0) 2008.06.04
부산대 레폿 용지  (8) 2008.03.25
MyphpAdmin 설치하기  (0) 2008.02.19
init.s 와 기타... 정보  (0) 2007.11.11
Posted by Yoons...
,
Advanced Programming in the UNIX Environment, Addison-Wesley, 1992, ISBN 0-201-56317-7.
  • Additional Information: Table of Contents, Preface, etc.
  • Current errata.
  • Foreign language translations.
  • Source code for all examples in the book (170K compressed tar file).
    • Source code for all examples in the book (170K compressed tar file). This tar file was supplied by a reader who modified the library for RedHat Linux 5.0. The directory lib.rhlin contains this library--the remainder of the tar file should be identical to the standard tar file (previous bullet). This reader reports that he did not test all the programs under Linux, he just worked on the library that is required by all the programs.

      Here is an updated version of the Linux source code, supplied by a reader, that supposedly works under RedHat 5.0 and 5.1.

      Here is an another version of the Linux source code, supplied by a reader, that supposedly works under RedHat 6.0.

    • Problems with descriptor passing under Solaris 2.6.
    • Hints for compiling under HP-UX 9.04.



----------------------------------------------------------------------------------------------

contents...

Preface

1. Introduction (a "whirlwind tour of Unix")
2. Unix Standardization and Implementations
3. File I/O
4. Files and Directories
5. Standard I/O Library
6. System Data Files and Information
7. The Environment of a Unix Process
8. Process Control
9. Process Relationships
10. Signals
11. Terminal I/O
12. Advanced I/O
13. Daemon Processes
14. Interprocess Communication
15. Advanced Interprocess Communication
16. A Database Library
17. Communicating with a PostScript Printer
18. A Modem Dialer
19. Pseudo Terminals

Appendices
A. Function Prototypes
B. Miscellaneous Source Code (all source code is available for download)
C. Solutions to Selected Exercises

'Study.. > Linux' 카테고리의 다른 글

검색 로봇 막기..!!  (0) 2007.08.23
Adding A System Call  (0) 2007.06.03
Linux System Call Table  (0) 2007.06.03
리눅스 프로그래머를 위한 가이드  (0) 2007.06.03
vi Editor 사용법...  (0) 2007.05.30
Posted by Yoons...
,