|
/*Problem 41
Write a C++program that creates customers' bills for a carpet company
when the following information is given :
a. The length and the width of the carpet in feet.
b. The carpet price per square foot.
c. The percent of discount for each customer.
The labor cost is fixed at
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2007.04.10
- 파일종류 기타
- 참고문헌 있음
- 최근 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주 판매 이력 없음
|
|
using namespace std;
double cei(double a); //올림 계산 함수
double flo(double b); //내림 계산 함수
double rou(double c); //반올림 계산 함수
int main()
{
double num ; // 입력할 수를 double형 변수로 선언
while (num!=0){ // num이 0이 아닐때 까지 반복
cout << " num의
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2007.04.10
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C.-T. Sun, E. Mizutani, Neuro-Fuzzy and Soft Computing, Prentice Hall, 1997.
[17]Kazuo Tanaka, Hua O. Wang, Fuzzy Control Systems Design and Analysis, Wiley Interscience, 2001.
[18]Chin-Teng Lin, C.S. George Lee, Neural Fuzzy Systems, Prentice Hall, 1996.
[19]Bezdek, J.C., Pattern Recognition with F
|
- 페이지 35페이지
- 가격 5,000원
- 등록일 2003.11.28
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
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
using namespace std ;
double convert(double a); // 섭씨를 화씨로 화씨를 섭씨로 전환하는 함수, 전환시킨 값을 출력시키는 함수
// 주석처리 완벽합니다.
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2007.04.10
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
A. Main functions
B. Game main functions
C. How to play functions
D. Quit the game functions
3. Main function
4. User Defined function
A. Main functions
B. Game main functions
C. How to play functions
D. Quit the game functions
|
- 페이지 36페이지
- 가격 3,000원
- 등록일 2008.06.02
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
/*Modify the "Add two digits" program to add the least significant three digits
(Hundreds, tens, and ones)*/
#include <iostream>
using namespace std ;
// 일의자리, 십의자리, 백의자리 구하는 함수 정의, 값을 더하는 함수 정의
int add(int num);
int first(int);
int second(int);
int
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2007.04.10
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
. 24rd Int'l Conf. on Very Large Data Bases, pp. 299-310, Aug. 1998.
Bottom Up Computation of Iceberg Cube
using MapReduce Framework
Suan, Lee
Department of Computer Science
Graduate School, Kangwon National University
Abstract
Owing to advances in information and Web technologies, storing and analy
|
- 페이지 55페이지
- 가격 1,000원
- 등록일 2010.03.18
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Science, 33: 3-9.
Silverstein, C., M. Henzinger, H. Marais, and M. Moricz. 1999. \"Analysis of a Very Large Web Search Engine Query Log.\" SIGIR Forum, 33(1): 6-12.
Spink, Amanda, Bernard J. Jansen, Dietmar Wolfram, Tefko Saracevic. 2002. \"E-Sex to E-Commerce: Web Search Changes.\" IEEE Computer,
|
- 페이지 17페이지
- 가격 2,800원
- 등록일 2008.12.22
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|