资源简介
文件包含八叉树构建算法;
用100万个点测试,构建效率高;
代码里面还有关于八叉树的相关操作函数;
欢迎广大爱好者使用交流。
代码片段和文件信息
// stdafx.cpp : 只包括标准包含文件的源文件
// testoctree.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include “stdafx.h“
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 103936 2015-10-03 11:17 testoctree\Debug\testoctree.exe
文件 518028 2015-10-03 11:17 testoctree\Debug\testoctree.ilk
文件 969728 2015-10-03 11:17 testoctree\Debug\testoctree.pdb
文件 7722 2015-10-03 11:17 testoctree\testoctree\Debug\BuildLog.htm
文件 65 2015-10-03 11:17 testoctree\testoctree\Debug\mt.dep
文件 11961 2015-10-03 11:08 testoctree\testoctree\Debug\stdafx.obj
文件 663 2015-10-03 11:08 testoctree\testoctree\Debug\testoctree.exe.em
文件 728 2015-10-03 11:08 testoctree\testoctree\Debug\testoctree.exe.em
文件 621 2015-10-03 11:17 testoctree\testoctree\Debug\testoctree.exe.intermediate.manifest
文件 339031 2015-10-03 11:17 testoctree\testoctree\Debug\testoctree.obj
文件 3211264 2015-10-03 11:08 testoctree\testoctree\Debug\testoctree.pch
文件 453632 2015-10-03 11:17 testoctree\testoctree\Debug\vc90.idb
文件 249856 2015-10-03 11:17 testoctree\testoctree\Debug\vc90.pdb
文件 4965 2013-01-05 14:59 testoctree\testoctree\Octree.h
文件 487 2013-01-05 14:59 testoctree\testoctree\OctreePoint.h
文件 1201 2015-10-03 11:06 testoctree\testoctree\ReadMe.txt
文件 215 2015-10-03 11:06 testoctree\testoctree\stdafx.cpp
文件 233 2015-10-03 11:06 testoctree\testoctree\stdafx.h
文件 471 2013-01-05 14:59 testoctree\testoctree\Stopwatch.h
文件 498 2015-10-03 11:06 testoctree\testoctree\targetver.h
文件 2666 2015-10-03 11:17 testoctree\testoctree\testoctree.cpp
文件 4753 2015-10-03 11:08 testoctree\testoctree\testoctree.vcproj
文件 1417 2015-10-03 15:07 testoctree\testoctree\testoctree.vcproj.JiangJZ-PC.JiangJZ.user
文件 1767 2013-01-05 14:59 testoctree\testoctree\Vec3.h
文件 8457216 2015-10-03 15:07 testoctree\testoctree.ncb
文件 896 2015-10-03 11:06 testoctree\testoctree.sln
..A..H. 14848 2015-10-03 15:07 testoctree\testoctree.suo
目录 0 2015-10-03 11:17 testoctree\testoctree\Debug
目录 0 2015-10-03 11:08 testoctree\Debug
目录 0 2015-10-03 11:17 testoctree\testoctree
............此处省略4个文件信息
评论
共有 条评论