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

    0下载:
  2. 电脑图学(Computer Graphics)是资料结构、演算法与数学的应用,要深入了解的话,是个可以作为一生研究的领域,然而基础的电脑图学是某些从事资讯行业的人所不可少的,这并不专指程式设计人员,也包括了3D绘图与动画设计人员。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1616461
    • 提供者:崔天宇
  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

    0下载:
  2. 学习图形学时做的一个小玩意,模拟了太阳系8大行星的公转与自转,有兴趣的可以
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1932803
    • 提供者:leonchan
  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

    1下载:
  2. 计算机图形学作业,包含画直线的三种算法,画圆和椭圆的算法,以及区域填充,剪裁和平移,缩放,旋转等操作。-Computer graphics operations, including painting a straight line of three algorithms, the algorithm for circle and oval, as well as the regional filling, crop and pan, zoom, rotate and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5423856
    • 提供者:隗平
  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. Here is a good Computer graphic book
  3. 所属分类:software engineering

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

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

    • 发布日期:2017-05-15
    • 文件大小:3878981
    • 提供者:笨笨海
  1. ComputerGraphics

    0下载:
  2. 计算机图形学课件:了解计算机图形学的发展概况; 了解计算机绘图系统的软硬件组成; 掌握计算机图形学的基本算法和理论; 具有一定的图形程序设计能力; 了解计算机图形学的应用概况。-ComputerGraphics
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-10
    • 文件大小:17549894
    • 提供者:keke
« 12 3 »
搜珍网 www.dssz.com