-
7
说明: 1. 最早截止时间优先EDF(Earliest DeadlineFirst)算法是非常著名的实时调度算法之一。在每一个新的就绪状态,调度器都是从那些已就绪但还没有完全处理完毕的任务中选择最早截止时间的任务,并将执行该任务所需的资源分配给它。在有新任务到来时,调度器必须立即计算EDF,排出新的定序,即正在运行的任务被剥夺,并且按照新任务的截止时间决定是否调度该新任务。如果新任务的最后期限早于被中断的当前任务,就立即处理新任务。按照EDF算法,被中断任务的处理将在稍后继续进行。
(1. The first priority deadline for EDF (Earliest DeadlineFirst) algorithm is a very famous one in real-time scheduling algorithm. In every state of readiness for a new, scheduler from those already in place but has not fully dealt with the mandate to select the earliest deadline for the task, and the implementation of the tasks required for the allocation of resources to it. In the arrival of new tasks, the scheduler must immediately calculate EDF, from the new sequencing, that is the task of running was curtailed, and new tasks in accordance with the deadline for deciding whether to dispatch the new tasks. If the new mission as early as the deadline for the immediate task was interrupted immediately to deal with new tasks. In accordance with the EDF algorithm, the task was interrupted to deal with will be at a later date to continue.)
- 2008-06-24 21:37:03下载
- 积分:1
-
libedssharp-xdd
说明: Object Editor CanopenNode
- 2020-06-16 14:40:02下载
- 积分:1
-
STM32F407驱动OLED显示DS18B20数字温度
实验器材: 探索者STM32F4开发板 实验目的: 学习单色OLED显示屏的使用 硬件资源: 1,DS0(连接在PF9) 2,ALIENTEK 0.96寸OLED模块(连接IO说明,见oled.h文件) 实验现象: 本实验利用开发板的OLED/CAMERA接口连接ALIENTEK OLED模块,实现OLED模块的显示,下 载成功后,通过把OLED模块插入开发板左下角的OLED/CAMERA模块接口,按下复位之后,就 可以看到OLED模块不停的显示ASCII码和码值。 注意事项: 1,开发板的OLED/CAMERA模块接口比OLED的插针多2个,OLED靠左插即可. 2,例程默认用的8080方式驱动OLED模块,所以OLED模块的BS0,BS1都需要接VCC(默认接的VCC). 一、主要程序代码如下 int main(void){ u8 t=0; short temperature; Stm32_Clock_Init(336,8,2,7);//设置时钟,168Mhz delay_init(168); //延时初始化 uart_init(84,115200); //初始化串口波特率为115200 LED_Init(); //初始化LED OLED_Init(); //初始化OLED DS18B20_Init(); //DS18B20初始化 OLED_ShowString(0,10,"Temperature:",12); OLED_ShowString(85,10,".",12); OLED_ShowString(98,10,"C",12); OLED_Refresh_Gram();//更新显示到OLED while(1) { if(t%10==0)//每100ms读取一次 { temperature=DS18B20_Get_Temp(); OLED_ShowNum(72,10,temperature/10,2,12); //显示正数部分 OLED_ShowNum(89,10,temperature%10,1,12); //显示小数部分 OLED_Refresh_Gram();//更新显示到OLED } delay_ms(10); t ; if(t==20) { t=0; LED0=!LED0; } }}
- 2020-12-07下载
- 积分:1
-
A-one-dimensional-convolution
一维褶积
雷克子波与地层序数
地震资料正演方法(One-dimensional convolution Ricker wave formation ordinal)
- 2013-12-26 15:22:59下载
- 积分:1
-
中国象棋
中国象棋C# 源码....................
- 2023-03-09 06:05:03下载
- 积分:1
-
ILI9341+IVO2.8 _8BIT
STM32+ILI9341八位驱动,成功点亮屏幕(STM32 + ILI9341 8-bit driver successfully lights up the screen)
- 2020-12-11 11:19:17下载
- 积分:1
-
Ado1
ADO数据库操作类,包括数据库的创建、表的创建、删除、查询、和字段值得获取等一系列方法。(The ADO operation class ,which can realize the creation of database and table, the delete ,select of record.)
- 2013-12-02 16:31:31下载
- 积分:1
-
多线程管理器
实现管理文件的相关功能,包括添加,删除,修改等。(Realize the relevant functions of management files, including adding, deleting, modifying and so on.)
- 2019-04-24 22:15:05下载
- 积分:1
-
TDM.Collector.PressureServices
说明: 能够监控到本机Mysql产生最新的数据,用API接口发送到服务器。
程序采用Windows服务,开机便会自动运行,实时监控上传(It can monitor local Mysql to produce the latest data and send it to the server with API interface.
The program uses Windows service, it will run automatically when it starts, and real-time monitor and upload.)
- 2020-06-19 17:40:02下载
- 积分:1
-
简单的小程序
用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多,我需要更多的资金,我需要更多的学习
- 2022-06-20 08:06:41下载
- 积分:1