|
Date 와 Time을 표현하는 방법
3.2 SAS DATE value
3.3 SAS TIME/DATE value
3.4. SAS DATE/TIME value 생성방법
3.5 Y2K problem
3.6 DATE/TIME 사용형식
3.7 DATE/TIME format, Informat name 종류
3.8 DATE/TIME 함수
4. Report Writing PUT, FILE
5. ARRAY
1차원
다차원
|
- 페이지 28페이지
- 가격 1,000원
- 등록일 2003.12.17
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
report data=age nowd spacing=2;
516 column name age victories_2003 earnings_2003 eranings_career;
517 title 'LPGA Tour 기록자료' ;
518 define victories_2003 / '2003/Victories' width=9;
519 define earnings_2003 / '2003/Earnings' width=13;
520 define eranings_career / 'Career/Earnings' width=14 ;
521
|
- 페이지 10페이지
- 가격 1,000원
- 등록일 2003.12.17
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
data)
자료 표현 (Representing the data)
자료 설명 (Explaining the data)
7. 자료 보고 및 평가 (Reporting and evaluating data)
오디언스 결정 (Deciding on audience)
리포트 조직 (Structuring the report)
리포트 쓰기 (Writing the report)
|
- 페이지 15페이지
- 가격 2,000원
- 등록일 2011.05.12
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
FILE *src;
FILE *dst;
int main(void)
{
unsigned char buf[XMax][YMax];
char srcFileName[20];
char dstFileName[20];
char dummy;
int i,j;
printf("src filename? ");
scanf("%s", &srcFileName);
printf("dst filename? ");
scanf("%s", &dstFileName);
src = fopen(srcFileName, "rt");
dst = fopen(dstFileName, "w
|
- 페이지 28페이지
- 가격 3,300원
- 등록일 2013.05.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
writing the paper.
① didn't run② shouldn't run
③ haven't run④ hadn't run
22. A: Did you remind him of the meeting?
B: No. If I ________ home, I could have.
① was② had been③ were④ should be
23. If Henry had not pulled his cap low, he ________ by the police.
① might be recognized② might have been rec
|
- 페이지 17페이지
- 가격 3,000원
- 등록일 2012.03.13
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|