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

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

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

代码说明:

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

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

发表评论

0 个回复

  • 一个关于VB对CPU的编程原代码.实时显示CPU占用率.
    一个关于VB对CPU的编程原代码.实时显示CPU占用率.-a right on the CPU VB programming source code. Real-time CPU utilization.
    2022-05-20 19:40:24下载
    积分:1
  • 线程创建 事件触发 线程同步 结束线程
    线程创建 事件触发 线程同步 结束线程-Thread creation thread synchronization events to trigger the end of thread
    2022-02-14 06:27:32下载
    积分: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
  • CTR
    ctr-del-alt就能看到系统的进程,你是否也想在你的程序中显示出来呢?看完这个代码你在可以轻松在ABOUT中显示出来,不用再显示什么磁盘的容量等信息了,换个花样吧-ctr- del-alt system will be able to see the process, do you also think your procedures are displayed? Reading the code you can relax in ABOUT revealed, no longer shows any disk capacity information, a change in the Mood for it
    2023-07-20 08:35:03下载
    积分:1
  • 枚举当前系统的所有已打开文件的句柄及路径
    枚举当前系统的所有已打开文件的句柄及路径-Enumeration of all the current system has a handle to open the file and path
    2022-05-14 22:18:02下载
    积分:1
  • 一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件...
    一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件 -a multithreaded background of the management software, with delphi development is a multi-threaded software
    2023-07-29 04:45:04下载
    积分:1
  • 如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,实现了这个类,来所简化多线程的创建和关闭的操作。...
    如果用CWinThread好一点,直接是一个线程对象,如果用AfxBeginThread,实现了这个类,来所简化多线程的创建和关闭的操作。-If CWinThread better direct object is a thread, if AfxBeginThread, realize this category, to simplify the creation of multi-threading on and off operation.
    2023-03-28 20:45:04下载
    积分:1
  • 2023-02-01 07:15:03下载
    积分:1
  • 进度条控件的多线程实现程序
    进度条控件的多线程实现程序-progress of the control procedures, multithreading
    2022-07-11 10:11:40下载
    积分:1
  • simple realization of a systematic process management. Can see the current syste...
    实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程ID等)可终止某一进程。-simple realization of a systematic process management. Can see the current system running processes, the process of basic information. (Eg : Process size, thread ID, etc.) may terminate a process.
    2022-01-26 07:00:45下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载