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

MyKD Tree

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

  • Test6
    最短路径算法。 用无向带全图的邻接矩阵存储图,确定从源点出发到其它各点的最短路径。 输入:图中包含的顶点数n 边数m, 各边权值,用邻接矩阵或者邻接表存储。 输出:源点到其它各点的最短路径值。(Shortest path algorithm. Adjacency matrix storage with undirected graph with a full figure, determine the starting point of the shortest path from the source point of each other. Input: Vertices figure included n the number of edges m, the weight of each side, with the adjacency matrix or adjacency table storage. Output: source shortest path to value each other points.)
    2014-05-11 17:05:37下载
    积分:1
  • @163
    数值计算方法中高斯主元素消元法 在vc环境中运行 用于解方程组(Numerical methods in the Gaussian elimination method, the main elements of the environment in vc run for the solution of equations)
    2011-10-19 20:28:39下载
    积分:1
  • bfs
    这是BFS算法的实现。用C语言实现的。好好学习吧。(This is achieved BFS algorithm. Implemented using C language. Learn it.)
    2013-12-05 15:56:50下载
    积分:1
  • search
    数据结构与算法分析的 C++检索代码,很经典(the code of Data structure)
    2016-12-22 13:30:46下载
    积分:1
  • adms
    阿当姆斯显式和隐式求解方法,用四阶龙格库塔作为起始,然后运用四阶阿当姆斯算法求解初值问题。主要程序包含在test2.cpp中,方法简单易懂。编译环境VC2010(Adam James explicit and implicit method for solving fourth-order Runge-Kutta as a start, then use the fourth-order A Williams algorithm for solving initial value problem. The main program contains in test2.cpp method is simple and easy to understand. Compile environment VC2010)
    2012-06-09 11:27:18下载
    积分:1
  • 00
    说明:  还是通讯录系统 增删改查 课程设计 本科学校要求的数据结构课程设计(Or address book CRUD the data structures required by the curriculum design undergraduate schools curriculum design)
    2012-06-17 21:36:24下载
    积分:1
  • Hash-table
    本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。(The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.)
    2013-12-30 17:15:14下载
    积分:1
  • dijkstra
    dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法(Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm)
    2007-07-15 14:14:48下载
    积分:1
  • Huffman
    程序可以实现哈弗曼自动编码功能!很详细的!很有参考价值!(Program can be Havermann automatic coding features! Very detailed! A good reference!)
    2010-07-21 22:06:48下载
    积分:1
  • backtrackng
    给定n种物品和一背包。物品i的重量是wi>0,价值为vi>0,背包的容量为c。选择装入背包的物品,使得装入背包中物品的总价值最大。(Given n kinds of goods and a backpack. Weight of the item i is wi> 0, the value of vi> 0, knapsack capacity c. Select the items into the backpack, so into the backpack of items in the total value of the maximum.)
    2017-01-01 17:51:23下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载