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.0349 sec