91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-05
  • 語言: Matlab
  • 標簽: Knn??Search??

資源簡介

三維K臨域的快速搜索算法,matlab代碼。

資源截圖

代碼片段和文件信息

#include?“mex.h“
#include?“BruteSearchTranspose.cpp“






//?In?Matlab?la?funzione?deve?essere?idc=NNSearch(xypkptrtree)

/*?the?gateway?function?*/
void?mexFunction(?int?nlhs?mxArray?*plhs[]
int?nrhs???mxArray?*prhs[])
{
????
????double???????*p;//reference?points
????double???????*qp;//query?points
????double*?results;
????char*????????String;//Input?String
????int?String_Leng;//length?of?the?input?String
????int?NNqdimij;
????double*?distances;//distances?for?k-neighbors
????int*?idck;//k-neighbors
????int?idc;//nearest?neighbor
????double*k;
????int?kint;
????double*?r;
????double*?D;//Output?distance?matrix
????double?mindist;
????
????//Errors?Check
????
????if?(nlhs>2)
????{
????????mexErrMsgTxt(“Too?many?outputs“);
????}
????
????if?(

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????6864??2009-02-08?16:40??BruteSearchMex.cpp
?????文件????????6014??2009-02-08?16:55??BruteSearchTranspose.cpp
?????文件????????1977??2009-02-09?17:33??TestBruteSearch.m

評論

共有 條評論