Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - QUADTREE
Search - QUADTREE - List
DL : 0
用MFC建立一个四叉树,实现生成四叉树的方法。-Using MFC to build a quadtree, quadtree to achieve generation of methods.
Update : 2024-05-05 Size : 46080 Publisher : 沈佳佳

DL : 0
用MFC生成四叉树的方式,主要通过建立一个向量来储存节点的坐标。-Generated by MFC quadtree approach, mainly through the establishment of a vector to store the coordinates of the node.
Update : 2024-05-05 Size : 37888 Publisher : 沈佳佳

DL : 0
用opengl的方法生成四叉树的方式,调用opengl中的画点画线的函数来生成四叉树。-The method used to generate opengl quadtree way, call the opengl stipple lines function to generate the quadtree.
Update : 2024-05-05 Size : 169984 Publisher : 沈佳佳

DL : 0
用MFC的方式生成四叉树,设立了输入点的数目,通过随机生成点接着绘制出四叉树。-MFC generated by the quadtree, the establishment of a number of input through the randomly generated points and then draw quadtree.
Update : 2024-05-05 Size : 66560 Publisher : 沈佳佳

DL : 0
一个老外编的四叉树的程序例子,适合初学者研究学习。-Of a foreigner for quadtree example of the procedure is suitable for beginners study.
Update : 2024-05-05 Size : 8192 Publisher : wudi

VC/MFC654
DL : 0
C语言实现一个四叉树quadtree,,很好的程序-C language realization of a quadtree quadtree,, very good procedures
Update : 2024-05-05 Size : 3072 Publisher : 123

DL : 0
简单的介绍了四叉树在场景编辑中的使用,适合初学者观看与学习-Introduced a simple quadtree editor in the use of scenes, watch and learn for beginners
Update : 2024-05-05 Size : 1636352 Publisher : 易靖涛

这是一个基于OpenGL编写的四叉树完成地形的模拟实例适合学习OpenGL的人观看-This is an OpenGL-based quadtree prepared to complete the simulation of terrain suited to learning OpenGL examples of people who watch
Update : 2024-05-05 Size : 1325056 Publisher : 易靖涛

基于GPU地形绘制算法,可以ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE - Hold Left -QuadTree+LOD 基于GPU地ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE (as defined in Landscape.h). If this map is not found, the program attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view Tread Marks maps correctly is "0.25f". (www.TreadMarks.com) CONTROLS: MOUSE- Hold Left 形绘制算法
Update : 2024-05-05 Size : 34816 Publisher : 赵华成

quadtree source code
Update : 2024-05-05 Size : 1691648 Publisher : rajkumar

DL : 0
基于十进制的四叉树的空间数据结构编码。 利用行数和列数求莫顿码 利用莫顿码求行数和列数-Decimal-based quadtree spatial data structure coding. To use the number of rows and columns seeking Morton Morton yards yards seeking to use the number of rows and columns
Update : 2024-05-05 Size : 1024 Publisher : chenling

DL : 0
在OpenGL中实现地形的基于四叉树的LOD算法-Implemented in the OpenGL-based Terrain Quadtree LOD algorithm
Update : 2024-05-05 Size : 3644416 Publisher : 张洁

DL : 0
实现线性四叉树的编码,读取数据的同时生成莫顿码-To achieve linear quadtree encoding, read the data at the same time generating Morton yards
Update : 2024-05-05 Size : 67584 Publisher : 朱霞

DL : 0
多种检测图像的边缘的方法,图像的分割,四叉树分解-Multi-image edge detection methods, image segmentation, quadtree decomposition
Update : 2024-05-05 Size : 40960 Publisher : hello

图像分析 边缘检测 微分算子 Log算子 Canny 算子 四叉树分解 四叉树分解 四叉树 MATLAB 函数 -Image analysis-differential operator edge detection operator Canny operator Log quadtree decomposition quadtree decomposition quadtree MATLAB Functions
Update : 2024-05-05 Size : 2048 Publisher : 齐子新

DL : 0
Mogre初级教程4实例程序,在窗体中提供添加键盘、鼠标控制的代码-Mogre Tutorial 4 instances of the primary process, in the form provided to add keyboard, mouse control code
Update : 2024-05-05 Size : 1373184 Publisher : Raul.Alf

DL : 0
程序代码说明 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘 形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Program code shows the image using Prewitt edge detection operator with different σ values LoG image edge detection operator Canny edge detection using the edge of the image threshold segmentation of the image threshold method of water line segmented image of the matrix quadtree decomposition text and the image is divided into two categories of non-text binary image morphological gradient edge detection of morphological instance- the image from the PCB to remove all the current lines, retaining only the object chip
Update : 2024-05-05 Size : 43008 Publisher : lmj

游戏编程中的四叉树查找算法,可以用于boss搜索算法等。可以优化-quadtree in game programming
Update : 2024-05-05 Size : 2048 Publisher : Jay

DL : 0
四叉树分割图像中的点,左键点击 右键分割-Quadtree segmentation of the image point, left click the right split
Update : 2024-05-05 Size : 140288 Publisher : 陈力

四叉树程序,图像处理,要做这个的可以-Quadtree procedures, image processing, that can do this look
Update : 2024-05-05 Size : 3661824 Publisher : し可お
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.