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

搜索资源列表

  1. shijianplunzhuan

    0下载:
  2. 进程调度算法:先来先服务算法、时间片轮转调度算法的实现 -The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2266
    • 提供者:ZZ
  1. aaa

    0下载:
  2. 操作系统银行家算法解决死锁问题并且可以观察死锁现象的产生-Banker' s algorithm to solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1029753
    • 提供者:张学兵
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:521848
    • 提供者:cnwst
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. diaodu

    0下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:16244
    • 提供者:赵子航
  1. Dispatch

    0下载:
  2. 实现操作系统进程调度的四种基本算法,MFC实现,有较好的界面。实现比较简单~适合于初学者-it is about the OS process Dispacher ,including four basic methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:2003226
    • 提供者:baobao
  1. fifo

    0下载:
  2. 完成进程调度,页面置换算法中先进先出算法(FIFO)的源代码,对学习操作系统很有用的~-The completion of the process of scheduling, the page replacement algorithm in the FIFO method (FIFO) of the source code, useful for learning the operating system ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1273
    • 提供者:jessie
  1. priority

    0下载:
  2. 进程管理与调度算法(可以实现优先权算法、时间片轮转法)-Process management and scheduling algorithm(priority、time slice)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1920
    • 提供者:张潇
  1. yinhangjia

    0下载:
  2. 银行计算法的实现,基于多线程控制的系统的实现的银行家的算法的成功实现-Bank calculations the realization of control system based on multi-threaded implementation of the banker of the successful implementation of the algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:6323
    • 提供者:benye
  1. mycannon

    0下载:
  2. 该程序是基于cannon算法实现的矩阵相乘运算,运行平台VS2005,需要设置环境变量。-The program is based on the cannon algorithm matrix multiplication operation, operation platform, VS2005, need to set environment variables.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1447
    • 提供者:魏亭
  1. Parallelprogram

    0下载:
  2. 并行程序设计:对于所希望的应用,很多并行代码似乎不存在的 即使有,也常不能用于用户的并行机上.因为并行代码原来都是为不同的并行结构写的.   它的问题是:至今并行算法范例不能被很好地理解和广泛地接受 并行程序设计是建立在不同的计算模型上的,而它们没有能像冯*诺依曼模型那样被普遍的接受和认可.绝大部分被使用的并行程序设计语言都是Rortran和C的推广,他们都不能够充分地表达不同并行结构的特点,既不成熟也不通用.并行程序设计工具依赖于具体的并行结构和计算机代的更迭,既不通用也不稳定,在某个并行
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:854844
    • 提供者:我爱罗
  1. deadlock

    0下载:
  2. 编写死锁检测的模拟程序. 1每种类型一个资源:检测资源与进程图之间是否有换; 2每种类型多个资源的死锁检:用一个类似多个资源银行家的算法。 -The preparation of deadlock detection simulation program. One for each type of a resource: To detect the resources and whether there is exchange between the process of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:173866
    • 提供者:ji
  1. Process

    0下载:
  2. 实现几种进程调度算法的简单模拟程序,包括先服务算法、短作业算法等。-Several process scheduling algorithm to achieve a simple simulation program, including the first service algorithm, a short operation algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:10511
    • 提供者:wqchris
  1. aaa

    0下载:
  2. 操作系统 1、 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞 输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。 2、 加深理解操作系统进程调度的过程。 3、 加深理解多级反馈队列进程调度算法。 1、 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞 输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。 2、 加深理解操作系统进程调度的过程。 3、 加深理解多级反馈
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:19429
    • 提供者:linxiang
  1. 111

    0下载:
  2. 进程调度银行家算法,简单的一个小程序,基本思想是这样的-Process scheduling bankers algorithm, a simple small program, the basic idea is this
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4674
    • 提供者:陈坤
  1. 112448107

    0下载:
  2. 本软件为一个进程调度模拟软件 是一个简单的模拟进程调度算法的软件 -This software is a process scheduling simulation software is a simple software simulation of the process of scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:24076
    • 提供者:ron
  1. process

    0下载:
  2. 关于进程优先级调度的算法!设置进程优先级,然后编程演示!-On the process priority scheduling algorithm!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:461700
    • 提供者:冉晓春
  1. banker2

    0下载:
  2. 银行家算法,比较简单,用数组实现的,不过都基本上阐述了银行家算法的过程-Banker' s algorithm is simpler, using an array to achieve, but are basically explained the process of Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:201005
    • 提供者:嘉嘉
  1. youxianji

    0下载:
  2. 1、设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 2、建立进程就绪队列。对两种不同算法编制入队子程序。 3、编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -1, the design process control block PCB table structure (same structure with the experimental one), applicable to the number of priority
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1542
    • 提供者:wang
  1. Pagereplacement

    0下载:
  2. 页面置换--问题描述及设计思想:在进程运行过程中,若其所要访问的页面不在内存需把它们调入内存,但内存已无空闲空间时,为了保证该进程能正常运行,系统必须从内存中调出一页程序或数据,送磁盘的对换区中。但应将哪个页面调出,所以需要根据一定的算法来确定。-Page replacement- problem descr iption and design: the process is running, if they want to access the memory page is not requi
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1838
    • 提供者:张龙
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com