코딩Coding/C언어_용어
-
MSB(most significant bit)vs LSB(least significant bit)코딩Coding/C언어_용어 2021. 11. 25. 19:51
https://woodforest.tistory.com/m/103 헷갈리지만 헷갈리면 안되는 것 1) 비트/바이트/니블/워드 헷갈리지만 헷갈리면 안되고 빠르게 생각, 계산할 수 있어야 좋은 내용 비트 (bit) 0 (이진수에서) 1 bit 1 (이진수에서) 0 또는 1인 값 그렇다면 010110은?? 6비트 6비트로 표현 가능한 2진수의 갯 woodforest.tistory.com least significant bit and most significant bit 1byte(바이트) = 8 bit 1 nybble(니블) = 4 bit(비트) 1 word(워드) = 컴퓨터 사양에 따라 다름 워드(word) 출처 https://pmj0403.tistory.com/m/entry/%EB%B9%84%ED%8A%B..
-
Escape Sequences이스케이프 시퀀스코딩Coding/C언어_용어 2020. 10. 18. 14:42
https://docs.microsoft.com/ko-kr/cpp/c-language/escape-sequences?view=vs-2019이스케이프 시퀀스이스케이프 시퀀스Escape Sequences 이 문서의 내용 --> 백슬래시( \ ) 뒤에 한 문자나 숫자 조합이 오는 문자 조합을 "이스케이프 시퀀스"라고 합니다.Character combinations consisting of a backslash (\) followed by docs.microsoft.com https://edu.goorm.io/learn/lecture/201/%ED%95%9C-%EB%88%88%EC%97%90-%EB%81%9D%EB%82%B4%EB%8A%94-c%EC%96%B8%EC%96%B4-%EA%B8%B0%EC%B4%88/..
-
argc(Argument Count), argv(Argument Value)코딩Coding/C언어_용어 2020. 10. 18. 11:32
https://www.google.com/search?q=argc%20argv%20meaning%20in%20cargc argv meaning in c - Google 검색argc and argv. So far, all the programs we have written can be run with a single command. For example, if we compile an executable called ...www.google.com argc argv meaning in c