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

MyKD Tree

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

  • DoubleStack
    数据结构基础内容,两栈共享空间,参考《大话数据结构》(Structural basis of data content, two stacks shared space, refer to Westward data structure )
    2014-12-06 12:09:30下载
    积分:1
  • add-sub
    实现了多项式的创建,实现了多项式的加减乘除等基本操作(The realization of polynomial create, to achieve the polynomial add, subtract, multiply and divide the basic operation)
    2011-08-15 17:34:46下载
    积分:1
  • Josephus(data_struct)
    数据结构中基于约瑟夫环问题,用C++方式实现的。。。。。(Data structure based on Josephus problem with C++ a manner. . . . .)
    2013-11-17 11:30:24下载
    积分: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
  • RBtree
    使用C++/C语言实现的红黑树,对于数据结构的学习有所帮助。(Use red-black tree C++/C language for learning data structures helpful.)
    2014-05-16 16:09:57下载
    积分:1
  • youlishi
    有理数的算法,包括其加减乘除,启用的是单链表的形式来表达(Rational algorithms, including addition, subtraction, enabling a single-chain form of expression)
    2011-10-13 10:00:21下载
    积分:1
  • c-language-book
    C常用算法程序集,一些C语言的基本算法在里面都可以找到。(this is a very good book about c language,you will find it is very useful in your work.)
    2011-12-14 23:01:04下载
    积分:1
  • 在COM中使用组_code
    COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组。 (use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the definition of array data structure.)
    2005-07-12 17:00:30下载
    积分:1
  • Bigint
    利用双向链表实现对两大整数的相加运算。 可以修改数组长度实现更大整数的相加(Realize the use of two-way linked list of integers the sum of the two operations. Can modify the array length to achieve a greater sum of integers)
    2007-10-18 21:34:06下载
    积分: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
  • 696518资源总数
  • 105549会员总数
  • 12今日下载