登录
首页 » Process-Thread » 这是一个进程同步的程序,可以判断死锁的问题,是可以支持多进程的程序。...

这是一个进程同步的程序,可以判断死锁的问题,是可以支持多进程的程序。...

于 2022-06-12 发布 文件大小:7.18 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

这是一个进程同步的程序,可以判断死锁的问题,是可以支持多进程的程序。-This is a process synchronization procedures can be judged Deadlock problems, can support multi-process procedures.

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

发表评论

0 个回复

  • 一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件...
    一个多线程的后台管理扫描器,用delphi开发 ,是一个多线程软件 -a multithreaded background of the management software, with delphi development is a multi-threaded software
    2023-07-29 04:45:04下载
    积分:1
  • 内存进程/模块查看器(含源码) 发信站:安全焦点(2001年4月16日11时50分22秒) Process ...PS.exe(执行文件),PSAPI.dll(...
    内存进程/模块查看器(含源码) 发信站:安全焦点(2001年4月16日11时50分22秒) Process ...PS.exe(执行文件),PSAPI.dll(NT4的动态链接库), -memory processes/module viewer (including source code) wrote station : security focus (at 11:50:22 on April 16, 2001) ... PS.exe Process (Enforcement), PSAPI.dll (NT4 dynamic link library),
    2022-12-13 05:20:03下载
    积分: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
  • 本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序...
    本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序-the program running simultaneously segments, the show is an animated clock, and the other is to demonstrate progress, the progress of the animation is not exactly table clock progress. This procedure is based on the MFC dialog application hardware sequence
    2022-12-15 02:50:03下载
    积分:1
  • 极值问题.rar,7KB
    极值问题.rar,7KB-extreme problems. Rar, 7 kB
    2022-02-15 19:41:52下载
    积分:1
  • Remote Run Library is a part of the code provides a complete remote (remote here...
    Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to the process is different from the other process space) runtime environment (including the use of code implicit API calls, string constants, global/static variables, abnormal protection) tool. It allows you to the arbitrary process (as long as you have sufficient authority) run a piece of code or exe, which allows two or more executable file in the same process space operations.
    2022-11-10 12:15:04下载
    积分:1
  • 进程管理子系统,希望喜欢
    进程管理子系统,希望喜欢-process management subsystem, like
    2022-10-21 20:40:03下载
    积分:1
  • 利用CEvent实现多线程同步
    利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
    2023-04-12 08:20:04下载
    积分:1
  • This is a single
    这是一个单线程的源代码单线程应该是除了主线程外的唯一的一个线程-This is a single-threaded the source code should be the main thread outside the only one thread
    2022-02-16 00:41:57下载
    积分:1
  • 任务管理器模拟,希望喜欢
    任务管理器模拟,希望喜欢-task management simulation, like
    2022-02-13 20:14:37下载
    积分:1
  • 696516资源总数
  • 106462会员总数
  • 0今日下载