바로가기

모두를 위한 열린 강좌 KOCW

주메뉴

  • 주제분류
    공학 >컴퓨터ㆍ통신 >컴퓨터공학
  • 강의학기
    2012년 2학기
  • 조회수
    3,684
  •  
시스템 프로그래밍

차시별 강의

PDF VIDEO SWF AUDIO DOC AX
1. 문서 Introduction Overview of class policies and an introduction to Systems Programming; What is Systems Programming and why is it important. URL
2. 문서 Development Tools Review C Unix Programming Tools; gcc and make. How to compile using gcc and compile and link using make. URL
3. 문서 More Development Tools Reviews C Unix Programming Tools: gdb for debugging. Provides in depth example of how to use gdb. URL
4. 문서 C Survival Skill 1 Reviews important basic concepts in C programming; pointers. Shows how to implement pointers and how pointers can change in memory. URL
5. 문서 C Survival Skill 2 Reviews important basic concepts in C programming; memory allocation and arrays. Shows how to allocate and deallocate heap memory and how arrays are similar to pointers. URL
6. 문서 C Survival Skill 3 Reviews important basic concepts in C programming; argv and argc and printf. Shows how to implement and use argv, argc, and printf. URL
7. 문서 C Survival Skill 4 Reviews important basic concepts in C programming; malloc and types of memory. Shows how stack memory changes during program execution. URL
8. 문서 System Calls and I/O A two part lecture which covers basic file system calls and I/O calls; open, close, stat, read, write. URL
9. 문서 Processes Covers processes under Unix; what they are, their lifecycle, creating them with fork, and managing them with wait and waitpid. URL
10. 문서 Thread A two part lecture covering threads; what they are, why do we need them, process vs threads, and how to create using pthreads. URL
11. 문서 Introduction to Networking Describes basic concepts for networks; protocols, protocol layers, service models, and interfaces. Short introduction to TCP and UDP. URL
12. 문서 Advanced Networking Describes the concepts required to understand the client-server model. Shows how to implement a C/S using sockaddr, getaddrinfo, socket, bind, listen, and connect / accept. How to send and receive data with send and recv. Managing a connection with close and shutdown. URL

연관 자료

loading..

사용자 의견

강의 평가를 위해서는 로그인 해주세요. 로그인팝업

이용방법

  • http://www.kocw.net/home/common/contents3/document/lec/2012/KonKuk_glocal/Kimsoim/11.pdf

    ※ 강의별로 교수님의 사정에 따라 전체 차시 중 일부 차시만 공개되는 경우가 있으니 양해 부탁드립니다.

이용조건