登录
首页 » Process-Thread » 一个在WINDOWS系统下创建进程的实例程序

一个在WINDOWS系统下创建进程的实例程序

于 2022-03-23 发布 文件大小:10.25 kB
0 49
下载积分: 2 下载次数: 1

代码说明:

一个在WINDOWS系统下创建进程的实例程序-a Windows system in the process of creating procedures example

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

发表评论

0 个回复

  • 操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现...
    操作系统课程实验里理发师问题的报告,用于模拟进程调试,程序用C#实现-operating systems courses experiment Barber"s report for the modeling process debugging, procedures using C#
    2022-06-30 18:45:38下载
    积分:1
  • 一个计算器程序 能够执行计算器的普通功能
    一个计算器程序 能够执行计算器的普通功能-a calculator program to implement the general function calculator
    2022-09-18 05:35:03下载
    积分:1
  • 一个较大的线程封装类,实现了父线程通知等机制
    一个较大的线程封装类,实现了父线程通知等机制- A bigger line regulation seal class, has realized mechanism and so on father line regulation notice
    2023-03-21 08:25:03下载
    积分:1
  • 多进程的解决方案 : 创建一个包含四个窗口的多任务模拟:第一个窗口必须显示一系列的递增偶数;第二个窗口必须显示一系列的递增素数;第三个窗口必须显示任意半径的圆;第四个窗口必须显示一系列的随机矩形。-multi-process solution : Create a window contains four multi-task simulation : a window to show a series of incremental even; The second window must show a series of incremental prime; The third window must demonstrate arbitrary radius of the circle; The fourth window must show a series of random Rectangular.
    2022-06-16 21:29:06下载
    积分: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
  • 进程管理子系统,希望喜欢
    进程管理子系统,希望喜欢-process management subsystem, like
    2022-10-21 20:40:03下载
    积分:1
  • 介绍多
    多线程编程的入门指导 图书语言: 简体中文 图书类型: 程序设计 >> 程序基础下载 授权方式: 免费程序基础图书 图书大小: 765 KB -Introduction to multi-threaded programming guide books Language: Simplified Chinese Book Type: Program Design
    2022-11-18 16:25:03下载
    积分:1
  • 编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术...
    编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multiple threads access violation if there is usually generate incorrect results. This procedure main inter-thread synchronization technology
    2022-04-14 20:18:45下载
    积分:1
  • 进程管理和线程管理 进程管理和线程管理
    进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
    2022-04-30 01:15:38下载
    积分:1
  • 启动并控制其它Exe程序,在一个进程中启动另外一个程序。适合与初学者。...
    启动并控制其它Exe程序,在一个进程中启动另外一个程序。适合与初学者。-initiate and control other Exe procedures, in a process launched another procedure. Fit and beginners.
    2022-04-20 04:28:35下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载