登录
首页 » Process-Thread » 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法

利用vc++6.0编程实现从应用程序中直接关闭计算机的方法

于 2023-08-25 发布 文件大小:72.93 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer

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

发表评论

0 个回复

  • Hanoi塔演示程序,Hanoi塔是一个不错的 游戏
    Hanoi塔演示程序,Hanoi塔是一个不错的 游戏-Hanoi tower demo program, Hanoi Tower is a good game
    2022-07-14 19:35:24下载
    积分:1
  • 一个简单地多线程例子
    一个简单地多线程例子-a simple example of multi thread
    2022-05-29 23:08:38下载
    积分:1
  • VC++ Prepared similar to FTP transfer tool. Can support multi
    VC++编写的类似于FTP传输工具。可以支持多线程传输。-VC++ Prepared similar to FTP transfer tool. Can support multi-threaded delivery.
    2023-01-25 11:55:08下载
    积分:1
  • 用户自己实现的一种加锁同步算法
    用户自己实现的一种加锁同步算法- User realize one kind locks the synchronized algorithm
    2023-07-13 22:15:02下载
    积分:1
  • Socket线程池,在Unix / Linux编译。
    socket+线程池,在unix/linux下编译.-socket threads pool, in unix/linux compiler.
    2022-08-23 20:54:43下载
    积分:1
  • 显示出系统中的所有进程和每个服务进程的完整路径的源代码...
    显示出系统中的所有进程和每个服务进程的完整路径的源代码-Shows that the system of all the process and the process of each service the full path to the source code
    2023-04-06 12:10:03下载
    积分:1
  • This procedure is based on the multi
    本程序是基于多线程技术来绘制历史曲线,实现了历史曲线的实时动态显示-This procedure is based on the multi-threading technology to map the historical curve, realize the historical curve of real-time dynamic display
    2023-05-18 06:45:03下载
    积分:1
  • 在Windows 2000/XP/2003环境下,创建一个包含N个线程的控制台进程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的...
    在Windows 2000/XP/2003环境下,创建一个包含N个线程的控制台进程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者一写者问题。-Windows 2000/XP/2003 environment, the creation of an N threads include the console process. Use of these n threads to express n readers who write. Each thread according to the corresponding test data files (with a) on the request and write. Using signal mechanism volume respectively priority and the readers who wrote a priority of readers wrote persons.
    2022-01-25 16:06:10下载
    积分:1
  • A very beautiful battery appearance monitor, it keeps the current battery appear...
    一款非常漂亮的电池状态监视器,它以动态图形方式非常直观的显示出当前的电池状态。其中还包含了怎样在VB中显示PNG图片,并实现PNG图片的缩放等,是一款学习的好代码,不要错失机会哟-A very beautiful battery appearance monitor, it keeps the current battery appearance of the display of view very much by dynamic state sketch.Still included among them how show a PNG picture in the VB, and carry out zoom of PNG picture etc., is the good code of a study, don t blunder away an opportunity!!!
    2022-12-17 13:50:02下载
    积分: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
  • 696518资源总数
  • 106016会员总数
  • 2今日下载