1 / 7

Memory

a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. a. Memory. iNum. 주소 , 위치 는 숫자로 되어 있다 (2 진수 ) 이 위치를 탐색 , 입 , 출력 하는 것을 포인트 라고 한다. output. A = 0 1000. A = 0 0010. i. o. .h. a. 변수. 상수. int. iNum2. 3. ;. r value(right value) 상수 , 변수 가능.

dian
Download Presentation

Memory

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. a a a a a a a a a a a a a a a a a a a a a a a a

  2. Memory iNum 주소,위치는 숫자로 되어 있다(2진수) 이 위치를 탐색,입,출력 하는 것을 포인트 라고 한다 output A = 0 1000 A = 0 0010 i o .h

  3. a 변수 상수 int iNum2 3 ; rvalue(right value) 상수, 변수 가능 ㅣvalue(left value) 변수만(상수는 올 수 없다) ~ & iNum2 iNum1 a = 4byte 들어온 수 a 0 0 0 1 F F F F F F F int iNum1=3; 결과 a 0 0 0 0 1 1 1 15 …. 1 a 0 1 0 0 1 0 0 a 결과 = -16 164

  4. a a int iNum1=3; intiNum2=4; a = a a BIT And a iNum1 & iNum2 a 4byte->2진수 4byte->2진수 0 0 0 0 1 1 1 1 15 …. ~ …. 1 1 1 1 0 0 0 0 결과 = -16 1 0 1 0 0 1 0 0 164

  5. a printf(“int = %d”, sizeof(iNum)); iNum (int:정수) + 3(정수) a = 결국 정수값=4byte intiNum; a 캐시 CPU MEMORY 1 ALU int iNum1 = 3; CU 2 Register 3 int iNum2 = 4; 4 iNum2 =4 5 6 iNum =3 7 8 iNum3 7

More Related