资源列表
Thread
- 多线程简单实例 基于对话框,利用多线程和事件数组实现多个对话框的自动隐藏和显示。对于快速了解事件的典型应用有所帮助-A simple dialog-based multithreaded instance, the use of multi-threading and an array of multiple events dialog automatically hide and show. For a quick overview of events in a typical appli
02ProcessList
- ProcessList by windows api-Process List by windows api
multiThread
- 将含有多层子目录的某个目录下的全部文件,抽取到某个目录下(无子目录)。用多线程实现,一个搜索线程,一个拷贝线程,使用windowsAPI函数-The entire file to a directory containing subdirectories under multi-extracts to a directory (no subdirectories). With multithreading, a search thread, a copy of the thread, use w
VCPPUIthread
- 使用线程创建一个UI线程供新手学习。是一个不错的学习资料。值得下载-Use the thread to create a UI thread for novices to learn. Is a good learning materials. Worth downloading
Single-processor-scheduling-process
- 这个C程序用来模拟操作系统中的单处理器进程调度。用户可以输入时间片,要创建的进程等。-This C program used to simulate a single processor operating system process scheduling. Users can enter a time slice, the process to be created and so on.
MultiThread8
- 通过一个多线程实现一个数据的连续求和功能-Realization of a multi-thread data through a continuous summation function
VB-use-active.exe-do-duoxiancheng-
- 直接在ACTIVE.EXE里实现主程序和多线程-The main program and the multi thread direct implementation in ACTIVE.EXE
VisaExample
- 基于仪器仪表的控制代码,主要介绍了其中的错误处理机制,采用的VISA的方法。-Based instrumentation control code, which introduces error-handling mechanism, VISA method used.
sched-control
- 间隔固定时间运行一次代码。刚学,不太会,抱歉。-A fixed time interval to run the code. Just learning, do not be sorry.
OneInstanceDlg_Demo
- 只允许一个实例运行的代码,封装为函数,方便调用,基于vs2008编写的demo-Allow only one instance to run the code, packaged as a function to facilitate the call, based on written vs2008 demo
DELPHI-system-process-viewer
- 重点阐述了如何获取系统的所有进程以及进程运行过程中所调用的模块文件(如EXE、DLL文件),并且介绍了终止进程操作和查看进程内存用量的具体方法。-Focuses on how to get the system files of all processes and process modules called during operation (such as EXE, DLL files), and introduced the specific method to terminate the
Delphi-unloading-DLL-process
- 正一些*采用DLL注入的方式存在于系统中,由于其隐蔽性,对于用户来说是很大威胁,下面介绍如何用Delphi卸载任意进程的某个动态链接库DLL。一、DLL注入DLL注人是指以各种如钩子、远程线程、*DLL等方式,将某个DLL注入到目标进程中运行,由于不需要进程驻留,这种方式往往能达到较好的隐藏效果。-Some Trojans are using DLL injection methods exist in the system, because of its hidden nature, is
