컴퓨터 과학(Computer Science, Common Sense)

Deadlock

5 분 소요

February 10, 2022   Computer-science

Deadlock의 개념과 발생조건 및 처리방법에 대하여

Process Synchronization 4.

4 분 소요

February 06, 2022   Computer-science

Classical problem of synchronization. (Dining-Philosophers Problem. e.t.c.)

빅오(Big-O) 표기법

5 분 소요

February 05, 2022   Computer-science

알고리즘 성능 분석 측면의 접근을 통한 빅오 표기법이 필요한 이유

Process Synchronization 2.

8 분 소요

February 03, 2022   Computer-science

About critical section. Algorithm to critical section problem solve.

CPU 스케줄링 3.

3 분 소요

January 12, 2022   Computer-science

다양한 상황에서의 CPU 스케줄링 알고리즘에 대하여

CPU 스케줄링 2.

4 분 소요

January 09, 2022   Computer-science

일반적인 CPU 스케줄링 알고리즘에 대하여

CPU 스케줄링 1.

3 분 소요

January 06, 2022   Computer-science

CPU 스케줄링이란 무엇인가

OS Overview

2 분 소요

December 19, 2021   Computer-science

Introduction to Operating Systems

증명(Proof)

1 분 소요

July 13, 2021   Computer-science

술어, 한정화명제, 직접증명, 간접증명

자료형: 숫자형

1 분 소요

July 06, 2021   Computer-science

Python 숫자 자료형에 대하여

논리적 표현

3 분 소요

July 05, 2021   Computer-science

컴퓨팅 사고를 위한 논리적 표현에 대하여

C언어 컴파일링

최대 1 분 소요

July 05, 2021   Computer-science

컴파일링(Compile)에 대한 간략한 정리

자료형(Data type)

1 분 소요

June 22, 2021   Computer-science

파이썬과 C언어의 자료형에 대하여

2진수(Binary digit)

최대 1 분 소요

June 21, 2021   Computer-science

컴퓨터 과학의 기초가 되는 2진수에 대하여