搜索资源列表
51_00_OS
- 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释, 请给圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 -circ
os_cfg
- 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时 间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释, 请给圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 -ci
os51
- 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改, 如有发现不能理解的注释, 请给圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 -cir
os51c
- 基于51内核的圈圈操作系统**************** 说明:这是本人学习嵌入式操作系统后在51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释, 请给 圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 -cir
CORE_V1
- 多任务调度核心 根据严恭敏老师代码改编 在TC4.0上编译通过-multi-task scheduling based on the core code Yan Gong Min adapted the teachers compiled by TC4.0
2005121102849
- 可实现多任务调度的模拟-more achievable task scheduling simulation
ip_vs_wrr 基于权限轮转的任务调度算法
- 基于权限轮转的任务调度算法,主要是适用于linux的操作系统,希望对大家有帮助-Based on the authority of the rotary task scheduling algorithm, mainly is suitable for the Linux operating system, and we want to help
vc.zip
- win32下简单的“协作式”调度器。 多任务调度,任务一直运行直到主动放弃。可以帮助理解os运行。 ,a simple " collaborative" scheduler under win32. with Multi-task scheduling, the task is running until it abandons by itself. help to understand the os shedule.
greedyalgorithm.rar
- 利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
Desktop
- 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
gzfp
- 假设有n个任务由k个可并行工作的机器完成。完成任务i需要时间为Ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。 -Suppose there are n-task by the k-parallel machine can be completed. I need time to complete the task Ti. Try to design an algorithm to find completing these n-best task schedu
Min_Min
- 网格环境下的Min_Min任务调度算法的研究, 利用SIMGRID模拟,在LINUX环境下运行,MIN_MIN任务调度算法的研究-Grid Task Scheduling Algorithm Min_Min of the study, the use of SIMGRID simulation run in the LINUX environment, MIN_MIN Task Scheduling Algorithm
Machine
- 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Optimal scheduling problem, assuming there are n a task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design a complet
dsfgs
- 任务调度在CANopen主站设计中的应用Task scheduling in the CANopen master design-Task scheduling in the CANopen master design
time-pianlunzhuansuanfa
- 模拟实现操作系统中的时间片轮转算法,用MFC实现可视化界面,程序在VC6环境下运行。-In the computer OS , μC/OS-II is a preemptive multitasking real-time kernel without the function of the same priority level task scheduling
y
- 多任务调度器的部分代码及方法说明,里面有个PPT和文档说明。。。和最后实现-Multi-task scheduling portion of the code and methods, which have a PPT, and documentation. . . And the final realization of
Windows-in-depth-analysis---Kernel
- 本书向读者提示了Windows及其应用程序的运行过程,深入剖析了构成Windows内核实体的几个最主要的方面,其中包括:内存的分配和瞥理,模块的装载和卸载,任务的启动和终止,动态链接机制,任务调度机制,消息驱动机制,同时对Windows内核的启动和终止过程也进行了比较全面的剖析。 本书与姊妹篇《Windowss深入剖析——初始化篇》构成了一个整体,帮助读者完整透彻地了解Windows内部奥秘。 本书面向计算机系统开发人员,也可供高等院校相关专业的师生阅读参考。- Book pro
scheduler
- 操作系统任务调度问题。操作系统任务分为系统任务和用户任务两种。-Operating system task scheduling problem. Operating system task is divided into two kinds of system tasks and user tasks.
dsfgs
- 任务调度在CANopen主站设计中的应用Task scheduling in the CANopen master design-Task scheduling in the CANopen master design
arrangeTasks
- 动态规划实现任务安排功能,根据任务的时间,截至日期以及完成后可以获得的利润(dynamic programming to schedule the task)
