-
VC under automatic registration component method, we can make reference
VC下实现自动注册组件的实现方法,可以参考-VC under automatic registration component method, we can make reference
- 2023-05-07 21:10:03下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
改建精灵的初步实现
简单的改建实现,适合初学者,用到了HOOK技术,看该代码,首先得回MFC编程,Windows编程,当然C++语法也得会,这个程序我也就改了一个键,有兴趣的人可以加强,达到想魔兽改建精灵一样的效果,在程序界面上,我并没有什么装饰,谅解
- 2023-06-01 15:30:04下载
- 积分:1
-
仿windows计算器运行程序 和漂亮的
仿windows计算器运行程序 和漂亮的-仿windows计算器运行程序
- 2022-06-18 22:54:02下载
- 积分:1
-
利用VC实现多个数据文件合并到一个,方便进行数据处理
利用VC实现多个数据文件合并到一个,方便进行数据处理-It s easy to dispose data by making some data files unique with Visul C.
- 2022-05-10 11:29:36下载
- 积分:1
-
difference by jeffery Archer
difference by jeffery Archer
- 2022-08-13 00:50:19下载
- 积分:1
-
The code provides a common rights management module. Have a friend in need can b...
本代码提供了一个通用权限管理模块.有需要的朋友可以下载
-The code provides a common rights management module. Have a friend in need can be downloaded
- 2022-10-30 02:10:04下载
- 积分: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
-
一个漂亮的日历程序
很漂亮的日历程序 学习之后你也可以编成这么漂亮的了-a pretty calendar program
After learning (the code) you can write such a pretty application as well
- 2022-02-03 14:48:18下载
- 积分:1
-
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化....
跳动字符 讲述一个个字符的起落,按时间的间隔均匀依次跳动,增带颜色的变化.-characters on a beating characters to the ups and downs by the time interval followed by beating uniform, increase with a change in color.
- 2022-08-26 00:04:19下载
- 积分:1