登录
首页 » Process-Thread » 在VC++ 6.0中实现程序单一运行

在VC++ 6.0中实现程序单一运行

于 2022-05-09 发布 文件大小:32.65 kB
0 26
下载积分: 2 下载次数: 1

代码说明:

在VC++ 6.0中实现程序单一运行-6.0 in VC procedures to achieve a single operation

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

发表评论

0 个回复

  • 用vb.net编写的的实践多线程池的简单例子
    用vb.net编写的的实践多线程池的简单例子-using vb.net prepared by the practice pool multithreading simple example
    2022-05-11 02:17:24下载
    积分:1
  • 多线程方式同时进行多项任务,让多个任务同时进行,控制线程的运行。...
    多线程方式同时进行多项任务,让多个任务同时进行,控制线程的运行。-multiple threads simultaneously a number of tasks so that multiple tasks simultaneously, control threads running.
    2022-07-13 04:42:06下载
    积分:1
  • simple realization of a systematic process management. Can see the current syste...
    实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程ID等)可终止某一进程。-simple realization of a systematic process management. Can see the current system running processes, the process of basic information. (Eg : Process size, thread ID, etc.) may terminate a process.
    2022-01-26 07:00:45下载
    积分: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
  • 讲述在windows系统下,在vc环境下进行多线程编程
    讲述在windows系统下,在vc环境下进行多线程编程-Described in the windows system, vc environment in multi-threaded programming
    2022-10-28 17:10:03下载
    积分:1
  • program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
    program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
    2022-02-10 00:03:03下载
    积分:1
  • VC的多线程不同保护的一个类,实现多线程对共有资源的同步操作....
    VC的多线程不同保护的一个类,实现多线程对共有资源的同步操作.-VC Multithreading a different type of protection, the realization of multi-threaded for simultaneous operation of shared resources.
    2022-04-20 01:57:44下载
    积分:1
  • VB编写的开关机和注销程序,程序简单,易学易会。
    VB编写的开关机和注销程序,程序简单,易学易会。-VB prepare for the switch and cancellation procedure is simple and easy to learn easily.
    2022-12-14 20:20:02下载
    积分:1
  • 窗口多线程编程最基本的介绍实例
    windows多线程编程最基础的入门例子-windows multithreaded programming most basic introductory examples
    2022-02-24 13:50:42下载
    积分: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
  • 696524资源总数
  • 103920会员总数
  • 65今日下载