Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 알기쉬운 알고리즘
- 이것이 자바다
- 윤성우의 열혈 자료구조
- Algorithm
- 윤성우 열혈자료구조
- insertion sort
- R
- stream
- JSON
- Stack
- 메모리구조
- Graph
- C programming
- datastructure
- list 컬렉션
- buffer
- coding test
- Serialization
- 이스케이프 문자
- 혼자 공부하는 C언어
- Selection Sorting
- C 언어 코딩 도장
- s
Archives
- Today
- Total
Engineering Note
운영체제 참고 자료 블로그 본문
[운영체제(OS)] 9. 프로세스 동기화 2
1. 전통적 동기화 예제(Classical Synchronization Problems) 1.1 Producer-Consumer Problem 생산자-소비자 문제는 생산자가 데이터를 생산하면 소비자는 그 데이터를 소비하는 형태의 문제이다. 컴퓨터 환경에서
velog.io
https://lipcoder.tistory.com/category/OS?page=5
'Computer Science > Operating System' 카테고리의 다른 글
OS (0) | 2022.02.13 |
---|---|
OS 라파 스터디 (0) | 2021.09.19 |
운영체제 중요한 점, 키워드 (0) | 2021.08.08 |
운영체제 공부 Tip link (0) | 2021.02.13 |
2. System Structure & Program Execution (0) | 2021.01.25 |
Comments