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

搜索资源列表

  1. 图形学作业终结版

    0下载:
  2. 图形学程序,有一些画图的程序,全部都是自己编写的源码,有一些来自于清华大学出版的《计算机图形学》-graphics procedures, some drawing procedures, all prepared by the source itself, some from Qinghua University, published in the "Computer Graphics"
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:44073
    • 提供者:丁兴全
  1. 多边形逐次裁剪

    0下载:
  2. 多边形逐次裁剪,计算机图形学作业,主要用于学习交流,有错误请指正!-polygon cutting, computer graphics operations, mainly for the exchange of learning, correcting mistakes please!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21403
    • 提供者:陈启
  1. DraeLine90

    0下载:
  2. 这是我的计算机图形学作业,有时间看看,应该有帮助,有什么意见或建议联系我。谢谢!-This is my computer graphics operations, with some time to see if that should be helpful, what comments or suggestions contact me. Thank you!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:88822
    • 提供者:qinyan
  1. TC2.0

    0下载:
  2. 计算机图形学作业(TC2.0版),如今不多见了-computer graphics operations (TC edition), now rare
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:137120
    • 提供者:ANGEL
  1. hermitesample

    0下载:
  2. 计算机图形学作业,HERMITE曲线的绘制-computer graphics operations, curve drawing HERMITE
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6409
    • 提供者:Zhao Yan
  1. Bezier_curvemode

    0下载:
  2. 计算机图形学作业!c++写!运用B样条绘制图形的算法-computer graphics operations. C write! Use of the B-spline Rendering Algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:96369
    • 提供者:江海
  1. Realbool

    0下载:
  2. 计算机图形学作业,三维真实感球,具有阴影、透视等效果-computer graphics, 3D photorealistic balls, with shadow, perspective and other effects
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:45636
    • 提供者:wangli
  1. OpenGL_glsaver

    0下载:
  2. 计算机图形学作业 用于对图像进行动态的模拟
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:51043
    • 提供者:牛牛
  1. newmorning

    0下载:
  2. 计算机图形学作业,包含很多算法,画线,画圆,填充,裁减
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:68638
    • 提供者:cyagi
  1. zuoye2

    0下载:
  2. 计算机图形学作业二: 中点画圆法:圆心(300,400),半径150。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:7083
    • 提供者:董栋
  1. 111

    0下载:
  2. 计算机图形学作业,内含两个程序,画线和画出sin曲线
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:8823
    • 提供者:李超
  1. 计算机图形学作业1

    1下载:
  2. 计算机图形学作业-computer graphics operations
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21623
    • 提供者:朱政
  1. works2

    0下载:
  2. 不错的计算机图形学作业,给要入门的师兄弟们用.-good computer graphics operations for entry to the Shikuangdimen used.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:46177
    • 提供者:蓝天
  1. UtahTeapot

    0下载:
  2. 计算机图形学作业,用opengl编程实现一维网格绘制犹他壶-Computer Graphics homework, opengl programming implementation with one-dimensional grid drawing pot Utah
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:264659
    • 提供者:cathy
  1. phong

    1下载:
  2. 我的计算机图形学大作业,实现了phong模型,phong模型参数可调,打开网格文件为.smf,包含了测试的.smf文件,实现了有/无增量式法向插值算法,有详细的实验报告(.pdf),请用vs2008打开工程-My computer graphics major operations to achieve the phong model, phong model parameters adjustable, open the file for the grid. Smf, contains the
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6555744
    • 提供者:zhaoyb
  1. ComputerGraphics

    0下载:
  2. 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5458547
    • 提供者:隗平
  1. 计算机图形学大作业

    7下载:
  2. 计算机图形学的大作业,做的是一个太阳系,可以旋转视角,放大缩小,加速减速旋转速度,改变选装方向等
  3. 所属分类:OpenGL

    • 发布日期:2012-11-01
    • 文件大小:7261514
    • 提供者:wkl1989117
  1. touying

    0下载:
  2. 计算机图形学三维投影作业源代码,代码简单,可直接使用 。-Projection of three-dimensional computer graphics operating source code, the code is simple, can be used directly.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:25367
    • 提供者:盗版乖猪
  1. CGReport

    6下载:
  2. 我的计算机图形学期末大作业。优等评分。 使用C++ 从底层实现了深度缓冲、直线、点、曲面的快速绘制算法,附有详细文档和程序说明,并有实例Demo. 实现了遮罩、消隐、投影、透视,完全不用OpenGL和DirectX,是实践底层算法的范例。-My final major work in computer graphics. Excellent score. Use C++ to achieve the depth buffer from the bottom, line, point, t
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-19
    • 文件大小:1461248
    • 提供者:流浪小狗
  1. RayTracing

    0下载:
  2. 计算机图形学作业,包括光线追踪和光线投射等功能,对学计算机图形学的同学很有帮助-Computer graphics operations, including ray tracing and ray casting and other functions, helps students learn computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3627861
    • 提供者:余进松
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com