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

搜索资源列表

  1. BEZIER.C

    0下载:
  2. 基于C的贝塞尔曲面生成程序,此程序对于没有专门学习过计算机图形学的人也能看懂.-Bessel surface generation process, This procedure not specifically studied computer graphics people can understand.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2020
    • 提供者:王力
  1. t21

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:yvonne
  1. BresenhamLine

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1026
    • 提供者:yvonne
  1. Dda(j)

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:yvonne
  1. MidPointLine(j)

    0下载:
  2. 计算机图形学相关程序利用C语言进行实现的算法
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:978
    • 提供者:yvonne
  1. PointInPolygon.rar

    0下载:
  2. 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;,In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:777
    • 提供者:天问
  1. Graphic

    0下载:
  2. 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3733124
    • 提供者:逍遥飞
  1. beijixing

    0下载:
  2. 这是一个计算机图形学的程序,是用c++编写的,是3D图形,包括了图形的变化以及坐标的定位,是学习计算机图形学最好掌握的。-This is a computer graphics procedure is c++ Prepared is the 3D graphics, including changes in graphics as well as the coordinates of the position, is to learn from the best available compu
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:157044
    • 提供者:刘锦瑞
  1. d2200904

    0下载:
  2. 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Primitive code set is my practice of computer graphics programming, including painting a straight line, anti-aliased line, circle, draw an oval, rectangular painting, drawing poly
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1825
    • 提供者:chenhao
  1. c

    0下载:
  2. 一些c语言的有关于计算机图形学方面的小程序-Some c language on aspects of computer graphics applet
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3250
    • 提供者:fengxin
  1. ji_suan_ji_tu_xing_xue_bao_gao_ji_yuan_cheng_xu.ra

    0下载:
  2. 这是<<计算机图形学>>的实验课程报告及源程序,说明了各种图形的基本算法,并能将算法用程序实现,最终运用c语言编写绘图程序,得到所需结果。-This is the “computer graphics ” report and the source of the experimental course, indicating a variety of graphics the basic algorithm, and algorithms can achieve wit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:283678
    • 提供者:tanronghan
  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:312832
    • 提供者:lewsn2008
  1. Drawline

    0下载:
  2. 我自己编的有关有OpenGL中的各种划线方法(中点划线、DDA、Bresenham。当然还有调用OpenGL自身所带的程序了),里面还有时间测试程序,能帮你测出各种划线方法所花的时间,绝对适合刚学计算机图形学的童鞋们,加油-I have OpenGL in the series all crossed methods (midpoint crossed, DDA, Bresenham. Of course, call the procedure for carrying by itself Op
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:215766
    • 提供者:Oysteam
  1. opengl

    0下载:
  2. 计算机图形学c程序,有个错误,自己改一下吧-Computer graphics c program, there is a mistake, it ourselves about it
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:iamz
  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. C-and-C-P-P-graphics-programming

    1下载:
  2. C与C++高级图形程序设计完整版 内容摘要: 附录与关键词: 计算机图形学 程序设计 计算机图形学 全文目录 为什么要阅读本书 前言 第一章 数学模块 鸣谢 第一部 分通用程序 第二章 图形界面模块 第三章 如何使用模块 第四章 实体建模理论和数据库结构 第五章 给画面增加物体 第六章 在屏幕上排序和显示物体 第七章 Model.c描述文件生成程序 第八章
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25373132
    • 提供者:小邓
  1. colorcube

    0下载:
  2. 旋转的彩色立方体,计算机图形学的程序,C++源程序-color cube
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1767
    • 提供者:林伟
  1. c++builder学习小程序

    1下载:
  2. 包括三视图、一点透视、轴测图,是学习c++builder或计算机图形学的必备小程序
  3. 所属分类:图形/文字识别

  1. Curve

    0下载:
  2. mfc编写的画图小程序,可以画出来曲线,贝塞尔和b样条(MFC prepared drawing applet, you can draw out the circle)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-26
    • 文件大小:519168
    • 提供者:胡果
  1. DrawLine

    0下载:
  2. 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-03
    • 文件大小:51200
    • 提供者:vision2sky
« 12 3 4 »
搜珍网 www.dssz.com