-
《Windows via C/C++》 5th 随书源代码,解压后可以使用VC2005 打开sln文件进行编译,对理解该书内容有很大的帮助...
《Windows via C/C++》 5th 随书源代码,解压后可以使用VC2005 打开sln文件进行编译,对理解该书内容有很大的帮助-err
- 2022-04-18 00:52:39下载
- 积分:1
-
HANOR the process, only theoretical process, not drawing. Relatively simple.
实现汉诺塔的过程,只有理论过程,没有画图.比较简单.-HANOR the process, only theoretical process, not drawing. Relatively simple.
- 2022-06-27 16:06:59下载
- 积分:1
-
关于一个图形移动界面
关于一个图形移动界面-on a mobile graphics interface
- 2022-03-24 11:54:27下载
- 积分:1
-
Delphi E
Delphi E-mail 特快专递示例-Delphi E-mail Speedpost sample
- 2022-03-19 17:59:10下载
- 积分:1
-
一个可解析xml文件的程序
一个可解析xml文件的程序-an analytical procedures xml
- 2022-08-08 20:49:12下载
- 积分:1
-
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
-
这个程序是用来测试旧的三
此程序用于测试老的三键鼠标是否工作正常,包括运行轨迹,左中右键是否按下等.因为现在的电脑不支持这种鼠标.-This procedure is used to test the old three-button mouse is working properly, including the running track, left, right, etc. is pressed. Because the computer does not support this mouse.
- 2022-03-19 13:03:42下载
- 积分:1
-
AIC in accordance with the statutory order of procedure order recursive algorith...
AIC法定阶的依阶次递推算法程序,计算残差方差的估计值的结果计算AIC:-AIC in accordance with the statutory order of procedure order recursive algorithm for calculating the estimated value of residual variance of the results of calculating the AIC:
- 2022-04-19 18:13:18下载
- 积分:1
-
利用Visual Basic编写的小程序,将一款小巧的时钟放在桌面上显示时间。...
利用Visual Basic编写的小程序,将一款小巧的时钟放在桌面上显示时间。-The use of Visual Basic procedures for the preparation of small, will be a small clock on the table to show time.
- 2022-03-02 20:13:08下载
- 积分:1
-
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。...
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。-Fast search duplicate array values: the realization of the principle: (1) First of all, to ensure that the array to sort. (2) the use of binary search method to find one of the values, find pre-node and subsequent nodes.
- 2022-08-04 06:59:04下载
- 积分:1