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

MyKD Tree

于 2015-06-24 发布 文件大小:6410KB
0 244
下载积分: 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 个回复

  • banker
    用银行家算法实现资源分配,Bankers algorithm to achieve the allocation of resources(Bankers algorithm to achieve the allocation of resources)
    2012-03-13 13:20:43下载
    积分:1
  • maze
    一个苹果走迷宫,支持最短路径寻路。可以使用方向键操作,也可以用户自己添加迷宫格式文件,生成迷宫图。(Apple Maze, shortest path routing. Can use the arrow keys to operate, the user can add their own maze format generated maze.)
    2012-09-11 21:33:01下载
    积分:1
  • Classic-single-linked-list
    单链表是C经典数据结构算法和数据结构,希望这对大家学习有点用(Classic single-linked list data structure in C algorithms and data structures, which we hope to learn a little bit with)
    2011-08-02 12:33:26下载
    积分:1
  • yuesefu
    数据结构经典算法 约瑟夫问题 c++ 已经测试通过(josephus c++)
    2012-12-02 16:23:02下载
    积分:1
  • Ex1
    从屏幕输入字符 判断括号匹配问题 数据结构作业(Judgment parenthesis matching data structure operations input characters from the screen)
    2012-11-27 15:17:10下载
    积分:1
  • HEAP
    poj 实现堆结构的源代码。。。话说其实没什么实际功能好么(poj achieve heap structure of the source code. . . In fact, the actual function of saying okay nothing)
    2013-11-21 23:03:15下载
    积分:1
  • 1_19
    顺序查找和时间 清华大学出版社 《数据结构 c++》 (search in order)
    2011-02-05 21:56:14下载
    积分:1
  • X_bit0mintest
    X位赋0mintest是实现芯片功耗测试不确定位填充算法(X-bit chip is to achieve the power conferred 0mintest test uncertain bit stuffing algorithm)
    2011-07-02 21:37:01下载
    积分: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
  • Polynomial
    Polynomial基于数据结构的思想,文件比较小,可以直接运行(Polynomial based on the idea of ​ ​ data structures, file is relatively small and can be run directly)
    2013-12-11 11:05:18下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载