登录
首页 » Visual C++ » MyKD Tree

MyKD Tree

于 2015-06-24 发布 文件大小:6410KB
0 210
下载积分: 1 下载次数: 21

代码说明:

  KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者(KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners)

文件列表:

MyKD_Tree
.........\Debug
.........\.....\MyKD_Tree.exe,130048,2015-04-06
.........\.....\MyKD_Tree.ilk,651284,2015-04-06
.........\.....\MyKD_Tree.pdb,1420288,2015-04-06
.........\ipch
.........\....\mykd_tree-3de721
.........\....\................\mykd_tree-8f3805b0.ipch,15532032,2015-04-06
.........\MyKD_Tree
.........\.........\Debug
.........\.........\.....\CL.read.1.tlog,17154,2015-04-06
.........\.........\.....\CL.write.1.tlog,1382,2015-04-06
.........\.........\.....\link-cvtres.read.1.tlog,2,2015-04-06
.........\.........\.....\link-cvtres.write.1.tlog,2,2015-04-06
.........\.........\.....\link.4692-cvtres.read.1.tlog,2,2015-04-06
.........\.........\.....\link.4692-cvtres.write.1.tlog,2,2015-04-06
.........\.........\.....\link.4692.read.1.tlog,2,2015-04-06
.........\.........\.....\link.4692.write.1.tlog,2,2015-04-06
.........\.........\.....\link.5936-cvtres.read.1.tlog,2,2015-04-06
.........\.........\.....\link.5936-cvtres.write.1.tlog,2,2015-04-06
.........\.........\.....\link.5936.read.1.tlog,2,2015-04-06
.........\.........\.....\link.5936.write.1.tlog,2,2015-04-06
.........\.........\.....\link.6140-cvtres.read.1.tlog,2,2015-04-06
.........\.........\.....\link.6140-cvtres.write.1.tlog,2,2015-04-06
.........\.........\.....\link.6140.read.1.tlog,2,2015-04-06
.........\.........\.....\link.6140.write.1.tlog,2,2015-04-06
.........\.........\.....\link.6720-cvtres.read.1.tlog,2,2015-04-06
.........\.........\.....\link.6720-cvtres.write.1.tlog,2,2015-04-06
.........\.........\.....\link.6720.read.1.tlog,2,2015-04-06
.........\.........\.....\link.6720.write.1.tlog,2,2015-04-06
.........\.........\.....\link.8448-cvtres.read.1.tlog,2,2015-04-06
.........\.........\.....\link.8448-cvtres.write.1.tlog,2,2015-04-06
.........\.........\.....\link.8448.read.1.tlog,2,2015-04-06
.........\.........\.....\link.8448.write.1.tlog,2,2015-04-06
.........\.........\.....\link.read.1.tlog,4088,2015-04-06
.........\.........\.....\link.write.1.tlog,1444,2015-04-06
.........\.........\.....\mt.read.1.tlog,486,2015-04-06
.........\.........\.....\mt.write.1.tlog,486,2015-04-06
.........\.........\.....\MyKD_Tree.Build.CppClean.log,5257,2015-04-06
.........\.........\.....\MyKD_Tree.exe.embed.manifest,406,2015-04-06
.........\.........\.....\MyKD_Tree.exe.embed.manifest.res,472,2015-04-06
.........\.........\.....\MyKD_Tree.exe.intermediate.manifest,381,2015-04-06
.........\.........\.....\MyKD_Tree.lastbuildstate,98,2015-04-06
.........\.........\.....\MyKD_Tree.log,2667,2015-04-06
.........\.........\.....\MyKD_Tree.obj,568894,2015-04-06
.........\.........\.....\MyKD_Tree.vcxprojResolveAssemblyReference.cache,713,2015-04-06
.........\.........\.....\MyKD_Tree.write.1.tlog,0,2015-04-06
.........\.........\.....\MyKD_Tree_manifest.rc,208,2015-04-06
.........\.........\.....\rc.read.1.tlog,458,2015-04-06
.........\.........\.....\rc.write.1.tlog,466,2015-04-06
.........\.........\.....\stdafx.obj,44938,2015-04-06
.........\.........\.....\vc100.idb,396288,2015-04-06
.........\.........\.....\vc100.pdb,421888,2015-04-06
.........\.........\Kd_Node.cpp,47,2015-04-04
.........\.........\Kd_Node.h,659,2015-04-04
.........\.........\Kd_Tree.cpp,116,2015-04-04
.........\.........\Kd_Tree.h,6249,2015-04-06
.........\.........\myfunctional.h,1769,2015-04-04
.........\.........\MyKD_Tree.cpp,1378,2015-04-06
.........\.........\MyKD_Tree.vcxproj,4453,2015-04-04
.........\.........\MyKD_Tree.vcxproj.filters,1496,2015-04-04
.........\.........\MyKD_Tree.vcxproj.user,143,2015-04-04
.........\.........\ReadMe.txt,1567,2015-04-04
.........\.........\stdafx.cpp,214,2015-04-04
.........\.........\stdafx.h,252,2015-04-04
.........\.........\targetver.h,236,2015-04-04
.........\MyKD_Tree.sdf,9981952,2015-04-07
.........\MyKD_Tree.sln,894,2015-04-04

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

发表评论

0 个回复

  • zuiyouerfenjiansuozhu
    最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)
    2013-10-10 18:48:17下载
    积分:1
  • Strassen-code
    思塞恩算法 常用算法之一 算法导论提及(strassen algorithm which can run correctly)
    2014-11-28 14:33:16下载
    积分:1
  • Huffman
    程序可以实现哈弗曼自动编码功能!很详细的!很有参考价值!(Program can be Havermann automatic coding features! Very detailed! A good reference!)
    2010-07-21 22:06:48下载
    积分:1
  • The-sum-of-Multinomial
    数据结构中的一元多项式相加,多于考研算法实现很重要。后续部分将在后期上传!(The sum of Multinomial)
    2011-05-09 15:47:30下载
    积分:1
  • Kruskal
    克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m) (Thinking of Kruskal algorithm. Cpp int seekedge (EDGE* (& a), int n) void bubble (EDGE* (& a), int size) void searchandjoin (EDGE* (& a1), int k) // a1 edge set is the first pointer map, a2 is the minimum spanning tree of the first indicators margination, k for the edges to be deleted void storepicture (EDGE* (& a), int n, VERTEX* b, int m) )
    2009-06-27 01:43:39下载
    积分:1
  • xuanzexingjiegou
    选择型结构c语言编程 (Choose the type of structure of C language programming)
    2013-09-24 22:11:37下载
    积分:1
  • quicksort
    数据结构快速排序例程代码,只要按照例子就可以很容易加入到你的程序当中。(Data Structures quick sort routine code, just follow the example you can easily add them into your program.)
    2013-05-23 15:05:53下载
    积分:1
  • DouglasPeucker
    道格拉斯—普克法(Douglas—Peucker)的C++程序(Douglas- Puck method (Douglas-Peucker) of the C++ program)
    2011-08-28 19:04:29下载
    积分:1
  • QuickSort
    快速排序,用数组的存储结构,实现数的排序。共有八组随机数据,还能够计算出每组数据的处理时间,最终得到平均时间。(Quicksort array storage structure, to achieve the sort of number. A total of eight sets of random data, but also be able to calculate the processing time of each data, and eventually obtain the average time.)
    2013-03-22 21:21:16下载
    积分:1
  • xianxinglianbiao
    c语言编写链式线性表的初始化,创建,插入删除等操作。(c language chained linear table is initialized, create, insert and delete operations.)
    2013-11-09 14:30:30下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载