-
0x01에서 0x의 의미와 2, 16진수 사용 이유코딩Coding/코딩기초상식_필수지식 2022. 2. 21. 17:35728x90
http://webs.co.kr/index.php?mid=Programming&document_srl=3320312
Program - 0x01에서 0x의 의미와 2, 16진수 사용이유
Visual C/C++에서 16비트 표현은 0x 로 합니다. 0xA024 는 16진수이죠. 이것은 표기상의 모양만 다를뿐 숫자의 크기 값은 같습니다. 즉 10진수로 12랑 16진수로 0x0C랑 같습니다. 그럼 왜 16진수 표기를 자주
webs.co.kr
데이터 표현 (2진수, 8진수, 10진수, 16진수)[부호가 없는 정수(unsigned)]
- https://akohongbigcenter.tistory.com/m/490데이터 표현 (2진수, 8진수, 10진수, 16진수)[부호가 없는 정수(unsigned)]
데이터 표현 (2진수, 8진수, 10진수, 16진수)[부호가 없는 정수(unsigned)] 컴퓨터 메모리의 내용을 표시하기 위해 2진수가 흔히 사용되며, 10진수와 16진수도 필요시 사용이 된다. 기계 수준 명령
akohongbigcenter.tistory.com
한글LaTeX강의_001⭐️
LaTeX tutorial_Logic Gate이해하기_
로직 게이트 기초
#logicgate and or nand ex
- https://economiceco.tistory.com/m/15269한글LaTeX강의_001⭐️LaTeX tutorial_Logic Gate이해하기_로직 게이트 기초 #logicgate and or nand ex
한글LaTeX강의_001⭐️LaTeX tutorial_Logic Gate이해하기_로직 게이트 기초 #logicgate #latex https://youtu.be/cYXDhDDSnnY https://github.com/YoungHaKim7/Latex_Lang GitHub - YoungHaKim7/Latex_Lang Contr..
economiceco.tistory.com
한글Rust_067⭐️Rust & Computer_Science기초_16진수_2진수로변환연습_Bevy Game
https://youtu.be/CstDZxmA8Y8
반응형'코딩Coding > 코딩기초상식_필수지식' 카테고리의 다른 글
배포 structure - ninefloor (0) 2022.03.03 Why IPV4 address is 32 bit & IPV6 is 128 bit? (0) 2022.02.28 개발에 영어가 필수 인 이유-Nomad coders (0) 2022.02.24 매개변수(Parameter) (0) 2022.02.23 가상 메모리-메모리 관리 기법의 하나 (0) 2022.02.02 The processors and their direction are:(제품마다 IA32,Sun C, Sun A, x86-64 A 등등 방향 🧭 (0) 2022.02.02 (deep copy,깊은 복사) vs (shallow copy, 얇은 복사) (0) 2022.01.31 컴퓨터 파일 . 확장자(Filename extension) (0) 2022.01.27