登录
首页 » Process-Thread » 获得系统信息,下载之,赶紧的大加,

获得系统信息,下载之,赶紧的大加,

于 2023-07-07 发布 文件大小:45.85 kB
0 16
下载积分: 2 下载次数: 1

代码说明:

获得系统信息,下载之,赶紧的大加,-access system information, downloading, the increase quickly, Ha Ha Ha

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

发表评论

0 个回复

  • 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
  • 功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一...
    功能介绍:有些软件在运行中要将某些文件压缩成压缩文件。自己写压缩过程未免太麻烦了, 虽然有很多免费的源代码类可以使用,还要看代码的使用方式,一个不小心就不一定很正常了。 我的做法是调用现有的压缩文件来完成压缩功能。用等待进程结束的方法实现压缩。 完成后再作后面的其他工作。 本程序旨在演示启动和等待进程结束的方式调用其他程序的方法。 -functional presentations : Some software in the operation of certain documents should compressed into compressed files. , Wrote the compression process would be too troublesome, although there are many free source code can use category, but also the use of code, a careless It is not the normal. My approach is to call the compressed files to complete compression. The process used to wait for the end of the compression method. Upon the completion of the back for the other work. This procedure aims to demonstrate the process of initiating and wait for the end of the call other procedures.
    2022-09-12 04:40:03下载
    积分:1
  • 多线程文件下载客户端
    多线程文件下载客户端-multi-threaded client files
    2023-02-03 06:20:03下载
    积分:1
  • 这是用C#编写的多线程下载软件,很好用啊~!
    这是用C#编写的多线程下载软件,很好用啊~!-This is a C# Prepared multi-threaded download software, very good with ah ~!
    2023-05-23 07:05:03下载
    积分:1
  • 得到所有dll的关联调用
    得到所有dll的关联调用-all dll called the link
    2023-09-03 03:25:04下载
    积分:1
  • 一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。...
    一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-More than one instance of a communication between threads, we can further deepen the understanding of multi-threaded communications.
    2022-10-01 21:15:03下载
    积分:1
  • use under standard multithreaded category TThread to complete our multithreaded...
    利用DELPHI下标准的多线程类TThread来完成我们的多线程设计-use under standard multithreaded category TThread to complete our multithreaded design
    2022-02-22 03:06:43下载
    积分:1
  • small games, the server is a client of the game, only the landing will be able t...
    小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
    2023-07-19 00:35:03下载
    积分:1
  • 关于C++程序实现各种功能的过程管理…
    关于进程管理的C++程序 实现描述进程管理的各种功能-With regard to process management in C++ program to achieve the various functions described in process management
    2023-08-19 17:10:03下载
    积分:1
  • VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料...
    VC样版教程。一个拼字游戏源码。利用VC++编程,应用的VC技巧,简单而全面,是初学者的好材料-VC-like version of tutorial. Source of a spelling game. Use VC++ Programming, application of VC skills, simple and comprehensive, is a good material for beginners
    2022-11-29 19:30:03下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载