登录
首页 » c » vp树

vp树

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

  • OFDM_TMS5510
    这是一篇老外写的介绍ofdm系统设计的文章,含有c及asm代码,在TMS320C5510上实现,很有参考价值!(This is the introduction written by a foreigner OFDM system design article, containing c and the asm code, in the TMS320C5510 realize, a good reference!)
    2007-10-31 22:39:42下载
    积分:1
  • the_c_programming_language_2
    说明:  The C programming Language, written by Brian W. Kernighan and Dennis M. Ritchie the fathers of C language.
    2019-03-02 00:18:54下载
    积分:1
  • OPCSvr
    说明:  非常好的OPC服务器源代码 免费的 没有时间限制(Very good OPC server source code for free no time limit)
    2020-09-02 19:58:07下载
    积分:1
  • entity-structure-experiments
    计算机图形学_实体构造实验,典型的实体空间旋转(Computer graphics _ entity structure experiments, the typical physical space rotation)
    2012-11-22 21:42:32下载
    积分:1
  • basic-ssc-i2s-at73c213-project-at91sam9260-ek
    ARM AT91SAM9260 I2S SSC TLV320AIC32
    2015-06-02 06:06:13下载
    积分:1
  • Class
    class_duong_tron danh cho nguoi moi lap trinh C++
    2014-01-03 21:03:22下载
    积分:1
  • pass
    查看星号密码的代码,比较初级,只是发送一个消息,去掉其密码属性。(View an asterisk password code, compare the primary, only to send a message, remove the password attribute.)
    2010-01-07 01:52:48下载
    积分:1
  • 经典泡泡堂游戏单机版
    2023-07-13 09:35:08下载
    积分:1
  • AUpdateProvider
    一个完善的升级程序,可供编写自动升级程序模块参考。(A complete update program solution.)
    2014-01-18 00:38:42下载
    积分:1
  • Caculator-(2)
    这是一个用c++开发的计算器程序,可以用在window ce中参考(Caculator windows ce)
    2012-05-14 21:12:58下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载