일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 참조은요양병원
- 정보과학
- 독후감
- C
- 풀이&소스코드저작권:왕유승
- if문
- 정보올림피아드
- IT
- C++
- 다중반복문
- 리눅스
- 정보영재원
- 백도어
- 문제출저:www.dovelet.com
- DBMS
- 영재교육원
- 프로그래밍
- Linux
- 배열
- 리눅스 명령어
- API
- c언어
- 제어문
- 독서 감상문
- 반복문
- For문
- Backdoor
- 알고리즘
- 수학영재원
- 자료구조
Archives
- Today
- Total
목록2009~2014/Proejct (14)
되는대로 살자
[C언어 프로젝트] 미니게임 모음 숫자-스피드숫자
함수 구현 void numcount() { system("cls"); int x,y,chance; int num; int key; int stage; srand((unsigned)time(NULL)); printf("난이도를 선택하세요.\n"); printf("(1.쉬움 2.보통 3.어려움)\n"); printf("선택=> "); scanf("%d",&stage); while(1) { i = rand() % 10 + 1; x = rand() % 36; y = rand() % 10; system("cls"); printf("시작합니다."); delay(1500); system("cls"); gotoxy(x,y); printf("%d",i); if(stage==1) delay(300); if(stage==2..
2009~2014/Proejct
2010. 11. 5. 17:01