-
MFC Insider (book distribution source)
MFC技术内幕(配书源码)-MFC Insider (book distribution source)
- 2022-03-20 03:43:55下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
Form fade out animation effects, dynamic form to maximize the reduction effect
窗体淡出动画效果,窗体动态最大化还原效果-Form fade out animation effects, dynamic form to maximize the reduction effect
- 2022-02-04 03:26:13下载
- 积分:1
-
快速排序算法 真的很快
快速排序算法 真的很快-quicksort algorithm really soon
- 2022-07-27 16:19:37下载
- 积分:1
-
基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
- 2023-06-14 06:35:04下载
- 积分:1
-
using public Decrypt and Encrypt message.
just basic introduction
how to de...
using public Decrypt and Encrypt message.
just basic introduction
how to dencrypt and decrypt.
- 2022-02-07 13:45:41下载
- 积分:1
-
一些最常用的算法集合为文字模式。和更多的信息。
一些最为常用的算法集合,为word文本方式。并有较为详细的说明。-some of the most commonly used algorithm sets for word text mode. And a more detailed explanation.
- 2022-03-16 00:04:46下载
- 积分:1
-
先上传第一部分,吧。以后有时间了再传其他的
先上传第一部分,吧。以后有时间了再传其他的-From the first the first part of it. After a longer time for other
- 2022-07-19 13:56:40下载
- 积分:1
-
一个小简单的图书查询系统.可以调用数据库里的存书情况.
一个小简单的图书查询系统.可以调用数据库里的存书情况.-A tiny and simple system for book searching. You can use it to get the informations about the books in your lib data base
- 2023-02-21 11:10:03下载
- 积分:1
-
Wince下自动搜索SD卡的有EXE文件.
Wince下自动搜索SD卡的有EXE文件.-Wince automatically search SD card are EXE files.
- 2022-02-14 03:32:51下载
- 积分:1