CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - scheduling
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - scheduling - List
[
Console
]
操作系统管理
DL : 0
操作系统,进程调度,内存管理,的好例子-operating systems, process scheduling, memory management, a good example
Date
: 2008-10-13
Size
: 869.76kb
User
:
冬冬
[
Console
]
实验一
DL : 0
选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-channel programming systems, a number of process often at the same time readiness. When the number is greater than the process in place when the number of processors, it must, in accordance with a strategy to determine who has priority process processor. This attachment to the single-processor simulation of the processor scheduling, a better understanding of the processor scheduling work.
Date
: 2008-10-13
Size
: 7.01kb
User
:
郭郭
[
Console
]
MarkManagement
DL : 0
是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the insert management, scheduling, search, delete, change the functional. Results stored in the default document, the user can choose whether or not start loading documents or withdraw from the process preserve the results. The program is inadequacy : do no graphical user interface, the user may not be very convenient. No use database, but directly to the results of the proceedings to preserve documents. The process of achieving better performance management functional part. C code that can be used as part of further development of resources.
Date
: 2008-10-13
Size
: 36.38kb
User
:
xuwei
[
Console
]
CORE_V1
DL : 0
多任务调度核心 根据严恭敏老师代码改编 在TC4.0上编译通过-multi-task scheduling based on the core code Yan Gong Min adapted the teachers compiled by TC4.0
Date
: 2008-10-13
Size
: 2.11kb
User
:
tugou
[
Console
]
c++ os实验进程调度
DL : 0
操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
Date
: 2008-10-13
Size
: 94.27kb
User
:
黄竟寻
[
Console
]
c++ os实验进程调度
DL : 0
操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂-operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand
Date
: 2026-01-11
Size
: 94kb
User
:
黄竟寻
[
Console
]
操作系统管理
DL : 0
操作系统,进程调度,内存管理,的好例子-operating systems, process scheduling, memory management, a good example
Date
: 2026-01-11
Size
: 2.42mb
User
:
[
Console
]
实验一
DL : 0
选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-channel programming systems, a number of process often at the same time readiness. When the number is greater than the process in place when the number of processors, it must, in accordance with a strategy to determine who has priority process processor. This attachment to the single-processor simulation of the processor scheduling, a better understanding of the processor scheduling work.
Date
: 2026-01-11
Size
: 199kb
User
:
郭郭
[
Console
]
MarkManagement
DL : 0
是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the insert management, scheduling, search, delete, change the functional. Results stored in the default document, the user can choose whether or not start loading documents or withdraw from the process preserve the results. The program is inadequacy : do no graphical user interface, the user may not be very convenient. No use database, but directly to the results of the proceedings to preserve documents. The process of achieving better performance management functional part. C code that can be used as part of further development of resources.
Date
: 2026-01-11
Size
: 88kb
User
:
xuwei
[
Console
]
CORE_V1
DL : 0
多任务调度核心 根据严恭敏老师代码改编 在TC4.0上编译通过-multi-task scheduling based on the core code Yan Gong Min adapted the teachers compiled by TC4.0
Date
: 2026-01-11
Size
: 2kb
User
:
tugou
[
Console
]
os
DL : 0
操作系统,进程调度算法,包括优先级,时间片,先进先出-Operating systems, process scheduling algorithms, including priority, time slice, FIFO
Date
: 2026-01-11
Size
: 472kb
User
:
sujiamei
[
Console
]
os
DL : 0
操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
Date
: 2026-01-11
Size
: 122kb
User
:
liuqiang
[
Console
]
processor_dispatch
DL : 0
用一个c++控制台程序模拟处理机按进程优先数调度的处理机调度算法-With a c++ console program to simulate the process of priority according to the number of processor scheduling processor scheduling algorithm
Date
: 2026-01-11
Size
: 1kb
User
:
肖德强
[
Console
]
ShortestTimeFirst
DL : 0
操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
Date
: 2026-01-11
Size
: 116kb
User
:
billchuang
[
Console
]
Desktop
DL : 0
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.
Date
: 2026-01-11
Size
: 16kb
User
:
pactric
[
Console
]
76590221_83_hw4
DL : 0
一共3个源码,分别实现了有障碍的完全图的最小二叉树生成,以及一个用优先队列实现的优先级排序问题。详见内附文档。-A total of three source, respectively, are obstacles to achieving a complete map of the smallest binary tree generation, and a priority queue implemented with priority scheduling.
Date
: 2026-01-11
Size
: 118kb
User
:
任毅
[
Console
]
BankSchedual
DL : 0
设计和实现一个银行排队机系统,该系统对银行当前能提供服务的窗口统一调度,使用MFC模拟调度及排队窗口。-Queue design and implementation of a banking system that can provide services to the bank window to the current unified control, scheduling and queuing simulation using the MFC window.
Date
: 2026-01-11
Size
: 34.29mb
User
:
zhdxch
[
Console
]
Processor-Scheduling
DL : 0
利用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.
Date
: 2026-01-11
Size
: 1.8mb
User
:
张腾飞
[
Console
]
NEH
DL : 0
NEH algorithm - scheduling of tasks performed by a machine
Date
: 2026-01-11
Size
: 1kb
User
:
Guren
[
Console
]
Process-scheduling
DL : 0
进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
Date
: 2026-01-11
Size
: 1kb
User
:
程昱
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.