搜索资源列表
huan111
- 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
jcmn
- 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
yemian
- 操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
2004102130833079
- 非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
diaodu
- 最短作业优先(抢占和非抢占 c语言程序基于DOS环境,是单线程工作。故要在DOS真正模仿在实际应用中的最短作业优先调度(抢占式),是难实现的。 本程序在DOS环境下实现了进程运行与程序操作的模拟同步进行。主要是应用虚拟运行算法,计算某个时候该谁占用CPU和谁已经终止了。利用虚拟运行,可以实现一种虚拟的同步操作。
os
- 使用c语言编写的实现操作系统的作业调度算法的程序,作业信息可手动输入,也可从附带的文本文件中读取
duanzuoyeyouxian
- 用C语言实现的进程调度程序,采用短作业优先调度算法。
StoreDiskManagement
- C程序实现系统存储管理分区分配的算法。运行环境:windows.
生产者与消费者
- 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行
FIFO
- 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
cpu
- 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
RelatedtotheprocessofschedulingandtimesliceoftheCr
- 有关进程调度以及时间片轮转调度算法的C实现-Related to the process of scheduling and time slice of the C rotation scheduling algorithm to achieve
mybank.c
- 纯c实现的银行家算法,采用pthread多线程编程,模拟资源的安全有效分配-the banker‘s algorithm based on pthread and safety algorithm
3
- C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
banker_algorithm_CPP
- 用C++实现的银行家算法,可以适当做些扩展,适合初学者参考。-This is a banker algorithm which is comfortable for the new learner,on the other hand,it can be developeb of yourself.
yemianexhchange
- c 语言实现页面置换的四种算法,包括FIFO算法,LRU算法,LFU算法和NUR算法-c language four page replacement algorithms, including FIFO algorithm, LRU algorithm, LFU algorithm and NUR algorithm
loeal
- 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解(By c + + implementation of a gradient descent algorithm of multivariate function extreme value, is likely to fall into local optimal solution)
tkgws
- 用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解(By c + + implementation of a simulated annealing algorithm for multivariate function extreme value, can avoid falling into local optimal solution)
jsetus
- 用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解()
二叉树的实现
- 给出了在全线索二叉树中插入结点和二叉树的算法,然后阐述了这种运算的特点。(This paper gives the algorithms inseting root-node and binary tree in all threaded binary tree.)