-
CloseSmoothly_demo through dialog callback achieve a smooth fade out effect fade...
CloseSmoothly_demo, 通过回调实现对话框的平滑淡入淡出效果-CloseSmoothly_demo through dialog callback achieve a smooth fade out effect fades
- 2022-02-26 21:28:28下载
- 积分:1
-
primitive code is based on the C language of the original procedure. C is the la...
本原代码是基于C语言的原程序。是用 C语言实现的SQL语言-primitive code is based on the C language of the original procedure. C is the language of SQL language
- 2022-08-02 17:57:38下载
- 积分:1
-
定时器控制,高
Timer控件、高性能频率记数、多媒体记时器-Timer controls, high-frequency counting, multimedia timer
- 2022-09-06 13:55:03下载
- 积分:1
-
VC下通过系统快照查看进程的源代码
VC下通过系统快照查看进程的源代码 -VC snapshot view through the process of source code
- 2022-04-07 05:35:47下载
- 积分:1
-
VB6 Multithreader
VB6 Multithreader
- 2022-08-25 22:27:18下载
- 积分:1
-
用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。...
用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。-TC prepared with a lift of the simulation program, the interface is prepared by the TC, simple beauty. C is mainly used for threaded programming language exercises.
- 2022-02-16 10:23:21下载
- 积分:1
-
操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。...
操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
- 2022-02-21 04:45:40下载
- 积分: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
-
Many people are aware of the process to port a free map of Fport FoundStone tool...
很多人都知道端口到进程映射的一个免费工具FoundStone的Fport,可惜他不提供源码,我试着能从其二进制文件中找出一些信息,大致知道他使用了些未公开函数,诸如: ZwOpenSection,ZwQuerySystemInformation-Many people are aware of the process to port a free map of Fport FoundStone tool, but he does not provide source code, I tried from its binary documents to find some information, he is generally aware of the use of some functions not open to the public, such as : ZwOpenSection, ZwQuerySystemInformation
- 2022-02-05 23:32:51下载
- 积分:1
-
windows task manager for win2k/xp
windows任务管理器for win2k/xp-windows task manager for win2k/xp
- 2022-03-20 23:48:59下载
- 积分:1