搜索资源列表
ProcessSchecule
- 进程管理,动态分配内存,按照最大优先级的动态分配-process management, dynamic memory allocation, in accordance with the priority of the largest dynamic allocation
safmq.src.0.5
- 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而且花费不少,对于小规模应用而言没有必要。 SAFMQ(全称为Stor
os
- 操作系统调度算法按照优先级的大小找到适合新进程的位置进行排序
uCos2_MessageQueue
- 这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及一个控制任务TAC,等待消息的任务总是按照优先级的高低来决定获得消息的顺序,实现消息队列的使用。
cup
- ⑴ 自定义CPU调度进程所需要的数据结构; ⑵ 要求有按照优先级与无优先级调度的策略; ⑶ 够动态调整进程调度优先级; ⑷ 够显示当前系统进程调度情况
os
- 操作系统内存分配:按照进程的优先级实现进程进出就绪队列,并从阻塞队列中选择进程执行。
我们这样实践Scrum
- Scrum是一种迭代式增量软件开发过程,通常用于敏捷软件开发。Scrum在英语的意思是橄榄球里的争球。虽然Scrum是为管理软件开发项目而开发的,它同样可以用于运行软件维护团队,或者作为计划管理方法:Scrum of Scrums. Scrum过程 Scrum是一个包括了一系列实践和预定义角色的过程骨架。Scrum中的主要角色包括同项目经理类似的Scrum主管角色负责维护过程和任务,产品负责人代表利益所有者,开发团队包括了所有开发人
os
- 操作系统调度算法按照优先级的大小找到适合新进程的位置进行排序-Operating system scheduling algorithm in accordance with the size of the priority to find a suitable location for the new process to sort
uCos2_MessageQueue
- 这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及一个控制任务TAC,等待消息的任务总是按照优先级的高低来决定获得消息的顺序,实现消息队列的使用。-err
cup
- ⑴ 自定义CPU调度进程所需要的数据结构; ⑵ 要求有按照优先级与无优先级调度的策略; ⑶ 够动态调整进程调度优先级; ⑷ 够显示当前系统进程调度情况 -⑴ custom CPU scheduling process required by the data structure ⑵ required in accordance with the priority and non-priority scheduling
os
- 操作系统内存分配:按照进程的优先级实现进程进出就绪队列,并从阻塞队列中选择进程执行。-Operating system memory allocation: In accordance with the priority of the process of realization of the process of access to ready queue, and queue from blocking the implementa
Priority
- 在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。-In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.
chulijidiaodusuanfa
- 处理机调度算法 程序先对进程进行读入,每读入一次将进程添加到队列中去,当读入结束的时候对读入的进程按照优先级排序,就实现了进程按优先级处理的结构。 通过一个临时的进程控制块存储输入的信息,然后将该临时进程控制块中的内容存储到队列中去-Processor scheduling algorithm procedures first time into the process, each one will be read into t
ucos_MessageQueue
- uC/OS消息队列演示.这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及 一个控制任务TAC,等待消息的任 * 务总是按照优先级的高低来决定获得消息的顺 序,实现消息队列的使用。-uC/OS message queue presentation. This program demonstrates a basic message queue. Proceedings designed six common appli
Processor-Scheduling
- 利用vc工具实现按照优先级的处理器调度。 预置后,可填写处理时间和处理优先级,单步运行。-Vc tools to achieve using the processor in accordance with priority scheduling. Preset, you can fill out the processing time and processing priority, single-step operation.
PriorityQueue
- 优先队列,设置优先级,使队列按照优先级出队-Priority queue, set priorities, make the team out in priority queue
SP_SCH(Executable)
- 调度器一般包括SP、RR、WFQ等,SP调度指的是绝对高优先级调度,此种调度不带权重概念,按照优先级进行调度。四个按键作为端口有效指示,2个LED发光二极管指示此时调度的端口号,可以按下KEY3按键,按下按键代表当前按键输入无效,然后观测LED,没有按下的时候LED1 LED0都发光,按下KEY3按键的时候LED1发光 LED0不发光,代表此时调度端口为2,不按下时候代表调度端口为3。 -The scheduler typically
SwiSchedule
- RTOSCK软中断的实现,其中通过算法来模拟实时操作系统的软中断调度,按照优先级的高低-RTOSCK implementation of soft interrupt, which through the algorithm to simulate real-time operating system of soft interrupt scheduling, in accordance with the level of priori
superqueue
- 优先队列,区别于传统队列队首出队,而是按照优先级出队,比如键值的大小-Priority queue, the queue is different traditional first team out of the team, but in accordance with the priority of the team, such as the size of the keys
process
- 进程的调度,四种进程存在形式,从就绪队列开始执行,同时,进行随机数的产生,形成阻塞队列,可手动进行模拟进程调度(Process scheduling, four processes exist in the form)