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

전문지식 8건

kernel Real-Time System concepts 2. preemptive kernel Real-Time System concepts Priority 1. Introduction - History - uC/OS-II의 특징 2. Real-Time System Concepts - Task - Task State - Kernel - Priority - Semaphore - Dead lock - I
  • 페이지 20페이지
  • 가격 1,000원
  • 등록일 2003.12.27
  • 파일종류 피피티(ppt)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
task” mean? Often times, the terms “task” and “activity” are used interchangeably in SLA literatures. Skehan, however, defines a task as an activity in which meaning is primary, there is a relationship to the real world, task completion has priority, and where success is assessed in terms of outcom
  • 페이지 7페이지
  • 가격 3,500원
  • 등록일 2011.10.30
  • 파일종류 워드(doc)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
priority task is ready, perform a context switch */ 5) Restore all CPU registers; 6)Execute a return from interrupt instruction; μC/OS-II 인터럽트 처리 μC/OS-II에 ISR 시작통보 Void OSIntEnter (void) { OS_ENTER_CRITICAL(); OSIntNesting++; OS_EXIT_CRITICAL(); } μC/OS-II
  • 페이지 15페이지
  • 가격 1,000원
  • 등록일 2003.12.27
  • 파일종류 피피티(ppt)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Task와 Multitasking Ⅰ. Semaphore Ⅱ. Priority Inversions Ⅲ. Task Communication Ⅳ. Task Synchronization 제 2 절 Context Switching 제 3 절 Kernel Ⅰ. Scheduler Ⅱ. Non-preemptive Kernel Ⅲ. Preemptive Kernel 제 4 절 Critical Section과 Mutual Exclusion Ⅰ. Critical
  • 페이지 26페이지
  • 가격 3,000원
  • 등록일 2005.05.23
  • 파일종류 워드(doc)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
Task Properties 1. general 2. Triggers 3. Details 4. Security 5. Priority ◎ 키보드 입력하기 - 키보드 입력을 하는 명령어 특징 ◎ hold down key / release key ◎ Mouse Move ◎ Mouse Click ◎ Wait 1. Pause task 2. wait for windows 3. wait for pointer 4. wait for pixel
  • 페이지 20페이지
  • 가격 2,300원
  • 등록일 2005.10.03
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top