CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程调度

搜索资源列表

  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. processing

    0下载:
  2. 进程调度N个进程的进程调度算法,最高优先数-processing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:6197
    • 提供者:hawen
  1. UNIX-PROGROMMING

    0下载:
  2. 囊括UNIX编程的所有信息:文件系统、进程调度、网络编程(SOCKET)、函数原型等。-UNIX programming include all the information: the file system, process scheduling, network programming (SOCKET), function prototypes, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-14
    • 文件大小:3346042
    • 提供者:jack shaw
  1. C-language-curriculum-design-case

    0下载:
  2. 书中有C语言编写的常见的游戏及应用程序,具体内容如下: 案例一 贪吃蛇游戏; 案例二 计算器; 案例三 黑白棋游戏; 案例四 迷宫问题; 案例五 扫地雷游戏; 案例六 速算24; 案例七 数据结构CAI系统; 案例八 进程调度; 案例九 存储管理分区分配算法; 案例十 通讯录; 案例十一 学生成绩管理; 案例十二 工资管理; 案例十三 图书借阅管理; 案例十四 教师工作量计算;-The book written in the C langu
  3. 所属分类:Education soft system

    • 发布日期:2017-03-27
    • 文件大小:59374
    • 提供者:Ada
  1. diaodu

    0下载:
  2. 操作系统的进程调度算法,基于优先级数的。-Operating system process scheduling algorithms, priority-based progression.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:197925
    • 提供者:刘舒
  1. diaodu

    0下载:
  2. 模拟进程调度的程序,包括先进先出,短作业优先等,并计算周转时间。-Simulate the process of scheduling procedures, including FIFO, priority and other short work, and calculate the turnaround time.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:900815
    • 提供者:刘舒
  1. ustc-Linuxkernelguide_PSR

    0下载:
  2. 中科大Linux操作系统源代码导读_进程调度-USTC source Linux operating system process scheduling REVIEW _
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:993934
    • 提供者:祝惠民
  1. jinchengguanli

    0下载:
  2. 基于MFC平台模拟进程管理流程与控制,实现进程创建,进程阻塞,进程调度(用四种算法实现此功能)。-good use
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3812308
    • 提供者:zyh_bing
  1. MyProcess

    0下载:
  2. MFC实现的,界面有好,实现了进程调度的算法 能够模拟操作系统的进程调度 适合初学者-MFC implementation, the interface is good, a process scheduling algorithm to achieve To simulate the operating system process scheduling for beginners
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1996782
    • 提供者:小虎
  1. Cpp1

    0下载:
  2. 进程调度 算法 动态优先权法 和时间片轮转法-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2728
    • 提供者:
  1. experiment

    0下载:
  2. 生产者-消费者模型模拟进程调度利用windows提供的API函数进行设计-Producer consumer model to simulate the process of scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:10159
    • 提供者:zzb
  1. Dispatch

    0下载:
  2. 模拟进程调度算法,包括先来先服务法,多级反馈法,时间片轮转法,静态优先级法和动态优先级法。-Simulation process scheduling algorithms, including a first-come first-served method, multi-level feedback method, round-robin method, static priority method and the dynamic priority method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:3907
    • 提供者:wangbin
  1. PCBProject

    0下载:
  2. 进程调度算法 Visual C++ 计算机专业作业-Process scheduling algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:739712
    • 提供者:潜龙勿用
  1. pcb

    0下载:
  2. VC++ 6.0 进程调度算法 轮转调度 优先权调度-Process scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2625
    • 提供者:潜龙勿用
  1. jincheng

    0下载:
  2. 这个是操作系统进程调度算法上机实验的文档有助于理解进程-This is the operating system process scheduling algorithm-on experiments for understanding the process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:434551
    • 提供者:汪利新
  1. jinchengdiaodu

    0下载:
  2. 进程调度算法 实现各种进程调度 先来先服务 优先级调度等-Process scheduling algorithm Processes to achieve a first-come first-served scheduling priority scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:143442
    • 提供者:moweiying
  1. Scheduling

    0下载:
  2. 进程调度 高相应比优先调度算法 java 语言编程-process SCHEDULING
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1384
    • 提供者:TAN
  1. jincheng.tar

    0下载:
  2. 手写的模拟进程调度的源码,能实现时间片优先,进程建立等,附有窗口程序,但未能实现全部功能-源语言: 中文 允许输入拉丁字符的拼音 请键入文字或网站地址,或者上传文档。 取消 Shǒuxiě de mónǐ jìnchéng diàodù de yuánmǎ, néng shíxiàn shíjiān piàn yōuxiān, jìnchéng jiànlì děng, fù yǒu chuāngkǒu chéngxù, dàn wèi néng shíxiàn quánbù g
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3841
    • 提供者:wangqingan
  1. Job

    0下载:
  2. vc++模拟操作系统的进程调度,创建进程,可观察进程运行情况-vc++ simulation of the operating system process scheduling, process creation, process operation can be observed
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2273747
    • 提供者:张三疯
  1. process

    0下载:
  2. 进程调度,利用C语言,运用先进先出等算法实现进程的调度-progress program,use C language ,use fifo ,sjf come to progress program.this is very inters.hope it will help you.it is not complex.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1308
    • 提供者:july
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com