U E D R , A S I H C RSS

새싹교실/2011/무전취식/레벨4

* : 2011/4/13 5~ 8
* : 06
* : 11



1. ICE Breaking


: . 토 . 형 트하 . Zp ICE Breaking . .


: 화 . ㅠㅠㅠㅠㅠㅠ ㅋㅋㅋ ㅠㅠ 'ㅅ'/ 1 . 토 . . '파' . . . . 'ㅅ'

: 'ㅅ'// !! - . . . . . NXT하 . 4 . FAIL함 ㅠㅠ . 함. 4!!!! =ㅂ= ㅋㅋㅋ

태 : . 2 . 한테 트하 . 펜 . 팬 . C 7. ㅠㅠ. PPT 함. .

: 함. 12. 4. LCD . . C . . ( ) 한 . . 5 . ㅠㅠ . /

: 4 . DB . . => 티. 티4 티4 . JuneCiTy . . '토 ' . 3 함. ㅠㅠ. . . . ' ' 함. . . . . 함. . ㅠㅠ. .


2.


  • http://winapi.co.kr <- 사이트에 대해 설명해주었습니다. 처음에 매우 유용한 사이트지요!
  • .
    • . +-*/%, && || !, ~^&|, = , < > <= >= == != .
    • .
  • .
    • (Parameter), , (Return) .
    • (Return Type) 환해 Type 환해.


 int sum(int x, int y){ <<--  int x y. 
    
    return x+y; <- return  x+y   int;
 }

  • . ' -> , -> { -> 택, 택 -> -> 태 확}() -> .' . ?

3.


///  !!
#include<stdio.h>
#include<math.h> //Rand 
#include<stdlib.h> 
#include<time.h>

#define KICK 350
#define PUNCH 200

#define SORAKICK 900
#define SORAPUNCH 1000

int main(){

	//  ,   .

	int Sora = 2500, My = 5000; 
	int temp; // 
	char select; // 택

	srand(time(NULL)); //Rand  .

	printf("  .\n");
	
	printf(" : 06  11   태 Target : 11 \n");

	while(1){
		printf("  : %d\n",Sora);
		printf("  : %d\n",My);

		printf(" : k  : p\n");
		// 

		select = getch(); //getch() char형 한 .

		switch(select){
		
			default: printf(" \n"); break;
			case 'k' : 
				temp = ( ( rand() % KICK +1)); //1~KICK  .
				printf(" .  : %d  !\n",temp);
				Sora = Sora - temp;  break;

			case 'p' :

				temp = ( ( rand() % PUNCH +1));
				printf(" .  : %d  !\n",temp);
				
				Sora = Sora - temp; break;
		} // 택


		select = rand() %2 +1;// .

		switch(select){
			case 1 : 
				temp = ( ( rand() % SORAKICK +1));
				printf(" .  : %d  !\n",temp);
				My = My - temp;  break;
			case 2 : 
				temp = ( ( rand() % SORAPUNCH + 1));
				printf(" .  : %d  !\n",temp);
				My = My - temp; break;
		}//  

		//

		//	 
		
		if(Sora <= 0 && My <= 0){
			printf("Double KO.  .\n");
			break;
		}

		else if(Sora <= 0){
			printf(" !!! \\(* ^ * )/ \n");
			break;
		}
		else if(My <= 0 ){
			printf(" .. OTL \n");
			break;//while .
		}

		// ?    
	}

	printf("\nGame Over\n");

	return 0;
		
}

4.


: ... , ...? .

: ~ ~~~ ㅋㅋㅋ . . ㅠ.ㅠ

태 : . C . .

: 해 하. 하 . ~~~~~

: ㅠ_ㅠ ... . ㅠ_ㅠ 히하ㅎ_ㅎ 호하하하하하항

5.

  • : F4(ThreeFs + Future Action Plan) .
    • : ThreeFs, ThreeFs(크), FiveFs(크)

      • Facts, Feelings, Findings, Future Action Plan. , , , , 획.
      • : " 5 .() .() .() .( 획)"

  • . !! 해. 함. ㅠㅠ !!! . =ㅂ= 태 ! . ''. . . -


  • ㅋㅋ . 편할 . ㅜㅜ C ~! -
  • . . -

  • !! 히해 ㅋㅋ a+ !! -


  • ... .... ..ㅠ_ㅠ ... + . 플하 ㅠㅠ .. .....☞☜...ㅋㅋㅋㅋㅋ ! ..하핳... !!! 히히 ....♥ -

    • ~? ㅋ .. 해 ㅠㅠ. / . . 해할 . -

  • 히히 ! ...ㅎㅎ 3 !...ㅋㅋㅋ 플하 ...ㅋㅋㅋㅋㅋㅋㅋㅋㅋ .. 히히 함 .. ....ㅎㅎ...ㅋㅋㅋㅋ ㅋㅋㅋㅋ ...ㅎㅎㅎㅎ....ㅋㅋㅋㅋ ㅠ.ㅠ....... ㅋㅋㅋㅋㅋㅋ해해 ㅠㅠ -

    • 푸훗. ? . -

6.


- Wiki
- . .
- . + .
  1. +100
  2. . +1
  3. . +1
  4. . +1
  5. . +3 <- 예습해야 할수 있는거임. 문자열 배열과 기타 함수.


Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:44
Processing time 0.0396 sec