登录
首页 » c » vp树

vp树

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

  • Fa_Pai
    关于随机发牌算法的小程序,作为数据结构的大作业,开发环境是VC(Random licensing algorithm for small procedures, as big job data structures, the development environment is VC)
    2014-10-16 17:54:20下载
    积分:1
  • test04.tar
    这是一个三维场景,三维场景包括一个房子,门,窗,一圈栅栏,一条小路。(This is a three-dimensional scene. The three-dimensional scene includes a house, a door, a window, a fence and a path.)
    2020-09-13 14:07:59下载
    积分:1
  • recttracker
    这个是MFC中关于tracker应用的一些技巧。实现拖动,放大缩小(it s about tracker in mfc!)
    2009-04-30 10:37:04下载
    积分:1
  • phab1
    在QNX下代码实现使用标准的画图控件 和 按钮控件绘图 图片剪裁(In the QNX code under control using a standard drawing and graphics crop the image button control)
    2011-06-20 15:51:52下载
    积分:1
  • main(注释)
    ftp 上传文件,下载文件,添加注释版,控制下载速率(ftp, put file ,download file , control the rate)
    2019-06-16 16:23:55下载
    积分:1
  • 1.txt
    高精度计算大数据的阶乘,再也不怕阶乘后出来的数据大了(High-precision calculation of the factorial of large data, no longer afraid of factorial data)
    2012-06-07 22:05:02下载
    积分:1
  • velocity PID control loop algorithm
    c语言速度PIC控制回路的算法
    2022-03-22 07:37:31下载
    积分:1
  • zh_nx
    配合ug二次开发的模板文件,很好用,很经典,有需要的下(With ug secondary development of template files, easy to use, very classic, there is need for the next)
    2013-07-06 10:28:05下载
    积分:1
  • getpes
    可以将TS流中的PES信息内的PTS位置标定(TS stream can be within the PTS PES position calibration information)
    2013-10-21 12:31:06下载
    积分:1
  • picad
    说明:  PIC16F877A的使用,ADC,LCD1602,PWM输出等功能。(Use of PIC16F877A, ADC, LCD1602, PWM output and other functions)
    2020-06-16 07:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载