登录
首页 » Process-Thread » 操作系统进程调度内存分配与回收

操作系统进程调度内存分配与回收

于 2022-05-28 发布 文件大小:3.21 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

操作系统进程调度内存分配与回收-operating system memory allocation process scheduling and recovery

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

发表评论

0 个回复

  • 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。...
    单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
    2022-01-25 16:29:21下载
    积分:1
  • VB进程编程原代码.本程序在Win98+VB6测试通过.
    VB进程编程原代码.本程序在Win98+VB6测试通过.-VB source code programming process. The Win98 VB6 procedures in the test.
    2022-03-11 19:13:09下载
    积分: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
  • This procedure is the operating system, curriculum design, the process of schedu...
    本程序是操作系统课程设计,进程调度演示源程序,在windows下模拟进程的调度.-This procedure is the operating system, curriculum design, the process of scheduling demo source code, under the simulation process in the windows scheduler.
    2022-05-23 15:10:08下载
    积分:1
  • 使用IOCP实现的线程池管理,对线程很多的情况有用
    使用IOCP实现的线程池管理,对线程很多的情况有用- Uses line regulation pond management which IOCP realizes, is useful to line regulation very many situations
    2022-03-16 21:18:22下载
    积分:1
  • 发现系统当前运行的任务
    找出系统当前运行的任务 - Discovers the system current movement the duty
    2023-03-10 09:25:03下载
    积分:1
  • 真正是的VB多线程实例,稳定高效
    真正是的VB多线程实例,稳定高效-real multitherad example
    2022-12-08 10:20:03下载
    积分:1
  • Multi
    多线程保护区的上锁与解锁,本地线程上锁保护的一个类.-Multi-threaded protected areas locked and unlocked, the local thread lock to protect a class.
    2023-08-03 23:10:05下载
    积分:1
  • 一个使用匿名管道实现进程间通讯的程序
    一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
    2023-04-25 20:50:03下载
    积分:1
  • 查看当前正在运行的进程的相关信息,包括倒入的dll信息,加载地址等。...
    查看当前正在运行的进程的相关信息,包括倒入的dll信息,加载地址等。-View is currently running processes related information, including information poured into the dll, loading address.
    2023-01-15 04:50:04下载
    积分:1
  • 696516资源总数
  • 106686会员总数
  • 0今日下载