登录
首页 » c » vp树

vp树

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

  • cbNotepad
    这个示例演示了如何将一个DLL到一个远程过程CreateRemoteThread使用。具体地说,这个应用程序工具栏添加一个Windows记事本应用程序。这个程序适用于Windows NT、2000和XP。(This sample demonstrates how to inject a DLL into a remote process using CreateRemoteThread. Specifically, this application adds a toolbar to the Windows Notepad application. This program will work on Windows NT, 2000 and XP.)
    2013-05-08 12:52:32下载
    积分:1
  • stm32f103flash写入
    这个程序主要是对百威开发板,对外部的flash写入和读出!
    2022-05-31 11:02:50下载
    积分:1
  • dingshiqi
    利用片内定时器/计数器来进行计时时间间隔1S(Chip timer/counter to the the timing time interval 1S)
    2013-05-15 17:12:00下载
    积分:1
  • 带卡尔曼滤波的车道线检测
    带卡尔曼滤波的车道线检测,能正常运行,visual studio,基于opencv的实现
    2022-01-24 18:13:57下载
    积分:1
  • Dialog
    VC各种控件的应用,打开各种对话框,各种按钮的应用()
    2008-07-01 22:45:11下载
    积分:1
  • 打印条形码code128
    资源描述输入一串数值,然后可以打印出对应的条形码,可以选择打印机,code128类型的条形码,属于字体打印型,保证打出来清晰不模糊,采用的c#开发
    2023-02-08 06:25:03下载
    积分:1
  • creat dead time whiteout using hardware withe avr
    创建死区时间白化使用硬件与avr或。。。
    2022-03-02 02:41:01下载
    积分:1
  • 多目标跟踪 OpenCV
    多目标跟踪源请添加 Skype: TreeScar 更多的信息,如果你想分享一些更多的源代码:)
    2022-07-14 22:55:10下载
    积分:1
  • interior-method
    说明:  内点法的机组组合程序,采用不可行内点启动的原对偶线性规划内点法,采用了稀疏技术(unit commitment program using interior method)
    2011-04-05 08:10:36下载
    积分:1
  • DXF文件数据提取
    通过对DXF文件解析,将解析后的数据以列表的形式展示在winform窗体中
    2020-04-13下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载