搜索:Deadline
找到约 6 项符合「Deadline」的查询结果
结果 6
https://www.eeworm.com/dl/684/174298.html
软件设计/软件工程
Deadline Scheduling with Priority for Client-Server Systems .pdf
Deadline Scheduling with Priority for Client-Server Systems .pdf
https://www.eeworm.com/dl/662/199890.html
VxWorks
This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sen
This program demonstrates using watchdog timers to invoke deadline
handlers. CoordinatorTask sends data to the organizer.
OrganizerTask receives data from the coordinatorTask, and resets
the coordinatorTask when no data is sent by the coordinatorTask in
the past five ...
https://www.eeworm.com/dl/649/160168.html
uCOS
簡單的3個task的EDF排程,可更替task的deadline
簡單的3個task的EDF排程,可更替task的deadline
https://www.eeworm.com/dl/662/444988.html
VxWorks
Vxworks操作系统上的源码。从中可以学习:任务优先级设置、deadline、rm规则、rmlub准则。管理各task的加载和卸载。
Vxworks操作系统上的源码。从中可以学习:任务优先级设置、deadline、rm规则、rmlub准则。管理各task的加载和卸载。
https://www.eeworm.com/dl/684/233661.html
软件设计/软件工程
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol sinc ...
https://www.eeworm.com/dl/510659.html
单片机编程
舵机电机PID控制算法
#include <hidef.h>&nbsp; &nbsp;&nbsp; &nbsp;/*
common defines and macros */
#include "derivative.h"&nbsp; &nbsp;&nbsp; &nbsp;/*
derivative-specific definitions */
#include <mc9s12xs128.h>
//定义PID参数
#define VV_KPVALUE 3&nbsp; &nbsp;&nbsp; &nbsp; //比例
#define VV_KIVALUE 40&nb ...