본문 바로가기

프로그래밍

(6)
[논리회로] 16진수 표기법과 10진수로 변환 (Hexadecimal Number System, Hex to Decimal & Decimal to Hex) [Digital Systems] p61-63 https://midoriprogramming.tistory.com/12 [논리회로] 2진수 숫자의 곱셈 방법 (Multiplication of Binary) [Digital Systems] https://midoriprogramming.tistory.com/10 [논리회로] 부호 절대값, 1의 보수, 2의 보수와 부호 확장 (Sign and magnitude form & 1's complement / 2's compl [Digital Systems] p363-367 https://midoriprogramming.tistory.com/4 [ midoriprogramming.tistory.com 지난 시간에 2진수 숫자의 곱셈 방법에 대해서 알아봤다. 이번에는 ..
[논리회로] 2진수 숫자의 곱셈 방법 (Multiplication of Binary) [Digital Systems] https://midoriprogramming.tistory.com/10 [논리회로] 부호 절대값, 1의 보수, 2의 보수와 부호 확장 (Sign and magnitude form & 1's complement / 2's compl [Digital Systems] p363-367 https://midoriprogramming.tistory.com/4 [논리회로] 10진수에서 2진수로 전환하는 방법 (Decimal to Binary Conversion), Repeated Division [Digital Systems] p59-60 https://mido.. midoriprogramming.tistory.com 지난 시간에 부호 절대값, 1의 보수, 2의 보수, 부호 확장에 ..
[논리회로] 부호 절대값, 1의 보수, 2의 보수와 부호 확장 (Sign and magnitude form & 1's complement / 2's complement & Sign extension) [Digital Systems] p363-367 https://midoriprogramming.tistory.com/4 [논리회로] 10진수에서 2진수로 전환하는 방법 (Decimal to Binary Conversion), Repeated Division [Digital Systems] p59-60 https://midoriprogramming.tistory.com/3 [논리회로] 2진수에서 10진수로 전환하는 방법 (Binary to Decimal Conversion) [Digital Systems] p.58 https://midoriprogramming.tistory.c.. midoriprogramming.tistory.com 지난 시간에 10진수를 2진수로 전환하는 방법에 대해서 알아봤다. 이번에..
[논리회로] 10진수에서 2진수로 전환하는 방법 (Decimal to Binary Conversion), Repeated Division [Digital Systems] p59-60 https://midoriprogramming.tistory.com/3 [논리회로] 2진수에서 10진수로 전환하는 방법 (Binary to Decimal Conversion) [Digital Systems] p.58 https://midoriprogramming.tistory.com/2 [논리회로] 디지털 수 체계 10진수와 2진수의 이해(Digital Number Systems - Decimal&Binary), 2진수 카운팅 [Digital Systems] p.39-43 ○ Dig.. midoriprogramming.tistory.com 지난 시간에 2진수를 10진수로 전환하는 방법에 대해서 알아봤다. 이번에는 10진수를 2진수로 전환하는 방법에 대해서 알아..
[논리회로] 2진수에서 10진수로 전환하는 방법 (Binary to Decimal Conversion) [Digital Systems] p.58 https://midoriprogramming.tistory.com/2 [논리회로] 디지털 수 체계 10진수와 2진수의 이해(Digital Number Systems - Decimal&Binary), 2진수 카운팅 [Digital Systems] p.39-43 ○ Digital Number Systems (디지털 수 체계) 디지털 수 체계를 이해하기 위해서는 2진수(binary), 8진수(octal), 10진수(decimal), 16진수(hexadecimal)에 대한 이해가 필요하다. 2진.. midoriprogramming.tistory.com 지난 시간에 디지털 수 체계에 대해서 알아봤다. 이번에는 2진수를 10진수로 전환하는 방법에 대해서 알아보겠다 ○ Bi..
[논리회로] 디지털 수 체계 10진수와 2진수의 이해 (Digital Number Systems - Decimal&Binary), 2진수 카운팅 [Digital Systems] p.39-43 ○ Digital Number Systems (디지털 수 체계) 디지털 수 체계를 이해하기 위해서는 2진수(binary), 8진수(octal), 10진수(decimal), 16진수(hexadecimal)에 대한 이해가 필요하다. 2진수 (Binary) - 2 symbols 8진수 (Octal) - 8 symbols 10진수 (Decimal) - 10 symbols 16진수 (Hexadecimal) - 16 symbols ● 10진수 (Decimal) 10개의 심볼(symbols)이 존재 : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 MSD (Most Significant Digit) : 최상위수 LSD (Least Significant Digit) ..