|
.25
50.17
2008.01.22
화
12
1,609.02
2008.01.21
월
11
1,683.56
2008.01.18
금
10
1,734.72
2008.01.17
목
9
1,723.55
2008.01.16
수
8
1,704.97
1,964.30
-259.33
2008.01.15
화
7
1,746.95
2008.01.14
월
6
1,765.88
2008.01.11
금
5
1,782.27
2008.01.10
목
4
1,824.78
2008.01.09
수
3
1,844.47
308.43
1,536.04
2008
|
- 페이지 3페이지
- 가격 300원
- 등록일 2009.02.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
%d \n\", xd,it);
fclose(in);
fclose(out); /* 수치해석 레포트1-1*/
/* The Incremental Search Method */
/* 수치해석 레포트1-2*/
/* The Bisection Method */
/* 수치해석 레포트1-3*/
/* The Method of False Position */
/* 수치해석 레포트1-4*/
/* Newton-Raphson Method */
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2004.11.26
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Source
▶▶ Gauss - Seidel Method
#include <iostream.h>
#include <math.h>
void main()
{
double l_1,l_2,l_3,l_4;//the loading of chloride to each lakes
double c1,c2,c3,c4;//the resulting concentrations to each lakes
double ea1,ea2,ea3,ea4;//tolerance
double c1o,c2o,c3o,c4o;
int iter=0;
cout
|
- 페이지 11페이지
- 가격 1,500원
- 등록일 2008.06.25
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Source
▶▶ Euler\'s method
#include <iostream.h>
#include <math.h>
double g=9.81, m=90, Cd=0.225;
double dvdt(double v, double t)
{
return g-Cd*v*v/m;
}
double dsdt(double v, double t)
{
return g*t-Cd*v*v*t/m;
}
void main()
{
double t0, h;
double s,v;
t0=0;
h=0.5;
v=0;s=0;
cout << \
|
- 페이지 14페이지
- 가격 1,500원
- 등록일 2010.02.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Method for the supervision of teacher. New York : Holt, Rinechart and Winston Inc.
Harris, Ben, M(1980). Improving Staff Performance through In-Service Education. Boston : Allyn and Bacon, Inc.
Kimball Wiles(1967). Supervision for Better Schools, 3rd. Englewood Cliffs, N. J. ; Prentice-Hill.
Ned A.
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2007.02.02
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|