|
|
 |
|
/*
파일명 : main.cpp
프로그램 : poker 프로젝트의 main함수 파일
내용 : 포커게임 시뮬레이션(가상실험) 프로젝트
작성자 : 손민균 200658117
작성일 : 2010. 11. 18.
*/
#include poker.h
int main(void)
{
int i, j;
card deck[52]; //52장의 카드로 이루어진 카드 한 덱
card hand[NPLAYER][5]; //플레이어가 가지는 카드들
srand((unsigned)time(NULL));
fill_deck(deck);
shuffle(deck);
.. |
|
|
|
|
|
 |
|
실험․실습 보고서
포인터와 Call by reference
1. 제목
포인터와 Call by reference.
2. 목적
포인터를 이해함으로써 함수의 한계를 극복할 수 있음을 알고, 또 이를 이용해서 프로그래밍의 활용 폭을 넓히자.
3. 실습에 필요한 기초지식
* 포인터(pointer)는 메모리상의 어떤 주소를 가리키고, 메모리상의 주소에는 데이터가 저장되므로 결국 포인터는 메모리에 저장된 데이터의 위치를 가리킴.
4. .. |
|
|
|
|
|
 |
|
Sport Marketing
CONTENTS
About Coca Cola
Coca Cola VS. Pepsi
Conclusion
Characteristics of Coca Cola’s Marketing
Possible Changes
Marketing Strategies
Sponsorship
Endorsement
About Coca Cola
History
1866 First made by an American pharmacist
John Pemberton
1928 Became the official sponsor of the Olympic Games
1930 Official Sponsor of the FIFA World Cup
Symbol
The Re.. |
|
|
|
|
|
 |
|
1. Linked list를 사용하여, Queue의 모든 연산을 구현하시오.
Str_queue.h
// 구조체선언
struct node
{
int data; // 이름 메일 전화번호 선언
node *next;// 다음 노드의 주소를 가르킴
};
class queueClass{
public:
queueClass(); //생성자함수
queueClass(const queueClass s); //복사생성자함수
~queueClass(); //소멸자함수
void add(int Item); //Item 값을 큐에 삽입
void remove(); //큐.. |
|
|
|
|
|
 |
 |
스포츠마케팅0,마케팅,브랜드,브랜드마케팅,기업,서비스마케팅,글로벌,경영,시장,사례,swot,stp,4p ( 19Pages ) |
|
Sport Marketing
CONTENTS
About Coca Cola
Coca Cola VS. Pepsi
Conclusion
Characteristics of Coca Cola’s Marketing
Possible Changes
Marketing Strategies
Sponsorship
Endorsement
About Coca Cola
History
1866 First made by an American pharmacist
John Pemberton
1928 Became the official sponsor of the Olympic Games
1930 Official Sponsor of the FIFA World Cup
Symbol
The Re.. |
|
|
|
|
|
 |
|
변환명세 및 연산 이해
1. 170page 4번문제] 두 수를 곱하는 매크로MULT(x,y)를 정의하여 다음과 같은 문장이 실행되도록 프로그램을 작성하시오.
result = MULT(10, 10);
#include [stdio.h]
#define MULT(x, y) (x)*(y)
int main(void)
{
printf( 3과 29의 곱은 %d입니다.
, MULT(3, 29));
return 0;
}
결과
3과 29의 곱은 87입니다.
Press any key to continue
위의 소스와 같이 #define 명령을.. |
|
|
|
|
|
 |
|
실험․실습 보고서
함수 그리고 전역변수와 지역변수, 정적변수
1. 제목
함수 그리고 전역변수와 지역변수, 정적변수
2. 목적
전역변수와 지역변수, 정적변수들을 함수의 특성에 맞게 적재적시에 구현 할수 있게 한다.
3. 실습에 필요한 기초지식
4. 실습 절차, 내용 및 결과
(1) 지역변수
#include [stdio.h]
void f1( int a);// 함수 선언
void main()
{
int a= 10; // 지역 변수 -{} 내에서 사.. |
|
|
|
|
|
 |
|
서비스 회복 노력이 서비스 품질
인지와 고객만족에 미치는 영향에 관한 연구1)
서창적∙권영훈
서강대학교 대학원 경영학과
The empirical study on the effect of service recovery
effort to service quality perception and customer satisfaction
Chang Juck Suh ∙ Yeong Hoon Kwon
Department of Business Administration, Sogang University
Abstract
In recent, keeping and developing relatio.. |
|
|
|
|
|
 |
|
프로그래밍 기초와 실습 레포트
변환명세 및 연산 이해
1. 170page 4번문제] 두 수를 곱하는 매크로MULT(x,y)를 정의하여 다음과 같은 문장이 실행되도록 프로그램을 작성하시오.
result = MULT(10, 10)
#include [stdio.h]
#define MULT(x, y) (x)*(y)
int main(void)
{
printf(3과 29의 곱은 %d입니다.
, MULT(3, 29))
return 0
}
결과
3과 29의 곱은 87입니다.
Press any key to continue
위의.. |
|
|
|
|
|
 |
 |
HTC,마케팅,브랜드,브랜드마케팅,기업,서비스마케팅,글로벌,경영,시장,사례,swot,stp,4p ( 20Pages ) |
|
HTC Corporation
Disclaimer
This presentation and release contains “forward-looking statements” which may
include our future results of operations, financial condition or business prospects,
are based on our own information and from other sources.
Our actual results of operations, financial condition or business prospects may differ
from those expressed or implied in thes.. |
|
|
|
|
|
 |
|
Alberta highway department Region VI
Contents
About Alberta Highway
Location - Headquters
Logo
Services
Alberta Highway Department Region Vi
At the very west of Region VI are
the Rocky Mountains and in a six mile stretch between Lake Louise(Alberta) and the British Columbia
Require more sanding
Cause more freezing Tempratures
Mile 1
Mile 5
Mile 2
Mile 3
Mile 4
Analysis on th.. |
|
|
|
|
|
 |
|
토양내 유기물 함량 측정
Ⅰ. Introduction
Organic has strong power to include nutrient and water. So, It play important role about nutrient storage and water tank. It also form layers gathering soil that improve physical character of soil. Organic of soil stopped lost of soil by rainning and reduced damage from drought. It also flourish soil microbe that promotes solubilizati.. |
|
|
|
|
|
 |
|
1. Locomotion vs. Ambulation 정의
Locomotion
: the act or power of moving the body from place to place by means of one s own mechaisma or power.
The term locomotion means movement or travel. It may refer to:
• Motion (physics)
• Animal locomotion
• Terrestrial locomotion
• Travel
Locomotion may refer to specific types of motion:
• Gait analysis
• walking
• running, including.. |
|
|
|
|
|
 |
|
Global sourcing of IBM
About global IBM
Introducing IBM
Global Innovation Leader
Who IBM’s with
Global sourcing of IBM
Case of IBM global sourcing
1. Introducing IBM
1) International Business Machines Corporation (IBM)
engages in the development and manufacture of
the advanced information technologies,
including computer systems, software,
storage systems, and microe.. |
|
|
|
|
|
 |
|
#include[stdio.h]
#include[stdlib.h]
void inputele(int set[],int set2[],int set3[]); //집합의 입력함수 선언
void ascending(int set[],int num); //집합의 오름차순함수 선언
void overlap(int set[],int num);//집합의 중복원소제거함수 선언
void outputele(int set[],int num); //집합의 출력함수 선언
int main()
{
int set[20] = {0}; //set2와 set3의 합,교,차집합등을 구하고 저장되는 공.. |
|
|
|
|
|