OS (운영체제) 과목 메시지 큐 구현 소스 및 결과 보고서 (c언어)
본 자료는 3페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
해당 자료는 3페이지 까지만 미리보기를 제공합니다.
3페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

OS (운영체제) 과목 메시지 큐 구현 소스 및 결과 보고서 (c언어)에 대한 보고서 자료입니다.

목차

center.c
external.c
결과 보고서

본문내용

center.c
#include
#include
#include
#include
#include

#define CENTRAL_MAILBOX 1200 //Central Mailbox number

struct {
long priority;
int temp;
int pid;
int stable;
} msgp;
struct msqid_ds dummyParam;
int main(int argc, char *argv[])
{
if(argc!=2) {
printf("Too few arguments.");
exit(0);
}

printf("\nServer Started.\n");

int centtemp=atoi(argv[1]); // 시작 온도
printf("\nStart temp : %d",centtemp);

키워드

  • 가격300
  • 페이지수9페이지
  • 등록일2016.10.27
  • 저작시기2010.5
  • 파일형식기타(docx)
  • 자료번호#1012157
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니