|
c=1;
fscanf(file, "%d", &Num_case);
while(Num_case--)
{
while(1)
{
fscanf(file, "%d %d %d %c", &Team, &PB, &Time, &Type);
fgetc(file);
c = fgetc(file);
switch(Type)
{
case 'I': // t
|
- 페이지 71페이지
- 가격 7,000원
- 등록일 2010.02.07
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
challenges for youth with severe disability baltimore : Brookes
will, M, C (1984) OSERS Programming for the transition of youth with disability ; Bridges form school to working life. Washington, DC: Office of special Education and Rehabilitation Services. U.S Department of Education
출처 : 장애인고
|
- 페이지 11페이지
- 가격 2,000원
- 등록일 2011.04.18
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include "stdafx.h"
#include <conio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
struct ranking
{
int rank;
char name[10];
int point;
int win_percent;
};
void status_view(int x,int y)// x는 현재 사용자가 낸 것,
y는 컴퓨터
|
- 페이지 15페이지
- 가격 2,000원
- 등록일 2007.01.05
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C 는 탄생 직후부터 사랑 받지는 못했다. 사실상, 탄생 이후 6년간 난해한 주제로서 그 지위를 유지해 나갔다. 1978년은 C 프로그래머들에게는 역사적인 해였다. Brain Kernighan과 Dennis Ritchie가 ‘The C Programming Language (Prentice Hall)\'을 쓴 해이기 때문
|
- 페이지 20페이지
- 가격 7,500원
- 등록일 2009.09.08
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
C언어에 가까워 진 것 같아서 보람을 느꼈다.
8. 감사의 말
교수님!! 한 학기 동안 정말 고생 많으셨습니다!!
9. Reference
1. Systems Programming, John J. Donovan, McGraw-Hill, 1972
2. A BOOK ON C, Kelley, Al/ Pohl, Ira, Addison-Wesley, 1997
3. 알기 쉽게 해설한 C, 유해영/우
|
- 페이지 30페이지
- 가격 5,000원
- 등록일 2010.01.18
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|