登录
首页 » matlab » kdtree

kdtree

于 2013-05-07 发布 文件大小:112KB
0 176
下载积分: 1 下载次数: 70

代码说明:

  用matlab语言写的kdtree函数(k-d树,是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索)(failed to translate)

文件列表:

kdtree
......\kdrangequery.m,1408,2004-06-14
......\kdrange_demo.m,931,2004-06-14
......\kdtree.m,2098,2004-06-14
......\kdtreeidx.m,2007,2004-06-14
......\kdtree_demo.m,1085,2004-06-14
......\mex
......\...\glx
......\...\...\kdrangequery.mexglx,14356,2004-06-14
......\...\...\kdtree.mexglx,13677,2004-06-14
......\...\...\kdtreeidx.mexglx,13723,2004-06-14
......\...\mac
......\...\...\kdrangequery.mexmac,58660,2004-06-14
......\...\...\kdtree.mexmac,58608,2004-06-14
......\...\...\kdtreeidx.mexmac,58616,2004-06-14
......\...\win
......\...\...\kdrangequery.dll,11264,2004-06-14
......\...\...\kdtree.dll,10752,2004-06-14
......\...\...\kdtreeidx.dll,10752,2004-06-14
......\htm" target=_blank>README,700,2004-06-14
......\src
......\...\kdrangequery.cc,3828,2004-06-14
......\...\kdtree.cc,5441,2004-06-14
......\...\kdtreeidx.cc,5483,2004-06-14
......\...\kdtree_common.cc,8798,2004-06-14
......\...\kdtree_common.h,2279,2004-06-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序...
    本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序-procedures for the realization of the algorithm and analysis more directly inserted, in order of ranking SHELL, Bubble Sort, rapid sequencing, simple choice, in order of ranking sculpture, merging Sorting
    2022-04-22 02:46:45下载
    积分:1
  • Direct
    直接附加数据库! 修改 Include/ Class_Main.asp 为自己信息 后台admin admin 绍兴人才网程序-Direct-attached database! Modify Include/Class_Main.asp background information for their own talent network admin admin procedures Shaoxing
    2022-01-27 23:05:31下载
    积分:1
  • 单纯形法,可以用于进行线性规划解的求取。在学上有一定的应用价值,但速度上可能不太优化,如果对速度有要求的,可参考MATLAB...
    单纯形法,可以用于进行线性规划解的求取。在数学上有一定的应用价值,但速度上可能不太优化,如果对速度有要求的,可参考MATLAB-Simplex method, linear programming solution can be used to carry out the strike. In mathematics there is a certain value, but the speed may not be optimized for speed if required, can refer to MATLAB
    2023-06-28 19:55:03下载
    积分:1
  • C#学籍信息管理系统
    本系统是基于C# Winform应用程序进行开发的。系统实现了用户登录、修改密码、成绩录入和查询,学生学籍信息查询、班级添加和查询、专业信息添加、修改和查询等等基本功能,链接SqlServer数据库,是初学者不可不参考的教程
    2022-01-28 06:58:38下载
    积分:1
  • maopao_youhua
    冒泡优化: 如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。 思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。(If a sequence is int n [] = {, 1,2,3,4,5,6,7,8,9} need to row 8 times the job after optimization times like normal bubble sort, but alsomeans that the sequence is more close to the normal sequence, improved bubble sort, the less the number, which would give a bubble sort algorithm with a great deal of efficiency. Idea: add a boolean variable used to determine the bubble whether it is already lined up the order, if the boolean is false, indicating already lined up, if the boolean value of true, did not line up, continue to row.)
    2012-04-18 00:33:45下载
    积分:1
  • huisuo
    实现回溯算法,能解决八皇后问题等~~算法结果优化,时间复杂度较小(Implement backtracking algorithms can solve the eight queens problem, etc. ~ ~)
    2011-12-14 11:59:39下载
    积分:1
  • 用于建筑的测斜处理!把测试设备的下载电脑,通过本系统进行分析,然后生成所需要的!...
    用于建筑的测斜数据处理!把测试设备的数据下载电脑,通过本系统进行分析,然后生成所需要的数据!-For construction of the inclinometer data processing! The test equipment data download computer, through an analysis of the system, and then generate the data needed!
    2022-03-16 12:33:53下载
    积分:1
  • connection/object pool. A program may require a IMAP connection po ol and LDAP c...
    Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
    2023-05-15 08:25:03下载
    积分:1
  • 中树的相关操作,希望对大家有用!thanks
    数据结构中树的相关操作,希望对大家有用!thanks-tree data structure of operation, we hope to useful! Thanks
    2022-06-30 22:33:19下载
    积分:1
  • 学校管理系统
    本项目旨在提供有关安得拉邦学院的信息。安得拉邦是一个希望参加不同课程学习的人有越来越多机会的州。本网站旨在向这些人提供有关A.P舒适时尚的机会的信息。拉普拉德什政府的新教育政策
    2022-01-30 21:22:09下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载