|
만들기
- 타임아웃에 의해 태스크를 준비상태로 만들기
- OSEventWaitListInit(), OSEventTaskRdy(),
OSEventWait(), OSEventTO() 1.이벤트 컨트롤 블록 (ECB)
2.세마포어(Semaphore)
3.메시지 메일박스(Message Mailbox)
4.메시지 큐(Message Queue)
|
- 페이지 17페이지
- 가격 1,000원
- 등록일 2003.12.27
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
t MAILBOX_COUNT = 3;
}
Mailbox.java
/**
A mailbox contains messages that can be listed, kept or discarded.
/**
mailbox 클래스를 정의한다.
mailbox는 메세지를 포함한다.
*/
public class Mailbox
{
/**
Mailbox 객체를 생성한다.
*/
public Mailbox()
{
newMessages = new MessageQueue();
keptMessages =
|
- 페이지 22페이지
- 가격 3,000원
- 등록일 2005.06.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
center.c
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/msg.h>
#include <sys/ipc.h>
#define CENTRAL_MAILBOX 1200 //Central Mailbox number
struct {
long priority;
int temp;
int pid;
int stabl
|
- 페이지 9페이지
- 가격 300원
- 등록일 2016.10.27
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <sys/ipc.h>
#include <sys/types.h>
#include <sys/msg.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
typedef struct data{
long priority;
int temp;
int pid;
int stable;
}data;
int main(int argc, char *argv[]) {
data s_dat
|
- 페이지 2페이지
- 가격 3,500원
- 등록일 2011.06.19
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
mailbox.
Where are the new printers being made? - In toronto.
Where can I charge my mobile phone?
- Plug it in by the lamp. 1. When 토익 기출문제 유형
2. Where 토익기출문제 유형
3. Who 기출유형
4. what 기출 유형
5. which 기출 유형
6. WHY / HOW : 토익 기출문제
7. 일반
|
- 페이지 5페이지
- 가격 1,500원
- 등록일 2022.11.27
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|