登录
首页 » Visual C++ » kdtree-realization

kdtree-realization

于 2015-04-09 发布 文件大小:167KB
0 354
下载积分: 1 下载次数: 6

代码说明:

  K-d树实现。采用matalb和C++混合编译的方式实现。(kdtree provides a minimalistic implementation of kd-tree. The implementation can be used either inside MATLAB by means of MEX calls, or as a standalone tool, directly a C/C++ program. )

文件列表:

kdtree realization
..................\kdtree
..................\......\htm" target=_blank>CHANGES,1477,2008-12-09
..................\......\fulltest.m,1351,2014-12-09
..................\......\KDTree.asv,24499,2014-12-09
..................\......\KDTree.h,24501,2014-12-09
..................\......\kdtree_ball_query.cpp,5479,2008-12-09
..................\......\kdtree_ball_query.m,1362,2008-12-09
..................\......\kdtree_ball_query.mexmaci,44132,2008-12-09
..................\......\kdtree_ball_query_demo.m,947,2008-12-09
..................\......\kdtree_build.cpp,6130,2008-12-09
..................\......\kdtree_build.m,850,2008-12-09
..................\......\kdtree_build.mexmaci,48840,2008-12-09
..................\......\kdtree_build.mexw64,37888,2014-12-09
..................\......\kdtree_build_demo.m,574,2008-12-09
..................\......\kdtree_delete.cpp,1747,2008-12-09
..................\......\kdtree_delete.m,462,2008-12-09
..................\......\kdtree_delete.mexmaci,39740,2008-12-09
..................\......\kdtree_delete_demo.m,329,2008-12-09
..................\......\kdtree_k_nearest_neighbors.cpp,5499,2008-12-09
..................\......\kdtree_k_nearest_neighbors.m,1337,2014-12-09
..................\......\kdtree_k_nearest_neighbors.mexmaci,53244,2008-12-09
..................\......\kdtree_k_nearest_neighbors.mexw64,24064,2014-12-09
..................\......\kdtree_k_nearest_neighbors_demo.m,3569,2008-12-09
..................\......\kdtree_k_nearest_neighbor_demo.m,590,2008-12-09
..................\......\kdtree_nearest_neighbor.cpp,5533,2008-12-09
..................\......\kdtree_nearest_neighbor.m,996,2008-12-09
..................\......\kdtree_nearest_neighbor.mexmaci,48556,2008-12-09
..................\......\kdtree_nearest_neighbor_demo.m,618,2008-12-09
..................\......\kdtree_range_query.cpp,4229,2008-12-09
..................\......\kdtree_range_query.m,974,2008-12-09
..................\......\kdtree_range_query.mexmaci,44164,2008-12-09
..................\......\kdtree_range_query_demo.m,653,2008-12-09
..................\......\Makefile,5063,2008-12-09
..................\......\MyHeaps.h,13341,2008-12-09
..................\......\htm" target=_blank>README,2355,2008-12-09
..................\......\TODO,159,2008-12-09
..................\......\wsdUsingClassifications.m,1569,2014-12-09
..................\license.txt,1352,2014-02-12

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

发表评论

0 个回复

  • liquid
    利用matlab软件,求解二维流体传热算例(Using matlab software for solving two-dimensional fluid heat transfer numerical example)
    2013-11-21 20:12:16下载
    积分:1
  • matcomBCB
    使用matcom讲述MATLAB与VC++混合编程ppt格式文件(Matcom about using MATLAB and VC++ mixed programming ppt format)
    2011-12-06 19:33:24下载
    积分:1
  • example4_3
    例3:分析占空比为ta的矩形脉冲频谱 T=1 时间窗大小 ta=0.5 占空比 N=256 t=linspace(-T,T,N) ts=2*T/N fs=1/ts (x=zeros(1,N) x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1) y=fft(x,N) figure plot(t,x) title([ 时域信号图 占空比为 ,num2str(ta)]) axis([-T T-0.2 1.2]) xlabel( t /s ) figure subplot(211) f=linspace(-fs/2,fs/2,N) plot(f,abs(fftshift(y))/N) title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ]) xlabel( f /Hz ) )
    2010-05-25 20:59:59下载
    积分:1
  • 11
    说明:  一个统一的求无约束优化极值函数,方法名由参数传入例如:fmins(无约束方法,一维搜索方法,目标函数,初始点,精度) (A uniform evaluation of unconstrained optimization extremal functions, methods, for example, by an argument: fmins (unconstrained one-dimensional search method, the objective function, the initial point accuracy))
    2012-04-23 21:48:46下载
    积分:1
  • SerialPort
    利用串口或者蓝牙的通信方式将采集到的心电数据绘制成波形,并与matlab混合编程实现小波分析(Using serial or Bluetooth communication will be collected ECG data plotted waveform, and Hybrid Programming with matlab wavelet analysis)
    2010-08-30 10:05:51下载
    积分:1
  • material-dispersion
    用来求光纤的材料色散,并画出其材料色散曲线。(material dispersion)
    2014-12-20 11:10:30下载
    积分:1
  • subsection4.4
    我导师写的《自适应控制与理论》的源代码。非常好。(My tutor had written the adaptive control and the theory of source code. Very good.)
    2011-05-26 11:28:06下载
    积分:1
  • matlab
    matlab下运行有界面,实现对特定图片的处理,可以设定参数值(run a matlab interface to achieve a specific image processing parameters can be set)
    2011-05-15 13:57:55下载
    积分:1
  • acou
    交错网格声波方程正演模拟,交错网格有限差分地震波场计算,二维的声波正演,利用空间10阶,时间2阶。(The CalCulation of the SeismiC Wave一 fieldwith Staggered-grid Finite difference Sheme)
    2014-01-09 08:44:16下载
    积分:1
  • Reboundball
    反弹的小球程序主要用于模拟小球碰撞后产生反弹的情况。(Rebound ball program mainly used to simulate the small-ball collision resulting from a rebound situation.)
    2010-02-11 20:01:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载