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

搜索资源列表

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

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

    • 发布日期:2014-03-10
    • 文件大小:337948
    • 提供者:
  1. 计算机图形学-倩

    0下载:
  2. 这是两个计算机图形学中的两个算法。一个是直线中点算法,另一个圆的正负算法。-This is the computer graphics algorithms. A straight line is the midpoint algorithm, another round of plus or minus algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:80271
    • 提供者:程倩
  1. 清华大学-计算机图形学

    0下载:
  2. 清华大学远程教育计算机图形学 ■ 第1章 绪论 ※ 计算机图形学的研究内容 ※ 计算机图形学的发展简史 ※ 应用及研究前沿 ※ 图形设备 ■ 第2章 光栅图形学 ※ 直线段的扫描转换算法 ※ 圆弧的扫描转换算法 ※ 多边形扫描转换与区域填充 ※ 字符 ※ 裁剪 ※ 反走样 ※ 消隐 ※ 练习题 ■ 第3章 几何造型技术 ※ 曲线和曲面 ※ Bezier和B样条曲线曲面 ※ 形体在计算机内的表示 ※ 求交分类 ※ 实体造型系统简介 ※ 练习题 ■ 第4章 真实感图形学 ※ 颜色视觉 ※ 简单光照明
  3. 所属分类:图形图象

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

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

    • 发布日期:2008-10-13
    • 文件大小:42109
    • 提供者:戴少伟
  1. 计算机图形学算法演示系统

    0下载:
  2. 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:80666
    • 提供者:cwm_awt
  1. 图形学算法演示

    1下载:
  2. 对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30037
    • 提供者:纯净水
  1. 计算机图形学综合大程序

    3下载:
  2. 关于图形学用VC++的基本代码.改程序包括了几乎所有的计算机图形学基础算法-graphics with VC on the basic code. Changed procedures include almost all of the computer graphics based algorithm!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:184723
    • 提供者:付建会
  1. [计算机图形学]画图v0.12b

    1下载:
  2. 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:39276
    • 提供者:葳蕤
  1. 计算机图形学的电子书

    1下载:
  2. 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
  3. 所属分类:绘图程序

    • 发布日期:2009-03-20
    • 文件大小:3184155
    • 提供者:mady0505
  1. 计算机图形学的扫描线填充算法,MFC 实现

    0下载:
  2. 计算机图形学的扫描线填充算法,MFC 实现,,Computer Graphics of the scan line fill algorithm, MFC achieved
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-22
    • 文件大小:49135
    • 提供者:liuxing
  1. qumian

    0下载:
  2. 计算机图形学原理及算法教程(和青芳)随书源代码——曲线和曲面-Computer graphics theory and algorithms tutorial (and blue-fang) With the book source code- Curves and Surfaces
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:74422
    • 提供者:李超
  1. Computer_Graphics

    0下载:
  2. 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:3555788
    • 提供者:Jane
  1. tuxingxue

    1下载:
  2. 此压缩文件中包含了半学期以来做的所有的计算机图形学实验,包括DDA生成直线和圆,扫面线填充任意形状的图形的算法、运动的小车、月绕太阳转、抛物线的生成、星形的生成、点阵式、矢量式算法实现的字符的生成,二维图形的各种变化用矩阵的方法实现,三维图形的投影等,实验内容丰富全面,而且都能在TC下运行,生成显示图像。-This compressed file contains a half-term has to do all the computer graphics experiments, inclu
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:140463
    • 提供者:孟萌
  1. lyd

    0下载:
  2. 这是一个计算机图形学中关于梁友栋算法实现的程序-This is a computer graphics on the friends of Liang Dong algorithm procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1243
    • 提供者:黄海涛
  1. jisuanjituxingxuesuanfajichu

    0下载:
  2. 计算机图形学算法基础,一本很经典的计算机图形学的算法资料,需要的同学可以看看。-Algorithm based on computer graphics, a classic algorithm of computer graphics information, the students need to look at.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:20498118
    • 提供者:lvjian
  1. jisuanjituxingxuesuanfajichu2

    0下载:
  2. 一本很经典的计算机图形学算法书籍,适合在学计算机图形学的同学使用。-A very classic books computer graphics algorithms, suitable for students learning the use of computer graphics.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8475876
    • 提供者:lvjian
  1. DDA

    0下载:
  2. 计算机图形学 DDA算法实现(参考《计算机图形学》算法有改进)-DDA algorithm in computer graphics (see " Computer Graphics" algorithm has improved)
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1955129
    • 提供者:liwenzhu
  1. 球面光源和材质交互作用算法

    0下载:
  2. 计算机图形学基础案例,球面光源和材质交互作用算法。(Basic cases of computer graphics, spherical light source and material interaction algorithm.)
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-19
    • 文件大小:3407872
    • 提供者:李蜜桃
  1. 计算机图形学实验

    0下载:
  2. B氏画线算法,中心画圆算法,中心画椭圆算法,优质的UI界面(Draw a line, draw a circle, and draw an ellipse)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-08
    • 文件大小:37128192
    • 提供者:asjkfhsdkjf
  1. 图形学

    0下载:
  2. 本人自己写的图形学文件,在vs2010上可以运行(配置openGL环境),包含生成直线,圆,和线段裁剪算法。(My own graphics file, on VS2010, can run (configure the openGL environment), including the generation of straight line, circle, and line clipping algorithm.)
  3. 所属分类:绘图程序

« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com