|
a indicator through which we could infer the changes of caregiving, filial norm in Korea.
For these purposes, the data is gathered from 502 daughters-in-law who lives with at least one of their parents-in-law in rural area, using structured questionnaires. The statistical methods used for data anal
|
- 페이지 19페이지
- 가격 2,300원
- 등록일 2002.07.23
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
/*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주 판매 이력 없음
|
|
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주 판매 이력 없음
|
|
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주 판매 이력 없음
|