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

搜索资源列表

  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. SJTU.Study.ComputerGraphics.Mandelbrot.by-Huang-Pe

    0下载:
  2. Mandelbrot。 分形(fractal)是当今科学前沿最有影响的概念之一,分形几何学是探索复杂性的重要工具,建立在自相似原则和迭代生成原则基础之上的分形世界观极大地丰富了人们对自然、对社会的认识。 -Mandelbrot. Fractal (fractal) is the cutting-edge science of the concept of the most influential one, fractal geometry to explore the complexitie
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:393516
    • 提供者:萧飞
  1. ComputerGraphics

    0下载:
  2. 图形学的中点 DDA Bresham直线生成 圆生成 填充
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55620
    • 提供者:ivan
  1. ComputerGraphics

    1下载:
  2. 4——连通填充算法的实现 1.用户能够用鼠标绘制多边形。 2.可以清除屏幕,重新绘制。 3.填充颜色及多边形的颜色
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:75658
    • 提供者:陈业
  1. ComputerGraphics

    1下载:
  2. 用MFC 实现的画图程序, 多边形填充算法. 包括扫描线算法和种子填充算法. 可以选择颜色
  3. 所属分类:绘图程序

    • 发布日期:2014-01-17
    • 文件大小:1376067
    • 提供者:Tim
  1. computergraphics

    0下载:
  2. 新版计算机图形学的扫描版 可以为您省点钱哦
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24057457
    • 提供者:小麦
  1. ComputerGraphics.rar

    0下载:
  2. 计算机图形学各种基本技术如三维变换,图形裁减,实时动画,图形相交等用VC实现的例子,Basic computer graphics techniques such as three-dimensional transformation, graphical reduction, real-time animation, graphics interface, such as examples of implementation using VC
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:14338208
    • 提供者:hejiansui
  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-19
    • 文件大小:5458547
    • 提供者:隗平
  1. ComputerGraphics

    0下载:
  2. 该程序包含计算机图形学中基本图形的生成,二维图形的变换算法,以及种子填充、区域填充算法!-The program includes basic computer graphics, pattern formation, two-dimensional graph transformation algorithm, and seed filling, the region filling algorithm!
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-09
    • 文件大小:2013075
    • 提供者:Bill
  1. Computergraphics

    0下载:
  2. 计算机图形学的参考书籍和历年试题及其答案,希望对大家有所帮助-Computer graphics and the reference books and answer questions over the years, I hope all of you to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1528149
    • 提供者:
  1. ComputerGraphics

    0下载:
  2. 图形学中简单图形的生成。画线,画圆,画椭圆。DDA,Bresenham,中点算法。-Simple graphics to generate graphics. Painting line, circle, oval painting. DDA, Bresenham, the mid-point algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:28569
    • 提供者:budget
  1. computergraphics

    0下载:
  2. 这本是计算机图形学的指导书,对与学习计算机图形学的读者来说是个很好的实验教程!-This is the guidance of computer graphics books, and learning computer graphics on the reader is a good experimental tutorial!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:535129
    • 提供者:程广旭
  1. ComputerGraphics

    0下载:
  2. 包含三个图形学实验,第一个是简单的中点Bresenham算法实现基本图元绘制,第二个是日地月模型用投影的方法实现。-Contains three graphics experiment, the first is a simple mid-point Bresenham algorithm realize the basic drawing primitives, and the second is the Day the Earth-Moon model with projection met
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-26
    • 文件大小:118426
    • 提供者:王栩
  1. ComputerGraphics

    0下载:
  2. Visual C++实现计算机图形学基本图形的生成和处理功能。-Visual C++ realization of the basic graphics computer graphics generation and processing functions.
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:89384
    • 提供者:刘波
  1. ComputerGraphics

    0下载:
  2. 利用vc6.0编写的一个计算机图形学程序,能实现画点、线等功能-Vc6.0 prepared using a computer graphics program that can achieve draw points, lines and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:735282
    • 提供者:随风
  1. ComputerGraphics

    0下载:
  2. 这个最新做的,用OpenGL编程,实现画几何图形,读数据画图,还有简单的立体图形,以及由立体图形组成的场景。-The latest to do this with OpenGL programming, implementation draw geometric shapes, drawing data read, have a simple three-dimensional graphics, as well as the composition of three-dimensional g
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-09
    • 文件大小:15385491
    • 提供者:王敬
  1. ComputerGraphics

    0下载:
  2. 三种算法绘制直线,种子填充,画圆画圆弧,绘制二次曲线,贝塞尔曲线等-Draw a straight line of three algorithms, seed filling, drawcircle circular painting, drawing the second curve, Bezier curves, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6191264
    • 提供者:liumeng
  1. ComputerGraphics(C)

    0下载:
  2. 计算机图形学 C语言版Prentice.Hall.Computer.graphics.C.Version-Computer Graphics(C language version )Prentice.Hall.Computer.graphics.C.Version
  3. 所属分类:Graph program

    • 发布日期:2017-06-11
    • 文件大小:18879105
    • 提供者:csm
  1. computergraphics

    0下载:
  2. 实现计算机图形学最基本的图元的绘制,包括线,圆,椭圆,及反走样的处理,最后是漂亮的金刚石图案-Computer graphics to achieve the most basic elements of drawing, including line, circle, oval, and anti-aliasing processing, and finally the beautiful diamond pattern
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1553686
    • 提供者:李思明
  1. ComputerGraphics

    0下载:
  2. VC++6.0环境下实现直线、矩形、圆、二维变换,二维裁剪,二维填充图元等,MFC-ComputerGraphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3878981
    • 提供者:笨笨海
« 12 »
搜珍网 www.dssz.com