-
CAD 矢量作图 完整C++ 源代码,完成 VS2008工程打包
CAD 矢量作图 完整C++ 源代码,完成 VS2008工程打包
对学习矢量作图,AUtoCAD等实现方法等 学习源代码。。
- 2023-04-06 01:30:04下载
- 积分:1
-
an example of linked list for storage of a store case.
an example of linked list for storage of a store case.
- 2022-05-14 03:31:30下载
- 积分:1
-
FASTCOPY,一个WINDOWS下文件拷贝的程序,号称是最快的WINDOWS文件拷贝程序...
FASTCOPY,一个WINDOWS下文件拷贝的程序,号称是最快的WINDOWS文件拷贝程序-FASTCOPY, a copy of a file under Windows procedures, which is the fastest Windows file copy process
- 2022-05-22 01:02:58下载
- 积分:1
-
完整的图像镜像效果的例子,可以参考
完整的图像镜像效果的例子,可以参考-complete mirror image effect example, they can refer to
- 2023-03-18 18:00:04下载
- 积分:1
-
43种差分程序
43种差分程序-43 Differential procedures-----------------------------
- 2022-01-24 18:00:24下载
- 积分:1
-
这是游戏的UI描述部分奥赛罗。实际上它是约..
This the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games - such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.-This is the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games- such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.
- 2022-11-11 08:40:03下载
- 积分: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
-
换一大一小两个正方形并且对立交叉
换一大一小两个正方形并且对立交叉-freshman for a small square and two antagonistic cross-
- 2022-03-16 07:10:42下载
- 积分:1
-
后台监控客户端信息
windows 后台服务程序, 监控客户端 ip 信息数据 写文件保存日志
- 2023-02-02 06:55:04下载
- 积分:1
-
指纹识别
指纹识别如今是一个活跃的研究领域。指纹识别系统中的一个重要组成部分是的指纹匹配算法。根据问题域,指纹匹配算法分为两大类: 指纹验证算法,指纹识别算法。指纹验证算法的目的是确定是否两个指纹从同一手指来还是不来。另一方面,指纹识别算法在数据库中寻找来自同一手指指纹搜索查询的指纹。
- 2023-04-29 03:05:04下载
- 积分:1