|
#include <windows.h>
#include "resource.h"
#include <stdio.h>
typedef enum{_number, _add, _sub, _mul, _div, _result};
BOOL check_first_operation = true; // 최초 연산인지 확인하는 변수
int position = 0; // 자릿수 체크
int check_state = _number; // 이전에 입력된 값
|
- 페이지 1페이지
- 가격 3,000원
- 등록일 2011.01.10
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include <windows.h>
#include <math.h>
#include <time.h>
#include <stdio.h>
#include "resource.h"
#include "GrpBtn.h"
#include "Stone.h"
#define ACCEL -4
#define MAX_VELOCITY 100
#define STONE_NUM 27
enum STATE{WIN, LOSE, UNDEFINED};
typedef struct
{
int c
|
- 페이지 10페이지
- 가격 4,500원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#define IDM_START 11
#define IDM_PAUSE 12
#define IDM_ABOUT 21
#define IDM_EXIT 31
char _board[BOARD_HEIGHT + 1][BOARD_WIDTH + 2];
int xCellOrigin = BOARD_HOME_X,
yCellOrigin = BOARD_HOME_Y;
BOOL bPlaying = FALSE, bPaused = FALSE;
char szAppName[] = _T("Tetris");
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2004.10.06
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
http://msdn.microsoft.com 의 MSDN library의 memory management
윈도우 메모리에 대한 정보를 사용해서, 어떤 함수를 사용하여 어떠한 프로그램을 실행시켰는지 설명하고 Win32 API를 이용하여 구현.
경북대학교 운영체제 이성기 교수님 4번 과제물
&nbs
|
- 페이지 10페이지
- 가격 1,500원
- 등록일 2009.12.14
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
# Microsoft Developer Studio Project File - Name="TestClock" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=TestClock - Win32 Debug
!MESSAGE This is not a valid makefile. To
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2012.02.20
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|