-
进程已启动,杀死进程再启动程序
进程已启动,杀死进程再启动程序-process has been initiated, killing process restart procedures
- 2022-11-30 11:50:03下载
- 积分:1
-
自己写的一段VC线程案例,做教材很好的!
自己写的一段VC线程案例,做教材很好的!-Write their own section of VC-threaded cases, to do good teaching!
- 2022-02-16 02:23:09下载
- 积分:1
-
模拟进程调度
实现了FCFS,SJF和Priority算法
界面友好,使用C#编写,异常处理严密...
模拟进程调度
实现了FCFS,SJF和Priority算法
界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
- 2022-05-15 20:14:56下载
- 积分: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
-
这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮....
这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮.-This is a very good progress of controls, can fill a variety of colors and shown progress, and very pretty.
- 2022-03-26 15:59:42下载
- 积分:1
-
involves threading a Chinese chess source code, including artificial intelligenc...
涉及线程的中国象棋源代码,包含人工智能算法-involves threading a Chinese chess source code, including artificial intelligence algorithms, etc.
- 2022-11-10 00:30:03下载
- 积分:1
-
编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在...
编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that after the deletion of the data has shown. (Display in the form of the dialog box shown), in Reading censored data to the attention of mutually exclusive threads.
- 2022-02-04 00:50:12下载
- 积分: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
-
采用visual c++.net编写的动态链接库与多线程、多进程教学实例
采用visual c++.net编写的动态链接库与多线程、多进程教学实例-The use of visual c++. Net prepared by dynamic-link library with multi-threaded, multi-process teaching examples
- 2022-04-14 14:37:53下载
- 积分:1
-
a multithreaded programming examples threads will be able to set priorities, deb...
一个vb多线程编程实例,能够设置线程优先级,已经调试能够执行。-a multithreaded programming examples threads will be able to set priorities, debugging can be implemented.
- 2022-07-26 17:04:37下载
- 积分:1