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

搜索资源列表

  1. 绘制梅花曲线

    0下载:
  2. 这是一个计算机图形学当中用从c++编译出来的小程序,希望会给读者带来帮助-This is one of them using computer graphics c compiler from the small procedures in the hope that readers will help
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:44120
    • 提供者:
  1. parabola(computergraphics)

    0下载:
  2. 本程序是计算机图形学中的抛物线的c语言程序,通过输入X,Y的值来确定抛物线的形状.-computer graphics of the parabola c Language Program, through the importation of X and Y to determine the value of the parabolic shape.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1377745
    • 提供者:周国梁
  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. TIANE

    0下载:
  2. 用C编写的一个小的绘图程序,作为计算机图形学的作业.-prepared by a small drawing procedures, as a computer graphics work.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:王楠
  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. Draw

    0下载:
  2. 本次综合设计实验是用C++语言在MFC环境下实现一个的画图程序。程序主要由两个类构成,分别是实现响应菜单和实现作图与图形处理的功能。在作图类里有计算机图形学课本中的各种的与图形相关的算法的具体实现,如DDA画线算法、中点圆算法、种子填充算法、平移、旋转、比例缩放等。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:89623
    • 提供者:xiaoqzh
  1. paint

    0下载:
  2. 不用图形库函数的仿windows画图程序 这是最近做的计算机图形学实验,其界面是一个仿Windows下的窗口界面,程序具有较好的交互性。全部的图形函数都没有用C语言自带的图形库函数,所写的函数都是直接写屏实现的,模拟了大部分图形库函数的功能。但也有部分没有写出,如保存图形块的getimage()等函数。由于水平有限,还有部分功能没有实现,如保存或打开BMP图片等。等有了时间再说吧。算法什么的写的很潦草,都随便说说的,欢迎高手指点,希望与广大C语言爱好者共同学习讨论。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:65478
    • 提供者:向远
  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. 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. 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. LINE

    0下载:
  2. 计算机图形学 tubor c实现的画直线程序-Implementation of computer graphics tubor c draw a straight line program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:635
    • 提供者:huoyanqilin
  1. P

    0下载:
  2. 计算机图形学 tubor c实现的图形缩放程序-Tubor c computer graphics program to achieve the graphics scaling
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:739
    • 提供者:huoyanqilin
  1. drawing-code

    0下载:
  2. 用C++编写的一个简单的画图程序,对于学习计算机图形学的同学是很有用的。-Written in C++, a simple drawing program, for students to learn computer graphics are useful.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:54724
    • 提供者:小贺
  1. 0804402206tuxingxue

    0下载:
  2. 实验目的 1) 通过对Visual C++的学习,掌握Visual C++图形程序设计的方法,为计算机图形学原理部分的算法实现提供程序工具和方法。 2) 通过本次实验,把在《计算机图形学》课程中学到的种子填充算法的基本原理和算法设计知识运用到实际当中来,达到学以致用的目的。 3) 了解计算机图形学的原理、方法和应用。 -Experiment purpose1) based on Visual C++ learning, mastery of Visual C++ program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:975900
    • 提供者:尹晓玲
  1. CG

    0下载:
  2. 一个用C语言开发的基本画图的程序,适用于在学习计算机图形学基础的同学-A basic drawing of the C-language development program for students in learning computer graphics based
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:16549
    • 提供者:1cy
  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 »
搜珍网 www.dssz.com