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. course_attemper

    1下载:
  2. 关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or a simple method to rotate fiv
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:zhou
  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. 反馈

    0下载:
  2. 用c语言模拟的多极反馈队列算法,-simulated multi-polar feedback queue algorithm ,----------------------------------------
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13119
    • 提供者:谢冠华
  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. jinchengdiaodu

    0下载:
  2. 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:553913
    • 提供者:wuwenqin
  1. FCFSSJF

    0下载:
  2. 用C语言 实现作业调度算法(FCFS,SJF) -Using C language algorithm for job scheduling (FCFS, SJF)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1970
    • 提供者:黄健宏
  1. fifosuanfa

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:808
    • 提供者:麽鱼的谁
  1. Processordispatching-simulation

    0下载:
  2. 操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program. Procedures in a multi-channel
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1457
    • 提供者:huyiming
  1. FCFS

    0下载:
  2. 处理机调度算法里的先到先服务算法实现(C语言模拟实现)-First come first server
  3. 所属分类:Process-Thread

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:liyao
  1. os

    0下载:
  2. 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度-C language (or other languages ​ ​ such as Java) to achieve some kind of process scheduling algorithm (such as dynamic priority scheduling) on ​ ​ the N-process scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:308133
    • 提供者:jj
  1. FCFS

    0下载:
  2. 使用C++语言来实现了操作系统的先来先服务算法,可以随时输入和阻塞进程,还可以将已经阻塞了的进程唤醒-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:3512668
    • 提供者:哈哈
  1. 3

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

    • 发布日期:2017-03-31
    • 文件大小:14250
    • 提供者:likai
  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. zlassical_language

    0下载:
  2. 本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写,-This procedure is a solution to the classical traveling salesman problem, excellent material is data structure learning algorithm, c language,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:15583
    • 提供者:uabeiellb
  1. meqrrr3

    0下载:
  2. 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-A missile hit written in C language on a plane the trajectory tracking problem of the source program and use algorithm WORD document
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:297984
    • 提供者:Thmkfda
  1. 银行家算法

    0下载:
  2. 操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-08
    • 文件大小:155648
    • 提供者:moona
« 12 »
搜珍网 www.dssz.com