搜索资源列表

  1. 模拟两种进程调度方式

    0下载:
  2. 进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priori
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:236544
    • 提供者:杨场鸿
  1. 进程知识库 Build 0914

    0下载:
  2. 在你的计算机上,有20-30个进程在后台运行着。有的占用了太多的系统资源,造成机器运行缓慢。更为不幸的是,一些进程是间谍软件和*,如此你的隐私和机器的控制权会被黑客所掌控。这里提供了大多数常见的进程知识。这里的分类包括:存在安全风险进程列表 系统进程列表 应用程序进程列表 其它进程列表 DLL文件列表 -in your computer, 20-30 process running in the background. S
  3. 所属分类:电子书籍

    • 发布日期:2024-05-16
    • 文件大小:26170368
    • 提供者:萧建
  1. OS进程调度源码_2

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:109568
    • 提供者:wzc
  1. 完整的进程的调度1

    0下载:
  2. 最经典的 进程调度算法 山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:张永涛
  1. 进程diaodu

    0下载:
  2. 用vc编写的进程调度的源程序,我们的课程设计,可以直接运行。无错误-vc prepared using the process of scheduling the source, our curriculum design, direct running. Error-free
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:小五哥哥
  1. 进程调度模拟源程序

    0下载:
  2. 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:27648
    • 提供者:林一森
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:76800
    • 提供者:陈任全
  1. Example098-获取进程的信息

    0下载:
  2. 开发工具:VS.net2003 可以查看详细的进程信息-development tools : VS.net2003 can view detailed information process
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:向传兵
  1. 进程调度算法实验报告

    0下载:
  2. 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1)
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:赵新新
  1. DT修改_xp下隐藏进程VC6

    0下载:
  2. WindowsXP下隐藏自己的进程,使用非常方便,只需要在本进程内调用此函数!千万不要用来写“流氓软件”!-WindowsXP hide under the process is extremely easy to use, only in this process calling this function! Do not write to "rogue software."
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:
  1. 进程间通讯

    0下载:
  2. 二个应用程序进程这间的通讯,也许是很有用处.-two applications of this process of communication, is perhaps useful.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:339968
    • 提供者:pwyy
  1. 模拟进程同步

    0下载:
  2. 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:李小刚
  1. 进程监控

    0下载:
  2. 进程监控(1) 每次主动发送协议,都有应答,发送协议用蓝色显示,应答用黑色显示。 (2) 序列号的有效范围1-1000000。 -process control (1) initiative to send each agreement have responses, the agreement to send blue, black respondents showed. (2) sequences of the effect
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:962560
    • 提供者:山茶
  1. 进程调度实验

    0下载:
  2. 该源代码模拟操作系统中进程的调度,按进程优先级进行排序,然后按优先级高者先调度的原则一次调度。-The source code for simulation of the operating system process scheduling, according to the process of priority ranking, and then by priority the higher the principle of sc
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wangying
  1. 进程调度

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:寒修末
  1. 进程通信

    0下载:
  2. 进程通信 socket进程通信 内含四个源代码 和实验说明(Contains four source code and experimental instructions)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:patirck
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-16
    • 文件大小:233472
    • 提供者:蚊子酱
  1. 隐藏进程

    1下载:
  2. 驱动隐藏进程,可以让游戏检测不到哦~!大家赶快下载吧!(rive hidden process, you can let the game can not detect Oh ~! Download it quickly!)
  3. 所属分类:游戏

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:你猜113
  1. 进程间通信

    0下载:
  2. 可应用于同一台机器上两个或多个进程之间的相互通信(Mutual communication between two or more processes that can be applied to the same machine)
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:499712
    • 提供者:wang3397
  1. 枚举进程和线程

    0下载:
  2. api枚举进程和线程,可以挂起线程.非常好用.(API enumerates processes and threads that can hang threads. It's very useful)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:点速网络
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org