• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 13건

주어진 첫 자를 이용하여 쓰시오. (4점) A : Good morning. Can I help you? B : Yes, I'm interested in visiting the National Museum. Can you give me some information? A : Certainly. Here's a brochure on our city tour. B : Is it far from here? A : It takes only 20 minutes to drive there, but you can take
  • 페이지 4페이지
  • 가격 800원
  • 등록일 2006.12.07
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
ARRIVE: waiting_men[event->data]++; insertq(event->time+rnd_arrival(HUMAN_ARRIVAL),HUMAN_ARRIVE,event->da ta); break; } deleteq(); } } //delete queue.. void deleteq() { EVENT_TYPE* node = queue; queue = queue->next; free (node); return; } //current event queue.. EVENT_TYPE *getq() { EVEN
  • 페이지 13페이지
  • 가격 2,300원
  • 등록일 2002.09.22
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
SJF
arrive <= now_time){ if(s[i].cpu < temp){ temp = s[i].cpu; posi = s[i].id; wit = i; } else if(s[i].cpu == temp && s[i].id < posi){ temp = s[i].cpu; posi = s[i].id; wit = i; } } } return wit; } int isit_end(int num) { int i; for(i=0;i<num;i++) if(s[i].flag == 0) return 0; return 1; } void
  • 페이지 9페이지
  • 가격 1,800원
  • 등록일 2012.04.17
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
arrive && s[i].flag == 0){ s[i].waiting++; } } } int isit_pro(int now_time,int num) { int i; for(i=0;i<num;i++){ if(now_time >= s[i].arrive && s[i].flag == 0) return 1; } return 0; } void display(FILE *output_fp,int num) { int i,waiting=0; for(i=1;i<num;i++){ waiting+=s[i].waiting; } fprint
  • 페이지 8페이지
  • 가격 1,800원
  • 등록일 2012.04.17
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
return back the reply for the inquiry. C D 해설 : return과 back은 같은 의미로 중복해서 쓸 수 없다. 해석 : 고객의 편의를 위해 그 소매 상점은 질문에 대한 답을 발송할 수 있도록 우편요금이 지불된 봉투를 함께 보내고 있다. 정답 : C (to return back to retur
  • 페이지 24페이지
  • 가격 1,500원
  • 등록일 2003.12.22
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top