登录
首页 » c » vp树

vp树

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

  • RTD2XXXX_Gmim_V405
    说明:  ++源码参考 成熟方案 参考有关 源码参考 成熟方案 参考有关++(#define _HWAUTO_STEP_1 0x00 #define _HWAUTO_STEP_2 0x01 #define _HWAUTO_STEP_4 0x02 #define _HWAUTO_STEP_8 0x03 #define _HWAUTO_STEP_16 0x04 #define _HWAUTO_STEP _HWAUTO_STEP_2)
    2020-09-09 20:03:47下载
    积分:1
  • Interpolation1
    固高科技 GT400 系列控制软件开发 插补练习中双轴同时运动 立即插补和缓冲区插补(GT400 series of solid high-tech exercise control software interpolation axis interpolation and also sports an immediate buffer interpolation)
    2020-09-10 07:28:00下载
    积分:1
  • 二叉排序树的C++实现
    本程序用C++实现一个基本功能的二叉排序树,树中存储string类型的数据,可以由用户预输入节点个数,然后输入任意顺序的各节点数据,然后回车后即可自动生成一个二叉排序树,排序按照字典序进行。
    2022-01-28 09:32:08下载
    积分:1
  • matrix-multiplication-based-OpenMp-
    基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法(C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication)
    2011-06-25 12:52:19下载
    积分:1
  • OV7670模块
    基于stm32 的ov7670模块,带FIFO的(Ov7670 module based on STM32, with FIFO)
    2018-04-18 15:51:52下载
    积分:1
  • 算符优先分析法设计与实现
    实现了算法优先分析的功能,可当作编译原理实验报告使用。压缩包内具有完整的实验报告(It realizes the function of priority analysis of algorithm and can be used as compiler principle experiment report. Compressed package with complete experimental report)
    2020-06-22 15:20:03下载
    积分:1
  • k-means1
    it is matlab file it is effiecient
    2011-03-21 22:09:10下载
    积分:1
  • 表白爱之“心”
    说明:  这是一款C++表白爱心的源代码,学习完这个程序以后你的C++水平会提示很多,建议有一定基础再看(This is a source code of C++ to express love. After learning this program, your C++ level will be prompted a lot. It is suggested that you have a certain basis to look at it again.)
    2020-06-17 00:20:02下载
    积分:1
  • 平衡车kalman滤波程序
    关于平衡车上的kalman滤波程序,经过调试,效果不错。程序结构清晰易懂,对初学者具有一定的借鉴意义。
    2022-02-21 20:58:19下载
    积分:1
  • DES加密
    通过DES加密算法原理,运用C++实现DES加密算法。(Based on the principle of DES encryption algorithm, the DES encryption algorithm is implemented with C++.)
    2020-06-18 18:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载