|
0; j < 3; j++)
{
if (com_val[i] == my_val[j])
{
ball++;
if (i == j)
{
ball--;
strike++;
}
}
}
}
printf(" %d 번째 도전결과 : %d strike, %d ball!! \n", x++, strike, ball);
if (strike == 3)
{
printf("Game End! \n");
pass_flag = 1;
}
strike = 0; ball = 0;
}
return 0;
}
- 결과 도전 프로그래밍 THR
|
- 페이지 14페이지
- 가격 2,000원
- 등록일 2016.03.07
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z);
printf("16진수\n%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\t%x\n\n", a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z);
printf("10진수\n%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\
|
- 페이지 6페이지
- 가격 1,000원
- 등록일 2014.02.24
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
1.
중앙 처리 장치 ( Central Processing Unit ), 주 기억장치 ( Main Memory ),
보조 기억장치( Secondary Memory ), 입력장치( Input Device ),
출력장치( Out Device )
2.
" 0010 010
Y 1001 101
|
- 페이지 4페이지
- 가격 800원
- 등록일 2010.02.25
- 파일종류 아크로벳(pdf)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|