登录
首页 » c » vp树

vp树

于 2023-06-23 发布 文件大小:1.30 MB
0 122
下载积分: 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 个回复

  • object recognition with CCH
    object recognition with CCH
    2022-07-24 03:00:08下载
    积分:1
  • cppfrance_MINI-COMPILATEUR-CPLUSPLUS-ANALYSE-LEXI
    compilateur de code source
    2011-12-30 07:19:40下载
    积分:1
  • HookQQ-master
    说明:  msimg32 hook dll for any program
    2020-06-14 12:21:33下载
    积分:1
  • TicketHelper
    12306 旧版本抢票软件,抢票软件源码(ticket )
    2014-01-10 10:26:40下载
    积分:1
  • 51黑论坛_继电器_万用表
    万用表的制作万用表很好用的C语言程序,可以测量很多 例 如电阻 , 电压 ,电流 ,电容等(hdahlishlaohfgukjkipadkjbgasjbkbjbdasbj)
    2018-01-28 12:08:13下载
    积分:1
  • Parabol
    方程求根的是抛物线法则,写的不好。仅供参考(Roots of the equation is parabolic law, badly written. Reference)
    2011-09-27 10:42:25下载
    积分:1
  • QT扫雷
    基于QT平台下的扫雷,功能不是很完善
    2022-02-06 00:33:56下载
    积分:1
  • triangle
    效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。(Based on highly efficient delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents in directly into matlab.)
    2007-11-14 21:31:19下载
    积分:1
  • fhx
    用VC编写的内点罚函数法,有没有人可以将此代码转换到VB里面-VC prepared by the complex law, no one can change this code inside of the VB (VC prepared with internal penalty function method, there are no one can convert this code to VB inside-VC prepared by the complex law, no one can change this code inside of the VB)
    2008-12-24 22:12:03下载
    积分:1
  • CC2430-1
    Zigbee CC2430基础实验1,将CC2430芯片作为普通单片机来使用的第一个片上LED试验程序(Zigbee CC2430 basic experiment 1)
    2010-07-29 09:57:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载