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

搜索资源列表

  1. MFCWORK5_COONS_CURVE

    1下载:
  2. 绘制COONS曲线。首先在绘图区绘制曲线的切线,然后自动绘制出曲线出来。计算机图形学的难度较大的题目。-Draw the the COONS curve. First draw a tangent to the curve in the drawing area, and then automatically plot the curve out. Computer graphics more difficult questions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-21
    • 文件大小:24186834
    • 提供者:zhiyayan
  1. bianbiaotianchong

    0下载:
  2. 计算机图形学,使用有效边表算法填充多边形-Computer graphics, using the effective side table algorithm filled polygons
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-02
    • 文件大小:712
    • 提供者:贺小刚
  1. blanking

    0下载:
  2. 消隐,计算机图形学小程序,入门学习非常不错-Blanking computer graphics program, entry-learning is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-27
    • 文件大小:2376088
    • 提供者:dezon
  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
    • 文件大小:2386135
    • 提供者:dezon
  1. real-time-animation

    0下载:
  2. 实时动画,计算机图形学小程序,入门学习非常不错。-Real-time animation, computer graphics program, entry-learning is very good.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-15
    • 文件大小:2344821
    • 提供者:dezon
  1. third-dimension-granphic

    0下载:
  2. 三维真实感表现,计算机图形学小程序,入门学习非常不错-The performance of the three-dimensional realism, the computer graphics program, entry-learning is very good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:2899586
    • 提供者: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
    • 文件大小:80299
    • 提供者:吴程序
  1. ImageSystem

    0下载:
  2. 中点画圆与中点画直线 二维图形变换 多边形填充 计算机图形学实验-The midpoint Circle draws line in two-dimensional graphics transform polygon fill, computer graphics experiments
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-20
    • 文件大小:2529316
    • 提供者:吴波
  1. bresenham算法

    0下载:
  2. bresenham算法,用于计算机图形学,这是一种很好的画直线工具。-bresenham algorithms for computer graphics, which is a good tool for drawing straight lines.
  3. 所属分类:绘图程序

    • 发布日期:2017-12-03
    • 文件大小:621
    • 提供者:陶忠山
  1. Bezier

    0下载:
  2. 该程序是用C 语言编写的图形学中的贝济尔曲线,简单实用易懂-this program is Bezier program about computer picture,wich is degn by c.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-10
    • 文件大小:682
    • 提供者:刘春
  1. 679852graphicCourse

    0下载:
  2. 包含计算机图形的各种算法分析与实现,图形变换,图形标准,光栅图形学,几何造型-Analysis and Implementation of computer graphics algorithms, graphics transform, graphics standard, raster graphics, geometric modeling
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-07
    • 文件大小:3323748
    • 提供者:淼焱
  1. Straight-line-and-Round-Painting

    0下载:
  2. 计算机图形学的内容,对圆和直线进行绘制,完成教学目标。-The contents of the computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-17
    • 文件大小:3247403
    • 提供者:王艺蓉
  1. EastDraw

    0下载:
  2. 一本的图形学作业,画圆,直线,椭圆等功能-A graphics job, circles, straight lines, ellipses, and other functions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-30
    • 文件大小:476308
    • 提供者:李宇峰
  1. zhongzicircle

    0下载:
  2. 利用计算机图形学里的种子算法以及画圆的算法,实现已知半径和颜色的圆外轮廓以及内部的填充。-The use of the seed algorithm computer graphics circle algorithm, known radius and color outside the circle outline and internal padding.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-03
    • 文件大小:577
    • 提供者:tianjie
  1. txxkcsj

    0下载:
  2. 计算机图形学编程实例,基于Visual C++编程-examples of Graphics, based on visual c++
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-02
    • 文件大小:7339796
    • 提供者:张杰
  1. Mydraw

    0下载:
  2. 简单的绘图程序,包含图形学直线扫描算法:DDA,中点扫描线算法,Bresenham扫描线算法,画圆扫描算法:中点画圆算法和Bresenham扫描算法,几何图形的填充算法:种子填充和扫描线填充算法等-Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-25
    • 文件大小:5909996
    • 提供者:杜玉鹏
  1. bezier

    0下载:
  2. 计算机图形学中的bezier曲线及各种功能-Bezier curves in computer graphics and a variety of functions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-27
    • 文件大小:12803
    • 提供者:ydw
  1. xrd

    0下载:
  2. 计算机图形学 实验 绘制一个圆 完整代码 VC6.0-Computer graphics to draw the circle the test complete code VC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-07
    • 文件大小:1894307
    • 提供者:涂涛
  1. Computer-graphics

    0下载:
  2. 用C++编写的实现计算机图形学中的直线,自由曲线,bezier曲线,nurbs曲面,填充,裁剪,显示直线交点等基本功能。-The realization of the c++ write computer graphics, linear, free curve, bezier curve, nurbs surface, filling, cutting, show the basic function such as straight line intersection point.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-03
    • 文件大小:2384089
    • 提供者:D.bin
  1. drawLine1

    0下载:
  2. 画线程序,c写的,一般学计算机图形学,都需要交这个作业-line drawing program, written by c。if you have the computer graphics class ,you can download it and make it a reference
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-01
    • 文件大小:3747307
    • 提供者:zhou
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 »
搜珍网 www.dssz.com