|
number.
7. Display ceiling of product.
8. Display number raised to power 5.
9. Display floor of product.
10. Display number raised to power of modulus above.
11. Display square root of random number.*/
#include <iostream>
#include <cstdlib>
#include <cmath>
using namespace
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2007.04.10
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include< iostream.h>
#include< cstdlib>
#include< windows.h> // Sleep 함수 사용.
enum {E=1, W, S, N}; // 동, 서, 남, 북 방향 표시
void mazeTraverse(char A[12][12], int *, int *, int *);
void main(){
int flag = E; // 초기 방향은 동쪽
char A[12][12] =
{{`#`, `#`, `#`,
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2003.09.29
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <iostream>
#include <cstdlib>//exit를 사용하기위한 헤더파일
#include <string>//string을 사용하기위한 헤더파일
#include <iomanip>//줄간격을 맞추기위한 헤더파일
using namespace std;
class STUDENT//학생의 클래스
{
public:
void profile(int&
|
- 페이지 7페이지
- 가격 2,500원
- 등록일 2008.06.04
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
#include<iostream>
#include<iomanip>
#include<ctime>
#include<cstdlib>
using namespace std ;
const int cAry_Size = 50 ;
void bldPerm (int randNos[]);
void printData (int data[], int size, int lineSize);
void selectionSort(int randNos[], int last, int& count);
void ex
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2006.03.05
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
//-------------------------------------------------------------------
// Vending Machine Program (음료수 자판기 프로그램)
//-------------------------------------------------------------------
#include <iostream>
//#include <cstdlib>
#include <cstring>
using namespace std
|
- 페이지 15페이지
- 가격 5,300원
- 등록일 2008.12.05
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|