일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 백준
- string 메소드
- 이분그래프
- getline
- 프레임워크와 라이브러리의 차이
- Django란
- 연결요소
- iOS14
- string 함수
- 구조체와 클래스의 공통점 및 차이점
- 매크로
- EOF
- 장고란
- 엑셀
- 알고리즘 공부방법
- c++
- 입출력 패턴
- 표준 입출력
- 입/출력
- correlation coefficient
- Django의 편의성
- k-eta
- 자료구조
- vscode
- double ended queue
- UI한글변경
- 시간복잡도
- scanf
- 2557
- Django Nodejs 차이점
- Today
- Total
Storage Gonie
16, 32, 64 비트(bit) 시스템의 메모리(RAM) 제한 본문
Memory error in python
16, 32 및 64 비트 시스템의 이론적 메모리 한계는 다음과 같습니다.
- 16 비트 = 65,536 바이트(= 64Kilobytes)
- 32 비트 = 4,294,967,296 바이트(= 4Gigabytes)
- 64 비트 = 18,446,744,073,709,551,616 바이트 or 17,179,869,184 기가바이트(= 16Exabyte)
출처 : https://superuser.com/questions/556008/memory-limits-in-16-32-and-64-bit-systems
Memory limits in 16, 32 and 64 bit systems
The theoretical memory limits in 16, 32 and 64 bit machines are as follows: 16 bit = 65,536 bytes (64 Kilobytes) 32 bit = 4,294,967,296 bytes (4 Gigabytes) 64 bit = 18,446,744,073,709,551,616 (16
superuser.com
출처 : techterms.com/help/difference_between_32-bit_and_64-bit_systems
What is the difference between a 32-bit and 64-bit system?
What is the difference between a 32-bit and 64-bit system? A: The terms "32-bit" and "64-bit" are commonly seen in system requirements and other technical literature, but few people actually know what these terms mean. Do they refer to hardware or software
techterms.com