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

搜索资源列表

  1. MFCGraph

    0下载:
  2. 自己学习计算机图形学的一个程序,实现直线的各种画法-their study of a computer graphics program, realized the line of paint
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53.73kb
    • 提供者:吴文
  1. jsjtx

    0下载:
  2. DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法的程序实现 字符点阵显示算法的程序实现 梁友栋-barske算法的程序实现-DDA algorithm computer graphics program to improve the experimental report bresenham line drawing algorithm the program character dot-matrix display algorithm Program
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:22.99kb
    • 提供者:林明清
  1. koch

    0下载:
  2. 计算机图形学程序,分形计算,显示出koch雪花图形,加载glut包-Computer graphics program, fractal calculation shows that the koch snowflake graphics, loaded package glut
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:159.11kb
    • 提供者:冬铧
  1. Teapot

    0下载:
  2. 使用c语言编写的一个关于计算机图形学的茶壶程序-Using the c language written in a teapot on the computer graphics program
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:2.07kb
    • 提供者:张仪
  1. planet

    0下载:
  2. 计算机图形学程序,该程序演示太阳,地球,月亮三者的一个系统,按“y”“m”“d”系统会模拟地球公转/自转/月球绕地球转-Computer graphics program that demonstrates the Sun, Earth, Moon, a system of three, according to " y" " m" " d" the system will simulate the Earth revolution/rota
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:9.53kb
    • 提供者:陈明
  1. 计算机图形学 雪花

    0下载:
  2. 计算机图形学程序,分形计算,显示出koch雪花图形,加载glut包-Computer graphics program, fractal calculation shows that the koch snowflake graphics, loaded package glut分数维图形 自然景物模拟是计算机图形学的一个重要研究内容.与规则几何体... Mandelbrot注意到von Koch雪花与海岸线的共同特点:它们都有细节的无穷回归。
  3. 所属分类:OpenGL

  1. draw

    0下载:
  2. 计算机图形学的程序 实现了画直线,画圆还有实现了填充-Computer graphics program to achieve a painting of a straight line, there is the realization of the filling drawcircle
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:94.52kb
    • 提供者:panting
  1. computergraphicsprogram

    0下载:
  2. 它是一些计算机图形学的程序代码,希望共享出来能帮助到大家-It is of some computer graphics program code, I hope to share them can help to everyone
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:92.53kb
    • 提供者:张伟
  1. Circle

    0下载:
  2. 逐点画圆 计算机图形学 丁爱玲版本 java程序实现 -Point by point drawcircle丁爱玲version of java in computer graphics program
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:zhang
  1. computer-graphics

    0下载:
  2. 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2.02mb
    • 提供者:张君珏
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2.22mb
    • 提供者:于小鱼
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:123.77kb
    • 提供者:Jack
  1. Computer-Graphics

    0下载:
  2. 对于刚刚接触计算机图形学,有一定VC++编程基础的朋友来说,这是个不错的辅助编程范例。-For new to computer graphics, there are some VC++ programming-based friends, this is a good example of the auxiliary program.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-19
    • 文件大小:28.58mb
    • 提供者:张晓峰
  1. basic-computer-graphics-generation

    0下载:
  2. 该程序实现了计算机图像学中基本直线的生成算法,包括实验代码和实验报告-The program implements the basic computer graphics school in the generation of linear algorithms, including test code and test reports
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:839.3kb
    • 提供者:牛文龙
  1. C-and-C-P-P-graphics-programming

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

    • 发布日期:2017-06-16
    • 文件大小:24.2mb
    • 提供者:小邓
  1. Computer-Graphics-Draw

    0下载:
  2. 常见计算机图形学图形生成程序(直线,椭圆,填充,样条曲线,分形,立体图形),有交互界面,有程序说明-Common computer graphics figure producing program (linear, ellipse, filling, spline curve, fractal, three-dimensional graphics), have interactive interface, programming instructions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-10
    • 文件大小:16.16mb
    • 提供者:ccc
  1. Graphics-intersect-tangent

    0下载:
  2. 图形相交与相切,计算机图形学小程序,入门学习非常不错-Graphic intersect with the tangent to the computer graphics program, entry-learning is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-09
    • 文件大小:2.28mb
    • 提供者:dezon
  1. Computer-graphics

    0下载:
  2. 计算机图形学本程序是基于VC++环境下的MFC程序,主要实现了二维图形的显示与绘制,具体功能如下: (1)画直线、画多边形、画圆、画字符 (2)对多边形进行填充 (3)图形裁剪 (4)图形的几何变换 (5)三维图形的消隐及着色 -Computer graphics of this program is the the MFC program based on VC++ environment, the main achievement of the two-dimensi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:78.42kb
    • 提供者:吴程序
  1. Computer-graphics-CPP

    3下载:
  2. 计算机图形学 大作业 多功能图形学程序C++,文档,设计思路,论文,代码都有。-Multifunctional computer graphics operations graphics program C++, documentation, design ideas, thesis, all code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:4.34mb
    • 提供者:ningxin
  1. Diamond-graphics-program

    0下载:
  2. 计算机图形学(孔令德著)课后编程练习规范源码,绘制金刚石图案-Computer Graphics (Ling Tak a) after-school programming exercises specification source, drawing a diamond pattern
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:171.48kb
    • 提供者:fujingding
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com