登录
首页 » Process-Thread » 操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码...

操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码...

于 2022-01-22 发布 文件大小:409.63 kB
0 122
下载积分: 2 下载次数: 1

代码说明:

操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码-operating system, operating system simulation process control and process scheduling, detailed documentation and code

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

发表评论


0 个回复

  • 这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告...
    这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
    2023-01-24 17:10:03下载
    积分:1
  • 利用多线程实现程序保护,简单的示范程序,帮助理解多线程的是运行机制...
    利用多线程实现程序保护,简单的示范程序,帮助理解多线程的是运行机制-Realize the use of multi-threaded process protections, the simple model procedures to help understand multi-threading is the operating mechanism
    2022-01-26 00:12:46下载
    积分:1
  • For multi
    进行多线程编程的好例子,这是多线程的简单例子。-For multi-threaded programming a good example of this is a simple example of multi-threading.
    2022-03-19 09:39:42下载
    积分:1
  • visual c++消息处理和多线程编程
    visual c++消息处理和多线程编程-visual c++ message processing and multi-threaded programming
    2022-07-26 08:06:31下载
    积分:1
  • 本程序用VC编写,主要用于演示如何实现多线程多任务。
    本程序用VC编写,主要用于演示如何实现多线程多任务。-the procedures used to prepare VC, mainly for demonstrating how to achieve multi-threaded multi-task.
    2023-04-25 01:20:03下载
    积分:1
  • 这是一种方法,你也可以在取定那一步使用你自己喜欢的取定方法,...
    这是一种方法,你也可以在取定那一步使用你自己喜欢的取定方法,-This is one of the ways you can take the step that will use your own favorite from determined,
    2022-08-08 11:42:27下载
    积分:1
  • 这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细...
    这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细-This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing
    2022-08-17 14:37:30下载
    积分:1
  • 2023-02-01 07:15:03下载
    积分:1
  • demonstration of how the procedure can only run one process, if the procedures a...
    演示了如何让程序仅仅只能运行一个进程,如果程序已经运行,再点exe就会激活原来已经运行的那个进程。-demonstration of how the procedure can only run one process, if the procedures are already running, then points exe will activate the original operation of that process.
    2023-01-08 21:10:02下载
    积分:1
  • program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize =...
    program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format
    2022-10-06 15:35:03下载
    积分:1
  • 696518资源总数
  • 105327会员总数
  • 16今日下载