登录
首页 » Process-Thread » 基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等...

基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等...

于 2022-06-30 发布 文件大小:48.65 kB
0 90
下载积分: 2 下载次数: 1

代码说明:

基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。-Basically realize the main processor to process the implementation of the scheduling algorithm: including first-come, first serve, short operation/process priority, time slice rotation scheduling algorithm, priority scheduling algorithm, high priority response ratio scheduling algorithm, multi-level feedback queue scheduling algorithm such as algorithm.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • define the dll exported functions, Inspection System for the state, if memory or...
    define the dll exported functions,用于检查系统状态,若有cpu或者memory使用正常,则返回错误-define the dll exported functions, Inspection System for the state, if memory or cpu normal use, the returned error
    2022-04-24 13:19:38下载
    积分:1
  • 在VC++ 6.0下利用共享内存、消息实现内部进程通讯
    在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
    2022-05-21 02:14:54下载
    积分:1
  • win2000驱动程序设计,里面涉及所有的有关win2000的驱动程序,资历比较深的windows程序设计者可以参考一下。 对不起刚才上传的哪一个忘了加上源代码...
    win2000驱动程序设计,里面涉及所有的有关win2000的驱动程序,资历比较深的windows程序设计者可以参考一下。 对不起刚才上传的哪一个忘了加上源代码了!-WIN2000 driver design, they involve all relevant WIN2000 of the driver, is relatively deep windows designers procedures for reference. Sorry which have uploaded a forgotten with the source code!
    2022-04-23 14:00:10下载
    积分:1
  • windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等...
    windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等-windows task manager vc source code, using PSAPI written, but also added some small features, including CPU usage display, pallet display, etc.
    2023-05-21 10:45:05下载
    积分:1
  • 使用多线程和共享内存技术解决生产者消费都问题的示例
    使用多线程和共享内存技术解决生产者消费都问题的示例-The use of multi-threaded and shared-memory technology to solve the producer consumer problem are examples of
    2022-08-26 09:46:23下载
    积分:1
  • 主要讲的是售票功能,在不同站点售同一组票,而不会发生错误。...
    主要讲的是售票功能,在不同站点售同一组票,而不会发生错误。-Major topics of the ticketing functions in different sites selling the same set of votes without error.
    2022-03-07 14:47:57下载
    积分:1
  • the NT environment hidden process, the user is unaware of the conditions, the im...
    在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in t
    2022-03-23 05:27:10下载
    积分:1
  • 多线程编程就从这里开始,绝对精解! 用了多线程队列
    多线程编程就从这里开始,绝对精解! 用了多线程队列-multithreaded programming on from here, the absolute intensive solutions! With the multithreading Queue
    2022-02-05 05:39:39下载
    积分:1
  • SDK用的线程类和一些线程用的同步类
    SDK用的线程类和一些线程用的同步类-SDK using threads and some types of thread synchronization category
    2023-03-22 20:45:03下载
    积分:1
  • C程序实现系统存储管理分区分配的算法。运行环境:windows.
    C程序实现系统存储管理分区分配的算法。运行环境:windows. -C program distribution system, storage management partition algorithms. Operating Environment: windows.
    2022-12-14 16:55:03下载
    积分:1
  • 696516资源总数
  • 106686会员总数
  • 0今日下载