登录
首页 » c » vp树

vp树

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

  • MattProject
    Project with report for quantized digital filter realization for a 4th order butterworth filter
    2014-12-13 00:20:45下载
    积分:1
  • WpfApp1
    说明:  VLC播放器初始化,播放rtsp文件,轮询播放(VLC player initialization, playing RTSP files, polling playback)
    2020-06-18 19:00:02下载
    积分:1
  • 密集点匹配
    本程序是利用双目视觉进行三维重构,是利用密集点进行三维重构,平台是VS6++和opencv1.x,亲测有用,希望能够对大家的学习工作带来帮助。
    2022-03-02 16:46:46下载
    积分:1
  • Chapter20
    适合初学者的vc++程序,能有效地在短时间内提高自己的编程能力(Suitable for beginners vc++ procedures, can effectively improve their programming ability in a short time )
    2014-03-10 14:30:52下载
    积分:1
  • multimedia
    第十一讲 多媒体编程 第十一讲 多媒体编程 (XI XI speakers talk about multimedia programming multimedia programming)
    2008-05-27 15:09:47下载
    积分:1
  • 无向图两点间简单路径
    若无向图表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路。试设计一个找路程序,获取两个城市之间的所有简单路径(If an undirected graph is used to express a highway network, the vertices represent the city, and the side represents the expressway between the cities. Try to design a path finding program to get all the simple paths between two cities)
    2018-01-12 21:56:31下载
    积分:1
  • DSP28335发出SPWM波形
    TI公司28335系列芯片,CCS6.0编程发出SPWM开环控制,应用在逆变控制等方面,实验测试能够输出稳定SPWM波形。
    2022-01-21 22:11:58下载
    积分:1
  • 根据经纬度坐标计算多边形面积
    计算方法比较简单,将经纬度点表示的多边形点集合, 由图知坐标原点与多边形任意相邻的两个顶点构成一个三角形,而三角形的面积可由三个顶点构成的两个平面向量的外积求得。 任意多边形的面积公式 多边形计算公式的计算和原点的选取没有关系,通常可以选点(0,0)或者多边形的第一个点(这个时候比较直观了,看起来就是把多边形分成一个个三角形和加起来,)就可以了。
    2023-08-12 19:45:04下载
    积分:1
  • evos_iar
    一种占用很少资源的多事件操作系统,应用在M128上,极容易扩展到其他微控制器(A few more resources occupied events in M128 operating systems, applications, extremely easy to expand to other micro controller)
    2010-06-24 22:10:38下载
    积分:1
  • MyCal
    一个简单的日历小程序,用日历控件坐的,供初学者学习(A simple calendar applet, use the calendar control, sitting, and for beginners to learn)
    2009-09-29 21:22:20下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载