-
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记...
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记录下来,然后转向到静态stdProc回调函数,转向之前先记录HWND,然后把堆栈里HWND的内容替换为this指针,这样在stdProc里就可以从HWND取回对象指针,定位到WindowProc了-thunk is a group of dynamically generated ASM command, it records the window class object this pointer, and this group of commands can be used as a function of both the process can also be a window to use. thunk first window object this pointer record, and then shifted to the static callback function stdProc, before turning record HWND, and then the contents of the stack where HWND replace this pointer, so in stdProc can retrieve the object from the HWND pointer, locate the WindowProc
- 2022-08-09 23:02:21下载
- 积分:1
-
快速启动CS ,带各种各样的参数启动,方便快捷!
快速启动CS ,带各种各样的参数启动,方便快捷!-QuickStart Contur-Strike
- 2022-04-28 14:57:06下载
- 积分:1
-
CE5.0下矩阵式触摸板驱动,规格24*32;内部使用定时器及端口中断,平台是AT91...
CE5.0下矩阵式触摸板驱动,规格24*32;内部使用定时器及端口中断,平台是AT91-Matrix under CE5.0 touchpad driver, specifications 24* 32 the internal use of timer and interrupt port, platform is the AT91
- 2022-08-06 16:17:13下载
- 积分:1
-
此程序排名使用熵技术功能。
Entropy.cpp
这个程序排名功能使用熵技术,坎塔尔季奇临 48
输入 ︰ 平面文件、 制表符分隔,大小 m 样品 (行) x n 功能 (列)
输出 ︰ 功能排名
假设 ︰
-输入文件的第一行包含每一列的"标题"
-输入的文件只包含非数字数据
-熵的计算使用 Hammming 距离
-有缺失数据的行被忽略
-输出打印到文件 output.txt
如何运行它:
c + + Entropy.cpp
a.out < 测试 >
在哪里测试是一个批处理文件 (请参见目录中),
和出是输出文件。
- 2022-01-29 03:35:45下载
- 积分:1
-
Examples of vector graphics, beginners to apply the basic method of learning.
矢量绘图示例,初学者适用,学习其基本方法。-Examples of vector graphics, beginners to apply the basic method of learning.
- 2022-03-09 16:54:14下载
- 积分:1
-
人体运动跟踪
这是人类运动跟踪代码,由c++,编辑vs2008中,所以你必须打开高版本。这是人类一个摄像头运动跟踪,所以efficey非常高,但这种相对较低。谢谢你转载。
- 2022-06-15 02:30:51下载
- 积分:1
-
C#代码生成器(生成调用SQL存储过程的代码)
C#代码生成器(生成调用SQL存储过程的代码)-C# code generator (called Generation of SQL stored procedure code)
- 2022-12-23 04:05:03下载
- 积分:1
-
vc不规则(动画)界面,利用gdi+动态加载png格式文件
vc不规则(动画)界面,利用gdi+动态加载png格式文件-vc irregular (animation) interface, use gdi+ dynamic loading png format
- 2022-02-21 10:15:39下载
- 积分:1
-
人臉辨識 C#
应用背景
使用Emgu.CV 元件進行開發人臉辨識,藉由WebCAM辨識人臉資料,用以驗證人臉辨識之可行性
关键技术使用C#開發,藉由WebCAM進行人臉擷取,應用Emgu.CV元件進行辨識
- 2022-02-01 19:39:18下载
- 积分:1
-
QT画板程序
简单的画图程序,使用QT自有库进行开发,容易理解,适合初学者
- 2022-06-03 07:11:13下载
- 积分:1