登录
首页 » Process-Thread » "Previously Development Practice" complementary source code

"Previously Development Practice" complementary source code

于 2022-06-21 发布 文件大小:21.05 kB
0 90
下载积分: 2 下载次数: 1

代码说明:

《抓图程序开发实践》配套源代码-"Previously Development Practice" complementary source code

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

发表评论

0 个回复

  • 从汉字可以得到拼音和五笔
    从汉字可以得到拼音和五笔-be from the Chinese characters and Pinyin Wubi
    2022-05-13 05:14:37下载
    积分:1
  • A multi
    一个多线程扫描器。速度很慢,实用性不强,但对于SOCKET初学者来说,有一定的参考价值。-A multi-threaded scanner. Very slow, practicality is not strong, but for beginners SOCKET example, has a certain reference value.
    2022-06-15 05:14:49下载
    积分:1
  • 一个有关定时器的例程,一个很基础的咚咚,哎
    一个有关定时器的例程,一个很基础的咚咚,哎-A timer routine, based on a very咚咚, hey
    2022-08-20 06:20:28下载
    积分:1
  • delphi的进程间通讯的例子,学习Delphi下的Windows API编程的好例子...
    delphi的进程间通讯的例子,学习Delphi下的Windows API编程的好例子-delphi the inter-process communication examples, Delphi study of the Windows API programming examples of the good
    2023-01-09 07:35:03下载
    积分:1
  • 采用事件的线程同步操作
    采用事件的线程同步操作-use the thread synchronization
    2022-10-12 06:55: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
  • .net的线程池,功能等同于.net framework下的Threadpool
    .net的线程池,功能等同于.net framework下的Threadpool-. net of the thread pool, the functional equivalent. net framework under Threadpool
    2022-04-23 04:43:10下载
    积分:1
  • Readers priority algorithm, learning operating system are generally required to...
    读者优先算法,学习操作系统的一般都要接触到的临界区处理的程序,有实验报告说明-Readers priority algorithm, learning operating system are generally required to come into contact with the critical areas of treatment procedures, experimental reports have
    2023-06-29 17:05:03下载
    积分:1
  • 1 程序开发步骤 (1) 打开vc,选择菜单项file
    1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name,
    2022-07-19 11:28:10下载
    积分:1
  • 关于线程的代码,很实用,希望大家多多支持,互相学习
    关于线程的代码,很实用,希望大家多多支持,互相学习-Code on the thread, very useful, hope that we can support and learn from each other
    2022-02-02 07:33:32下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载