CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - 简单算法

搜索资源列表

  1. xingzhuang .rar

    0下载:
  2. 一个简单的图形识别程序,算法比较简单,利用了图像获取工具箱-A simple pattern recognition procedure, the algorithm is relatively simple, using the Image Acquisition Toolbox
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:1525
    • 提供者:
  1. 计算机图形学算法演示.rar

    0下载:
  2. 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:337948
    • 提供者:
  1. objloader

    0下载:
  2. 是读取3d文件obj格式的算法,他虽不是opengl的主流,但却有其简单,易懂的优势-is read 3d obj file format algorithms opengl he is not the mainstream, but it is simple, understandable advantages
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:61664
    • 提供者:孟庆洋
  1. dda&bres

    0下载:
  2. DDA算法和bresham算法画图,运用OPENGL的一个简单例子-DDA algorithm and bresham drawing algorithm, using the OpenGL a simple example
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:
  1. hulline

    0下载:
  2. 凸壳算法用了少许opengl,有交互界面,操作简单,用鼠标就可以完成。-convex hull algorithm with a bit opengl, interface, simple operation, using the mouse can be completed.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:14535
    • 提供者:吴杰
  1. VISC_LFS

    0下载:
  2. 这是一个简单的关于体绘制的程序。 程序中用raycasting算法绘制了一个球。 程序中的注释比较详细。-This is a simple drawing on the body of the procedure. Raycasting procedures used an algorithm for mapping the ball. Notes to the procedures in more detail.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:59880
    • 提供者:李发生
  1. 计算机图形学算法演示

    0下载:
  2. 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:42109
    • 提供者:戴少伟
  1. GRAPHEXAMPLE

    0下载:
  2. 计算机图形学算法示例,用OPENGL和DIREXTX编程的计算机图形学简单入门程序,有利于初学者学习。-computer graphics algorithm for example, DIREXTX use OpenGL programming and computer graphics simple entry procedures, help beginners learn.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1709470
    • 提供者:Nina
  1. test_1_DFS_BFS

    0下载:
  2. 比较DFS与BFS 简单的实现了,小地图范围的两种寻路算法原理的比较。 左键控制,可自动寻找路径,方便观察-DFS compared with the simple realization of BFS, the small scope of the two map routing algorithms for comparison. Left control that can automatically find a path to facilitate the observation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:29642
    • 提供者:阿申
  1. liangbarskey

    0下载:
  2. 梁友栋算法 可以实现画直线 选边框裁减 很简单却很经典-friends of Liang Dong algorithm can achieve elections framed paintings straight cuts very simple classic
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:16454
    • 提供者:李明月
  1. CSHIYAN2

    0下载:
  2. 用OpenGL实现的绘图程序,主要是通过集中绘线算法,并且比较算法所需时间。比较简单-use OpenGL graphics procedures, mainly by concentrating on painting line algorithm, and the time required for comparison algorithm. Relatively simple
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:41006
    • 提供者:姜雪
  1. MFC_OpenGL

    2下载:
  2. 通过等值线的绘制与填充过程分离的编程思想,先用OpenGL硬件加速的光栅化技术实现区域快速填充,然后利用MFC下的GD I绘图功能在相同的区域上绘制等值线。该方法不涉及到复杂的算法,用很简单的代码就能实现与商业软件视觉效果相媲美的等值线填充效果,且适用于离散区域为任意形状的多边形网格系统。
  3. 所属分类:OpenGL

    • 发布日期:2014-01-16
    • 文件大小:285448
    • 提供者:vcgirl
  1. wen

    0下载:
  2. OPENGL实现移动三角形,简单的算法实现
  3. 所属分类:OpenGL

    • 发布日期:2014-01-16
    • 文件大小:839
    • 提供者:蔡大
  1. xiaoyin

    0下载:
  2. 1. 绘出透视投影下的凸多面体图形,按下键盘上的“上”、“下”、“左”、“右”箭头可从各方位观看图形,也可以自己定义其他键值以及其他参数 2. 根据简单光照明原理绘制一个半圆柱曲面 3. 利用远近法原理绘制一个立体环 4. 利用消隐算法实现曲面z=exp(-x*x-y*y)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:141764
    • 提供者:xhp
  1. 4

    0下载:
  2. opengl 计算机图形学简单算法集合 :图形学,实现了著名的光照模型Phong模型,可以表示反射折射,镜面反射等光学现象-Graphics, to achieve the well-known Phong illumination model model, you can express reflection refraction, specular reflection and other optical phenomena-opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:268892
    • 提供者:james
  1. opengl

    0下载:
  2. 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:3467
    • 提供者:猫子
  1. GL

    0下载:
  2. 计算机图形学里的入门简单算法。最基本的lines、list、font。-Introduction to computer graphics in a simple algorithm. Basic lines, list, font.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:6825
    • 提供者:李岚
  1. fenge

    0下载:
  2. 将n(n>=3)顶点的凸多边形分割成三角形组合的简单算法-Convex polygon is divided into a triangle combination of simple algorithms
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:624139
    • 提供者:林涵
  1. OpenGL实现的光线跟踪算法

    0下载:
  2. windows系统下使用vc6.0结合OpenGL实现的光线跟踪算法。程序比较简单,单一场景。
  3. 所属分类:OpenGL

  1. lab8

    0下载:
  2. C++简单实现编码裁剪算法和梁友栋裁剪法(Simple c + + coding for cutting algorithm and Liang Youdong cutting method)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-06
    • 文件大小:24834048
    • 提供者:悖论
« 12 3 »
搜珍网 www.dssz.com