|
poker1=\"Royal Flush\";
return 10;
}
}
if(c0==c1&&c1==c2&&c2==c3&&c3==c4){//Straight Flush
if((s0+s4)/2==s2&&(s4-s0)==4&&(s1-s0)==(s4-s3)){
|
- 페이지 7페이지
- 가격 3,000원
- 등록일 2015.03.28
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
In 1686, The Harvard Business Review published a paper that has been in every business school textbook every before. It was by Albert Z.Carr. In it he compared and found the rules of business to be the same as the rules of game of poker. In poker game, everyone knows the rules. Bluffing is an integr
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2010.06.03
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
;
for(i=0; i<5; i++)
if(h[i].suit != h[0].suit) return 0;
return 1;
}
// 스트레이트인지 검사하는 함수
int is_straight(card h[5])
{
int i,j;
for(i = 0; i < 5 - 1 ; i++)
for(j = 0; j < 5 - i-1; j++)
if(h[i].pip < h[i+1].pip) return 0;
return 1;
}
/*
파일명 : poker.h
프로그램 : poker 프
|
- 페이지 5페이지
- 가격 1,800원
- 등록일 2012.03.12
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
4.소스코드
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <windows.h>
#define TRUE 1
#define FALSE 0
#define GAME_TYPE 5
#define TIME 1000
#define START_MONEY 3000
#define SPEED 110
#define CARD_SPEED 200
int main_menu(int menu); // <
|
- 페이지 57페이지
- 가격 3,300원
- 등록일 2013.01.03
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
poker, Slot machines, Circle poker(Poker Cash, Texas hold’em, Omaha)
- 특징 : Grand de Barcelona는 유럽식 카지노 호텔 안에 있는 고급 카 지노로 카지노 이용객뿐만 아니라 관광객들도 꼭 봐야 하는 곳으로 유명하다. 반바지, 스포츠웨어, 비치웨어, 플립플롭,
|
- 페이지 26페이지
- 가격 1,900원
- 등록일 2015.11.10
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|