登录
首页 » c » vp树

vp树

于 2023-06-23 发布 文件大小:1.30 MB
0 41
下载积分: 2 下载次数: 1

代码说明:

#ifndef _VPTREE_HEADER_ #define _VPTREE_HEADER_ #include #include #include #include #include #include template class VpTree { public:     VpTree() : _root(0) {}     ~VpTree() {         delete _root;     }     void create( const std::vector& items ) {         delete _root;         _items = items;         _root = buildFromPoints(0, items.size());     }     void search( const T& target, int k, std::vector* results, std::vector* distances) 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于QT的简单计算器
    2022-01-27 16:01:54下载
    积分:1
  • FaceDetectionPapers
    以个不错的人脸识别论文合集,对人脸识别的研究有一定的帮助。(Paper to a good collection of face recognition, face recognition research has some help.)
    2011-04-27 16:32:27下载
    积分:1
  • virtual
    关于虚拟函数和虚拟表很好的实例,供给大家看看(About Virtual functions and virtual table good example, we look at supply)
    2014-10-22 19:40:42下载
    积分:1
  • SYMBOLC
    symbol 官方的程序代码集,包括了SYMBOL设备开发的方方面面!(The official symbol code sets, including the development of all aspects of SYMBOL equipment!)
    2009-11-19 15:20:57下载
    积分:1
  • wavelet
    基于DB4 的小波变换,实现了小波的分解与重构,可根据实际需要修改阈值的选取方法(Based DB4 wavelet transform to achieve wavelet decomposition and reconstruction, according to the actual need to modify the threshold selection method)
    2021-03-15 14:59:22下载
    积分:1
  • 运算放大器设计与应用.pdf
    运算放大器设计与应用.pdf
    2020-03-03下载
    积分:1
  • killpps2013-12-9
    pps.tv进程专杀,可以设置为开机计划任务,自动清除安装pps.tv后自动运行的两个进程:ppskernel和ppsprotec,这两个进程大量占用网络带宽。(pps.tv process kill tool)
    2013-12-11 13:57:10下载
    积分:1
  • Match
    匹配算法,可以完美运行,对于初学者有着很好的参考价值(Matching algorithm, can be a perfect run, has a very good reference for beginners)
    2013-12-13 23:14:37下载
    积分:1
  • taj mahal
    tajmahal图形项目旧版本的源代码。
    2022-06-12 11:05:04下载
    积分:1
  • Lesson3
    NEHE的讲义 关于OPENFGL入门的知识,很有用的东西(NEHE lectures on Introduction to OPENFGL knowledge, useful things)
    2009-01-10 10:28:03下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载