搜索资源列表
QuadTreeCodeCw
- 四叉树的实现以及四叉树的优化算法,所以适用于对游戏的应用-quadtree, and the realization of the quadtree algorithm optimization, apply to the application of game
VC_guidemo
- 经过编译验证的VC++ GUI例子,涵盖停靠栏、tab控件、树型控件以及工具条状态控制等功能应用,非常适合VC++ MFC学习。-Compiled validated VC++ GUI example, covers the dock, tab controls, tree controls, and tools of state control and other functional applications, ideal for VC++ MFC learning.
CGAL-4.5
- CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。 计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和
binary-tree
- 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。-Binary tree Traversal (Traversal) refers to the search along a route, in turn, each node in the tree are one and only for a visit. Operations to do access nodes depends on the spec
