|
.\\n\", com_name, my_name);
}
else if((my+1)%3==computer)
{
printf(\"컴퓨터는 %s 당신은 %s 로 당신이 이겼습니다.\\n\", com_name, my_name);
}
else
{
printf(\"컴퓨터는 %s 당신은 %s 로 당신이 졌습니다.\\n\", com_name, my_name);
}
}
} 1.달력소스
2.가위바위보소스
|
- 페이지 6페이지
- 가격 1,500원
- 등록일 2010.01.28
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
main()
{
unsigned char *p;
videomode();
p = (unsigned char *)malloc(14*25*2);
get_date();
savescreen(0,55,13,79,p);
clp(0,55,13,79);
box(10,55,13,79);
box(0,55,10,79);
operate();
restscreen(0,55,13,79,p);
free(p);
}
void videomode()
{
int mode;
union R
|
- 페이지 6페이지
- 가격 1,300원
- 등록일 2002.09.22
- 파일종류 텍스트(txt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
// CalenDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Calen.h"
#include "CalenDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAbo
|
- 페이지 1페이지
- 가격 2,000원
- 등록일 2009.08.21
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
import java.util.ArrayList;
import java.util.Date;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.GridView;
import android.widget.TextView;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.
|
- 페이지 4페이지
- 가격 3,000원
- 등록일 2014.11.22
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
해결할수있엇고 결국 달력을 이상없이 출력할수있었다.
아직 부족한것이 많기 때문에 더 열심히 수업을 듣고, 조교와 교수님에서 모르는것을 많이 물어 봐야겠다고 생각되었다. 문제분석
프로그램 설계알고리즘
소스코드
결과
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2007.12.26
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|