搜索资源列表
IPCTrace_demo.zip
- 将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序
RamSimulate
- 使用Windows 2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。
facedetect
- VC6.0与Opencv环境下的视频采集,图像滤波,角点检测,运动跟踪,通过测试
Windows存储管理实习
- 使用Windows 2000 / XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。-use Windows 2000 / XP API functions, including the preparation of a two-threaded process, a thread used to simulate memory allocation, a thread used to tra
IPCTrace_demo
- 将通讯内容发到另外一个程序中从而实现跟踪进程通讯内容的一个程序- Sends to in other procedure the communication content thus a realization track advancement communication content procedure
virtual-memory-allocation--tracking
- 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。-Write a program that consi
WaitThread
- 等待一个已有线程自动结束的VC++代码,我们不能只管创建进程,而不管它的死活,应该 学会如何接应它,转向其它方式或进行下一个任务,本代码 主要演示的是跟踪进程的运行状态,并判断它是否仍在运行,如果是,则等待它运行完毕,不妨参考。 -Waiting for a thread has been automatically end the VC++ code, we can not just create the process, regardless of the life and death,
RayTracing
- 利用VC++进行编程,来实现光线跟踪,代码简单易懂-Using VC++ programming, to achieve ray tracing
49
- 基于minifilter进程衍生物跟踪技术-The process of tracking technology based on minifilter derivatives
Fiddler2
- 一个好用的线程跟踪程序,跟踪所有线程的软件-A nice thread tracking program, the software keeps track of all threads
mouseMokseTracksource
- MouseTrack_source 鼠标移动位置跟踪-MouseTrack_source mouse position tracking
cvh
- 介绍了临河根石探么系统的软件组成,关于实时显示采集数据的跟踪算法,很实用!-Introduces the linhe root stone agent system software, the tracking algorithm of real-time display data, very useful!!
exporf
- 介绍了临河根石探么系统的软件组成,关于实时显示采集数据的跟踪算法,很实用!(Introduces the linhe root stone agent system software, the tracking algorithm of real-time display data, very useful!!)
1547979
- 功能是边沿检测与提取,轮廓跟踪 命令行编译过程(Function is edge detection and extraction, contour following command-line compilation process)
xwdj
- 这是一个SDK程序,本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,(This is a SDK program, this program tracking shows the coordinates of the mouse position, in the meantime, if you have the mouse operation,)
353993
- 目标视频跟踪,采用读取一段动画形式作为视频,然后实时获取目标的中心,并对其进行跟踪()