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

搜索资源列表

  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  1. OpenGL动画演示(包含代码)

    1下载:
  2. 包含魔幻、膨胀球体、瀑布、数字世界、水波模拟、效果综合、算法集合7个演示,并富有源代码-contains magic and inflating ball, waterfalls and the digital world, the wave simulation, integrated effects, the algorithm set seven presentations, and rich source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4238988
    • 提供者:笑雨
  1. 图形学中三种画直线算法源码

    0下载:
  2. 这是OpenGL MinGW运行的文件,这是学习图形学时所编的实现代码-This is the OpenGL MinGW running in the paper, which is studying graphics as part of the realization of code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:21223
    • 提供者:李建康
  1. opengl_bsp

    1下载:
  2. 用opengl实现的bsp管理3D场景的算法,用VC7.1可以直接编译通过。此代码详细、清楚地实现了bsp算法,并且可以载入、渲染QuakeIII的BSP文件,能将QuakeIII的场景高质量地渲染出来!-use opengl realized bsp 3D scene management algorithm VC7.1 can be used directly compile. This code in detail, clearly realized the bsp algorithm,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1269572
    • 提供者:snowwin
  1. Binterpolation

    0下载:
  2. B样条方面的算法代码 请大家指教.-B-spline algorithm of the code Please enlighten.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4192
    • 提供者:陈自力
  1. fractal_book

    0下载:
  2. 分形D-S算法实现地形及云实例代码,用Opengl实现
  3. 所属分类:OpenGL

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

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

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

    0下载:
  2. OpengGL游戏编程例程,演示场景雾化的效果,强烈增强场景真实性,代码中的算法值得学习。
  3. 所属分类:OpenGL

    • 发布日期:2014-01-17
    • 文件大小:437898
    • 提供者:杨庆
  1. Terrian

    0下载:
  2. 地形渲染代码集锦,包括分形山,大规模渲染LOD算法等
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8653277
    • 提供者:ycloang
  1. graph03-2

    0下载:
  2. OpenGL 中填充多边形的算法代码 易看懂
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:34493
    • 提供者:dcj
  1. Point_In_Polygon

    0下载:
  2. 判断点是否在多边形范围内,算法方面的代码,希望对大家有用
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:88776
    • 提供者:xuxiang
  1. 双目 定标

    2下载:
  2. 这是一个给两个摄像机定标的对话框程序,核心部分根据是张正友的opencv算法和代码改编。对学习标定有帮助。-This is the side of himself wrote a two camera to the subject of the dialog box procedure, According to the core are Mr opencv Friends of the algorithm and code adaptation. Calibration of learning
  3. 所属分类:OpenGL

    • 发布日期:2009-11-30
    • 文件大小:42112
    • 提供者:zwlczl
  1. Graphic_01

    0下载:
  2. 基于Demo01代码,完成以下功能: 1)二维Sierpinski镂垫, 2)三维Sierpinski镂垫, 3)改进算法绘制分形的山, 4)基于海龟图形系统实现二维Sierpinski镂垫。 -Based Demo01 code, complete the following functions: 1) two-dimensional Sierpinski Lou pad, 2) three-dimensional Sierpinski Lou pad, 3) impro
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:719195
    • 提供者:月平
  1. shiyan5

    0下载:
  2. 实验5 Bezier曲线 1.实验目的: 了解曲线的生成原理,掌握几种常见的曲线生成算法,利用VC+OpenGL实现Bezier曲线生成算法。 2.实验内容: (1) 结合示范代码了解曲线生成原理与算法实现,尤其是Bezier曲线; (2) 调试、编译、修改示范程序。 (3) 尝试实现B样条曲线算法。 -5 Bezier curve experiment 1. Experimental Objective: To understand the principle of
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:596593
    • 提供者:jing
  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. 1

    0下载:
  2. Opengl算法代码,阴影体算法, Opengl算法代码,阴影体算法, Opengl算法代码,阴影体算法, -Opengl algorithm code
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1162896
    • 提供者:王亮
  1. Robot-opengl

    0下载:
  2. 该代码是利用图形工具opengl仿真机器人的,对于研发机器人有一定的帮助的,里面用了自己的算法思想,可以动态行走-The code is the use of graphical tools opengl simulation robot, robots for research and development will certainly help, and which algorithm to use his own ideas, can be dynamic walking
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:942320
    • 提供者:ltx
  1. ch8CohenSutherlandLineClip2D

    0下载:
  2. opengl的cohen-sutherland 线段剪切算法代码 需要自己建立主程序-cohen-sutherland line clipping algorithm source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:1298
    • 提供者:t
  1. ch8LiangBarskyLineClip2D

    0下载:
  2. opengl 的liang-barsky 线段剪切算法代码 需要自己建立主程序 -liang-barsky line clipping algorithm source code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:741
    • 提供者:t
  1. ch8SutherlandHodgmanPolygonClip2D

    0下载:
  2. opengl的sutherland-hodgeman多边形剪切算法代码,需要自己建立主程序-opengl sutherland-hodgemen algorithm source code.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:1164
    • 提供者:t
« 12 3 »
搜珍网 www.dssz.com