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

搜索资源列表

  1. 计算机图形学算法演示.rar

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

    • 发布日期:2014-03-10
    • 文件大小:330.03kb
    • 提供者:
  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
    • 文件大小:407.7kb
    • 提供者:wuxuegang
  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
    • 文件大小:20.73kb
    • 提供者:李建康
  1. 计算机图形学算法演示

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

    • 发布日期:2008-10-13
    • 文件大小:41.12kb
    • 提供者:戴少伟
  1. 2085_705548

    0下载:
  2. 为了更好的学习管理OpenGL or Direct3D撰写的各种3D图形算法演示
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:70.1kb
    • 提供者:hfgh
  1. 61549808rainsimulate

    0下载:
  2. 基于VC++的opengl经典图形算法开发文档
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:320.22kb
    • 提供者:张宇
  1. homework1

    0下载:
  2. 基于VC++的opengl经典图形算法开发文档
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:112.24kb
    • 提供者:张宇
  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-23
    • 文件大小:552.86kb
    • 提供者:jing
  1. CGproject

    0下载:
  2. 用c++实现了zbuffer的消隐算法。这是计算机图形学中最经典的一个算法。-Using c++ implements zbuffer the blanking algorithm. This is the classic computer graphics an algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:11.2mb
    • 提供者:fang
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2.06mb
    • 提供者:林思哲
  1. 24_165626_phongbump

    0下载:
  2. 该程序实现了图形学中经典的凹凸纹理映射算法。凹凸纹理映射是一种纹理混合方法,它可以创建三维物体复杂的纹理外观表面。普通的纹理映射只能模拟比较平滑的三维物体表面,难以显示表面高低起伏、凹凸不平的效果。凹凸纹理映射能够通过一张表示物体表面凹凸程度的高度图(称为凹凸纹理),对另一张表示物体表面环境映射的纹理图的纹理坐标进行相应的干扰,经过干扰的纹理坐标将应用于环境映射,从而产生凹凸不平的显示效果。-The program implementation of the graphics in the cl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:644.67kb
    • 提供者:rockeyzhu
  1. ShivaVG-0.2.1

    0下载:
  2. 基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。-OPENGL based on the realization of the OpenVG, c achieved by OpenVG hardware to accelerate the algorithm, in SVG, 2D graphics, such as have reference value.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:456.5kb
    • 提供者:xiao mao
  1. cairo-1.8.6.tar

    1下载:
  2. c语言实现的2D矢量图形算法库,提供跨平台特性,通过基于OPENGL扩展模块能够实现硬件加速。-c language algorithm for 2D vector graphics library to provide cross-platform features, the expansion module OPENGL based hardware acceleration can be achieved.
  3. 所属分类:OpenGL program

    • 发布日期:2015-12-04
    • 文件大小:6.31mb
    • 提供者:xiao mao
  1. sweep

    0下载:
  2. 用C++和opengl实现的图形学中的扫描线填充算法,对初学图形学很有帮助-Using C++ and opengl graphics to achieve the scan line fill algorithm, useful for the beginner Graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:643.08kb
    • 提供者:倪翔
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:4.09kb
    • 提供者:zhanyun
  1. Float_Horizon

    0下载:
  2. OpenGL中基本的图形算法,浮动水平线算法-OpenGL graphics in the basic algorithm--floating horizon algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5.59mb
    • 提供者:yotta
  1. OpenGL_3D_graphics_algorithms_demonstrate_a_variet

    0下载:
  2. OpenGL各种3D图形算法演示教程实例OpenGL 3D graphics algorithms demonstrate a variety of tutorial examples-OpenGL 3D graphics algorithms demonstrate a variety of tutorial examples of OpenGL 3D graphics algorithms demonstrate a variety of tutorial examples
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:79.32kb
    • 提供者:lam
  1. opengl

    1下载:
  2. 使用OpenGL实现DDA、中点画线法、Bresenham算法绘制;中点画圆法、Bresenham画圆算法;多边形扫描线转换算法;多边形裁剪--逐边裁剪法等计算机图形学基本算法。-Use OpenGL, DDA, the dotted line method, Bresenham algorithm to draw midpoint drawcircle, Bresenham circle algorithm polygon scan line conversion algorithm p
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:
  1. openGL

    0下载:
  2. VC++ OPENGL 钟表,计算机图形学算法,运行成功,请放心下载!-VC++ OPENGL watches, computer graphics algorithms run successfully, please rest assured that download!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3.8mb
    • 提供者:高敏
  1. opengl

    0下载:
  2. 计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统-1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, B
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:94.5kb
    • 提供者:侯建元
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com