CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 算法 C实现

搜索资源列表

  1. huan111

    0下载:
  2. 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1148
    • 提供者:ll
  1. jcmn

    0下载:
  2. 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:ll
  1. yemian

    0下载:
  2. 操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1456
    • 提供者:戴明珠
  1. 2004102130833079

    0下载:
  2. 非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1356
    • 提供者:林良明
  1. diaodu

    0下载:
  2. 最短作业优先(抢占和非抢占 c语言程序基于DOS环境,是单线程工作。故要在DOS真正模仿在实际应用中的最短作业优先调度(抢占式),是难实现的。 本程序在DOS环境下实现了进程运行与程序操作的模拟同步进行。主要是应用虚拟运行算法,计算某个时候该谁占用CPU和谁已经终止了。利用虚拟运行,可以实现一种虚拟的同步操作。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:34134
    • 提供者:赖官铨
  1. os

    0下载:
  2. 使用c语言编写的实现操作系统的作业调度算法的程序,作业信息可手动输入,也可从附带的文本文件中读取
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2202
    • 提供者:79799779
  1. duanzuoyeyouxian

    0下载:
  2. 用C语言实现的进程调度程序,采用短作业优先调度算法。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1541
    • 提供者:杰儿
  1. StoreDiskManagement

    0下载:
  2. C程序实现系统存储管理分区分配的算法。运行环境:windows.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2587
    • 提供者:tomli40
  1. 生产者与消费者

    0下载:
  2. 程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31045
    • 提供者:石大浪
  1. FIFO

    0下载:
  2. 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:5490
    • 提供者:黄毛
  1. cpu

    1下载:
  2. 采用仿真实验的方法,分析和评价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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:16689
    • 提供者:凡亚东
  1. RelatedtotheprocessofschedulingandtimesliceoftheCr

    0下载:
  2. 有关进程调度以及时间片轮转调度算法的C实现-Related to the process of scheduling and time slice of the C rotation scheduling algorithm to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1678
    • 提供者:hhb
  1. mybank.c

    0下载:
  2. 纯c实现的银行家算法,采用pthread多线程编程,模拟资源的安全有效分配-the banker‘s algorithm based on pthread and safety algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-22
    • 文件大小:1024
    • 提供者:zhang
  1. 3

    0下载:
  2. C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:14250
    • 提供者:likai
  1. banker_algorithm_CPP

    0下载:
  2. 用C++实现的银行家算法,可以适当做些扩展,适合初学者参考。-This is a banker algorithm which is comfortable for the new learner,on the other hand,it can be developeb of yourself.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:546801
    • 提供者:Wang Hao
  1. yemianexhchange

    0下载:
  2. c 语言实现页面置换的四种算法,包括FIFO算法,LRU算法,LFU算法和NUR算法-c language four page replacement algorithms, including FIFO algorithm, LRU algorithm, LFU algorithm and NUR algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2134
    • 提供者:凉茶
  1. loeal

    0下载:
  2. 用C++实现了梯度下降求多元函数极值的算法,有可能会陷入局部最优解(By c + + implementation of a gradient descent algorithm of multivariate function extreme value, is likely to fall into local optimal solution)
  3. 所属分类:进程与线程

  1. tkgws

    1下载:
  2. 用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解(By c + + implementation of a simulated annealing algorithm for multivariate function extreme value, can avoid falling into local optimal solution)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-12
    • 文件大小:1403
    • 提供者:Frodjris
  1. jsetus

    1下载:
  2. 用C++实现了模拟退火算法求多元函数极值,可以避免陷入局部最优解()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:LS_901114
  1. 二叉树的实现

    0下载:
  2. 给出了在全线索二叉树中插入结点和二叉树的算法,然后阐述了这种运算的特点。(This paper gives the algorithms inseting root-node and binary tree in all threaded binary tree.)
  3. 所属分类:进程与线程

« 12 »
搜珍网 www.dssz.com