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

搜索资源列表

  1. 2011302590183

    0下载:
  2. 计算机图形学实习程序 包括画直线、多边形、圆,以及多边形和圆的填充和裁剪,还有图形的几何变换。-This program includes the function of drawing lines,polygons and circles.It alse contains the cut and fulfill operations of polygons and circles.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-19
    • 文件大小:5477434
    • 提供者:Misaya
  1. Straight-cut

    0下载:
  2. 直线裁剪,大学里面学习的计算机图形学里面最简单直线裁剪程序-Straight cutting, colleges of learning computer graphics inside the easiest linear cutting program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:32971
    • 提供者:蚊子
  1. cg

    0下载:
  2. 常见计算机图形学算法Flash演示,教学时可以参考。-computer graphics algorithms Flash presentations
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1605767
    • 提供者:马小帅
  1. CG

    0下载:
  2. 常见计算机图形学算法实现,使用MFC编写-Common computer graphics algorithm, written using MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3939223
    • 提供者:马小帅
  1. computer-graphics-curriculum-design

    0下载:
  2. 本程序是计算机图形学课程设计的程序,包含用各种算法绘制直线、圆、曲线,填充,剪裁等,有助于计算机图形学的学习与实践。-This procedure is a computer graphics curriculum design process, including the use of various algorithms to draw lines, circles, curves, filling, cutting, etc., help to learn and practice of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2535593
    • 提供者:方静
  1. Bresenham

    0下载:
  2. 《计算机图形学》 利用bresenham中点算法绘制直线-" Computer Graphics" draw a line using the midpoint algorithm bresenham
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9177406
    • 提供者:米薇
  1. 2009302590123

    0下载:
  2. 这个程序主要是计算机图形学最终实习的大编程作业,我们可以依靠它轻松完成作业.-This program is mainly large computer graphics programming assignments final internship, we can rely on it to easily complete the job.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4682881
    • 提供者:tiantt
  1. E5

    0下载:
  2. 计算机图形学实验,完成立方体的三视图和等轴侧投影-Computer graphics experiments, the completion of three cube view and isometric projection
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:964
    • 提供者:宋壮壮
  1. TianChong

    0下载:
  2. 计算机图形学作业,填充,用Windows API函数实现-Computer graphics operations, filling, using the Windows API function to achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:308839
    • 提供者:杨网
  1. DDA

    0下载:
  2. DDA算法画直线--计算机图形学 这是我在计算机图形课上做的实验题,程序写的不是太好,仅供参考吧。-DDA algorithm for drawing a straight line- This is my computer graphics courses in computer graphics to do experiment, a program written is not very good, it is for reference only.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:4177837
    • 提供者:杨丽蔷
  1. jisuanjituxingxue

    0下载:
  2. 计算机图形学中如何编程实现画线,画圆,画矩形,填充和裁剪图形-Computer graphics programming how to draw lines, draw a circle, draw a rectangle, filling and cutting graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3603809
    • 提供者:喻下轩
  1. PolygonCut

    0下载:
  2. 多边形裁剪的一个小程序,是计算机图形学课程作业的一个小成果- Polygon clipping a small program, is a small achievement in computer graphics course work
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:353702
    • 提供者:李浩
  1. Graph

    0下载:
  2. 使 用 VC++6.0 来 绘 画 圆 形 ,这是计算机图形学里的内容-Using VC++6.0 to draw a circle, which is the content of computer graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:107557
    • 提供者:zhang
  1. DDAamoveafill

    0下载:
  2. 计算机图形学,dda直线绘制加边缘填充加图形移动源程序-Computer Graphics, dda draw straight edge padding plus graphics plus mobile source
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1174
    • 提供者:yangbin
  1. COMPUTER_GRAPHICS

    0下载:
  2. 本程序实现了计算机图形学的一些典型算法,如中点画线,中点画圆,Bresenham画线,Bresenham画圆,Bezier曲线,B样条曲线,区域填充-This program implements a typical computer graphics algorithms, such as the dotted line, the midpoint Circle, Bresenham line drawing, Bresenham circle, Bezier curves, B-spline
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4821196
    • 提供者:康锐
  1. jihebianhuan

    0下载:
  2. 简单计算机图形学实现,二维几何基本变换,包括平移、旋转、缩放等功能-Simple computer graphics implementation, the basic two-dimensional geometric transformations, including translation, rotation, scaling function
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2374109
    • 提供者:Elaine
  1. Cohen-Sutherland

    0下载:
  2. 简单计算机图形学算法,通过Cohen-Sutherland算法,处理裁剪直线。-Simple computer graphics algorithms, by Cohen-Sutherland algorithm to handle cutting a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2372337
    • 提供者:Elaine
  1. Bresenham

    0下载:
  2. 简单计算机图形学算法,通过直线中点Bresenham算法,绘制直线。- Simple computer graphics algorithms, Bresenham line passing through the midpoint algorithm, draw a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2339277
    • 提供者:Elaine
  1. vc6MFCDraw

    0下载:
  2. VC6下的MFC画图练习。 一个简单的图案 北航图形学作业-MFC VC6 of drawing exercises. A simple pattern Northern graphics operations
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:1948505
    • 提供者:邢畅
  1. Circle

    0下载:
  2. 图形学 圆和椭圆的生成算法 其中圆包括 Bresenham算法 中点算法 二阶差分算法 椭圆的中点算法-Graphics   circles and ellipses generation algorithm Bresenham algorithm which includes the midpoint circle algorithm second-order elliptic differential algorithm midpoint algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:9009
    • 提供者:DcembeGrril
« 1 2 ... 23 24 25 26 27 2829 30 31 »
搜珍网 www.dssz.com