登录
首页 » c » vp树

vp树

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

  • miniFilter
    miniFilter.rar所有框架代码以及对应的PPT资料,可以直接拿来进行修改即可完成各种驱动,是你开发微软新过滤构架驱动所必下资料(miniFilter.rar all the framework code as well as the corresponding PPT information, can be directly used to modify a variety of drivers to complete, your new filter framework for the development of Microsoft, will drive the next data)
    2008-07-17 09:18:55下载
    积分:1
  • 杜洋C#资料
    说明:  简单的串口上位机,基于.net的winform程序(Simple serial port host computer, WinForm program based on. Net)
    2020-07-29 15:41:34下载
    积分:1
  • Get_Day
    说明:  输入年份,判断是该年的那一天, 实现判断输入的正误!(Enter the year, is to determine the day of the year)
    2009-07-31 20:12:05下载
    积分:1
  • 古诗词程序
    西窗烛iOS App 应用地址:https://itunes.apple.com/cn/app/xi-chuang-zhu/id912139104 支持网站:http://www.xichuangzhu.com 运行方法: 使用XCode打开工程 将xcz/XCZAppDelegate_sample.m重命名为xcz/XCZAppDelegate.m 在XCode中的views/下加入此文件
    2022-03-09 19:37:10下载
    积分:1
  • guanlixit
    采用vc6.0 MFC数据库编程,实现了个人管理系统,包括上传头像,姓名、性别、等,个人信息的导出等(Using vc6.0 MFC programming, personal management system, including upload an avatar, name, sex, etc., export of personal information, such as)
    2014-12-24 11:50:49下载
    积分:1
  • SHT20
    网上找的华兄电子SHT20温湿度传感器驱动程序,经修改,在原子开发板上调试成功。可准确读取温度和湿度。编译环境为Keil MDK ARM 5.14(Modified SHT20 driver source code of Huaxiong electronic. Successed run in atomic development board, can read the temperature and humidity. Compiled by Keil MDK ARM 5.14.)
    2021-03-04 19:59:32下载
    积分:1
  • image-matching-using-surf-and-ransac
    对两幅图像进行配准,分别提取两幅图像的surf特征点以及描述子,得到粗匹配结果,然后根据粗匹配结果,采用ransac方法计算基础矩阵,并去除误匹配点,得到较准确匹配结果(Two image registration, surf was extracted from the feature points in two images to get the coarse matching and descriptor, then according to the results, the coarse matching results, using RANSAC method to calculate the fundamental matrix, and eliminate the error matching, gain a more accurate matching results)
    2020-11-13 13:59:43下载
    积分:1
  • s1
    说明:  MDVLDVF M VLMCLV KMVKLMCLV
    2015-01-19 16:22:09下载
    积分:1
  • ethercat主站SOEM源码
    ethercat主站SOEM源码,下载后直接编译即可。
    2021-11-20 00:33:03下载
    积分:1
  • 单片机菜单程序
    . 采用 STM32 单片机基于 uCOS II 系统控制 VS1053B 语音芯片制作的 MP3 播放器   一看到 uCOS II ,就觉得是个高级货,绝对不是一般的小打小闹。该制作耗时半年能完成制 作,不得不佩服作者的坚持。这个使用了 V
    2022-01-24 15:21:13下载
    积分:1
  • 696518资源总数
  • 104309会员总数
  • 27今日下载