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

搜索资源列表

  1. 小型CAD系统(做图程序)

    2下载:
  2. 用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:45.1kb
    • 提供者:hjxm
  1. midline12

    0下载:
  2. 在c的环境下实现直线中点算法实现,可以实现任意斜率的直线绘制.-in the environment to achieve straight midpoint algorithm can achieve arbitrary slope of the straight-line drawing.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:901byte
    • 提供者:jyc
  1. line_01

    0下载:
  2. 采用 C++Buider编写的绘制直线的程序。类似雨WINDOWS的画图中的直线绘制程序。-using C Buider prepared by the linear mapping procedures. WINDOWS similar rain of drawing the line drawing process.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:338.4kb
    • 提供者:xiaoli
  1. XHZ

    0下载:
  2. DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王文浩
  1. tuxingxue

    0下载:
  2. 图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:76.49kb
    • 提供者:ljj
  1. draw2.1

    0下载:
  2. vc实现的绘图程序,可以绘制点、圆、直线、矩形、圆角矩形、刻画线,可以保存,功能较为齐全。-vc realized drawing program, you can draw points, round, straight, rectangular, rounded rectangular, portrait of lines, can be saved, function more fully.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:94.28kb
    • 提供者:xiangneng
  1. Bresenham

    0下载:
  2. 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:1.05kb
    • 提供者:Tian
  1. Draw

    0下载:
  2. VC里面画图程序,能动态的绘制直线,矩形,椭圆等简单图形-VC inside the drawing process, drawing a straight line to a dynamic, rectangular, oval and other simple graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:359.64kb
    • 提供者:
  1. Line

    0下载:
  2. DDA直线绘制程序实现,可以是任意的直线。-DDA line drawing program, a straight line can be arbitrary.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1.92mb
    • 提供者:叶樱
  1. ii

    0下载:
  2. 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:linym
  1. drawline

    0下载:
  2. 分别用DDA算法、中心点画线法和Bresenham算法实现任何斜率、任何方向直线绘制的演示程序。-DDA algorithm respectively, the center dotted line method and the Bresenham algorithm to any slope in any direction to draw a straight line demonstration program.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:240.29kb
    • 提供者:青辣椒
  1. VB-project

    0下载:
  2. 用VB编写的简易的绘图程序,用来绘制直线圆和矩形,可以选择绘图颜色和画笔粗细。-VB, easy to use drawing program, circles and rectangles to draw a straight line, you can select the drawing pen color and thickness.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:2.55kb
    • 提供者:史强
  1. zhixianhuizhicaijianyuqvyutianchong

    0下载:
  2. 计算机图形学实验代码,,在VC环境,分别是直线绘制与裁剪,区域填充算法。-Computer graphics test code in VC environment, namely, the straight-line drawing and clipping region filling algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-20
    • 文件大小:5.78mb
    • 提供者:苏秋宇
  1. DDAamoveafill

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

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

    0下载:
  2. MFC直线绘制,使用Vc++6.0MFC 用鼠标绘制任意方向的直线段。-Draw a straight line by MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:1.81mb
    • 提供者:时昕
  1. BresenhamLine

    0下载:
  2. 计算机图形学基础算法,利用Bresenham算法实现直线绘制。-Computer graphics basic algorithm, using Bresenham algorithm to draw a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-01
    • 文件大小:11.03kb
    • 提供者:zhangwen
  1. MidPointLine

    0下载:
  2. 计算机图形学基础算法,利用中点算法实现直线绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw a straight line.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:10.88kb
    • 提供者:zhangwen
  1. 例2-3

    0下载:
  2. 本函数从当前位置绘制直线段,但不包括(x,y)点。不包括终点坐标是为了实现多线段连接时公共点的处理,即采用起点闭区间,终点开区间的处理方法。绘制直线段函数的参数不包含颜色,直线段的颜色通过画笔来指定。(This function draws a straight line segment from the current position, but does not include (x, y) points. The end point coordinate is not used to re
  3. 所属分类:绘图程序

    • 发布日期:2018-01-01
    • 文件大小:41kb
    • 提供者:泉欣
  1. CGEXE001

    0下载:
  2. 打开直线文件即可进行直线绘制,可对大量数据如几十万条直线进行操作(Open line file can be drawn straight line, you can operate a large number of data, such as hundreds of thousands of straight lines)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-02
    • 文件大小:2.14mb
    • 提供者:水壶哟哟
  1. line

    0下载:
  2. 图形学作业,光栅图形学部分,绘制直线,消除锯齿,高斯采样(homeworks of Graphics, raster graphics, draw lines, eliminate aliasing, Gauss sampling)
  3. 所属分类:绘图程序

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