eliotjang / CSE_File_Processing_Lecture

컴퓨터공학과 2학년 파일처리론 강의 정리

Repository from Github https://github.comeliotjang/CSE_File_Processing_LectureRepository from Github https://github.comeliotjang/CSE_File_Processing_Lecture

파일처리론

컴퓨터공학과 2학년 교과목인 파일처리론을 수강하여 배운 내용들을 정리했습니다.

활용한 언어

  • C
  • Python

배운 내용

  • 파일의 기본 개념
  • 파일 저장 장치
  • 파일의 입출력 제어
  • 순차 파일
  • 인덱스 구조
  • 인덱스된 순차 파일
  • 직접 파일
  • 다중 키 파일
  • 텍스트를 위한 파일

File Processing

Language

  • C
  • Python

Contents

  • Basic concepts of files
  • File storage device
  • I/O control of files
  • Sequential file
  • Index structure
  • Indexed Sequential Files
  • Direct Files
  • Multi-key file
  • Files for Text

About

컴퓨터공학과 2학년 파일처리론 강의 정리


Languages

Language:Python 49.1%Language:C 35.2%Language:C++ 15.7%