25년도 1학기 오픈소스분석 수업을 들으며 내용을 정리했다. 막학기라 그런지 내용이 타 과목보다 쉽게 이해되는 부분이 있어 좋았다. LectureTopicURLLN1Introduction to Key Value Storeshttps://yeondventure.tistory.com/287LN2Overview of LDB RDBhttps://yeondventure.tistory.com/288?category=1243912LN3Basic operation in Key Value store LN4In memory operation LN5In memory Structure LN6Bloom Filter LN7In storage Structure LN8Block Cache LN10..
학과 수업을 들으며 정리한 내용이다.LectureContentsURLLecure 13types : sysprogramminghttps://yeondventure.tistory.com/260Lecture 2Linux commandshttps://yeondventure.tistory.com/261?category=1212906Lecture 3File Programminghttps://yeondventure.tistory.com/262?category=1212906Lecture 4Process Structurehttps://yeondventure.tistory.com/263?category=1212906Lecture 5 https://yeondventure.tistory.com/264?category=1212..
자바 기초 개념을 학습하기 위해 인프런으로 공부한 내용을 정리했다.
학과 운영체제 수업을 OSTEP 이라는 책으로 진행했다. 교수님이 수업을 해본 중 위 책이 수업하기 가장 좋고 재밌다고 하셨고,운영체제 공부의 가장 기본적인 바이블로 불리는 '공룡책' 으로 한번 내용을 훑어봤던 터라 내용은 크게 어렵지 않았던 것 같다.(큰 흐름 이해는 어렵지 않았으나 OSTEP 에서는 공룡책보다 개념을 더 깊고 자세하게 배우는 것 같다고 생각했다. 실제로 예시코드가 더 많이 들어있고 전문적이다.)따라서 본 포스팅에서는 책 내용 요약 + 따로 정리해둔 기록 을 합쳐 기록할 예정이다! 📑 Remzi 교수의 OSTEP 이라는 책은 영어로 되어있다. 따라서 아래의 한글 번역본을 통해 공부했다. ostep-translations/korean at master · remzi-arpacidusse..
C++에 대한 이해를 돕기 위해 책을 찾던 중 위 책이 유명하다 해서 보게 되었다.C언어를 배우지 않아 문법을 이해하는게 막막했는데 이 책은 C와 C++ 언어의 차이를 설명하고 내용을 진행한다는 점이 마음에 들었다.챕터마다 예제코드가 많이 있어 직접 따라해 볼 수 있으며 입문용으로 유명한 책이기 때문에 구글링을 통해 다양한 자료를 얻을 수 있다. Chapter1. [열혈강의 C++] 1장. C 기반의 C++ 1Part 1. C++ 로의 전환1장. C 기반의 C++ 1더보기 1-1 printf와 scanf를 대신하는 입출력 방식1-2 함수 오버로딩1-3 디폴트 매개 변수1-4 인라인 함수1-5 이름공간에 대한 소개1-6 연습문제 정답 및 해설1-7 Oyeondventure.tistory.com [열혈강의..
Lecture 1https://yeondventure.tistory.com/88?category=1182335Lecture 2https://yeondventure.tistory.com/89?category=1182335Lecture 3https://yeondventure.tistory.com/90?category=1182335Lecture 4https://yeondventure.tistory.com/91Lecture 5 Lecture 6
공룡책으로 운영체제를 정리한다. 목차는 다음과 같다. Ch.1Introductionhttps://yeondventure.tistory.com/44Ch.2Operating system structureshttps://yeondventure.tistory.com/45?category=1152586Ch.3Processhttps://yeondventure.tistory.com/46?category=1152586Ch.4Threads & Concurrencyhttps://yeondventure.tistory.com/47?category=1152586Ch.5CPU Schedulinghttps://yeondventure.tistory.com/48?category=1152586Ch.6Synchronization to..