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

搜索资源列表

  1. C版图形学line

    0下载:
  2. 由两点坐标画任意直线的C语言图形学程序。输入2点坐标即可得到所求直线。-painting arbitrary linear coordinates the C language graphics procedures. 2:00 coordinates input can be obtained by seeking straight.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:苏辉
  1. 直线、圆弧、椭圆弧生成

    0下载:
  2. 图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:63.98kb
    • 提供者:王俊惠
  1. 2-16(圆弧连接直线与圆弧)

    0下载:
  2. 自己编的vb编程,这是这是圆弧连接直线源代码!请多多指教!-vb own series programming, which is that this is circular connecting line source code! A great weekend!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.35kb
    • 提供者:马飞
  1. 怎样画出带有箭头的直线

    0下载:
  2. 怎样画出带有箭头的直线.zip-how to draw straight lines with arrows. Zip
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:87.43kb
    • 提供者:李建中
  1. 直线圆的生成算法(计算机0204班张冀川23号)

    0下载:
  2. c语言绘图程序 输入参数即可花图形(直线圆)-mapping procedures input parameters can be spent graphics (line Yuan)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55.4kb
    • 提供者:张冀川
  1. 任意多边形关于任意直线的对称变换

    0下载:
  2. 这是关于任意正多边形关于任意直线的对称变换,打破了以前的只能对于一个固定的直线的对称变换,省去了关于固定直线对称时每次都要输入的麻烦-of arbitrary isogon of arbitrary linear symmetry transformation, breaking the former only for a fixed linear symmetry transformation, eliminating the symmetry of the fixed line every
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:胡燕燕
  1. DDA法直线插补程序

    0下载:
  2. 数控DDA直线插补程序
  3. 所属分类:绘图程序

    • 发布日期:2010-12-21
    • 文件大小:2.28kb
    • 提供者:735208368
  1. Bresenhamline.rar

    0下载:
  2. 描述了Bresenham直线反走样算法,可以在c环境中直接编译运行,Bresenham straight line describes the anti-aliasing algorithm, can be directly compiled c environment running
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:909byte
    • 提供者:衬衣同
  1. tuxingxueVC6.rar

    0下载:
  2. 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:文网文
  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. Bresenham_Line

    0下载:
  2. 使用MATLAB 6.5开发,扫描线算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:860byte
    • 提供者:流星
  1. ComputerGraphicCourse

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:张晨雨
  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. 123

    0下载:
  2. 计算机图形学中有关画圆和直线,以及同心圆的画法-Computer graphics Circle and straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:7.43kb
    • 提供者:周磊
  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. 例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
  1. DDA、Bresenham、MidBresenham画直线算法

    1下载:
  2. DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)
  3. 所属分类:绘图程序

    • 发布日期:2020-03-31
    • 文件大小:1kb
    • 提供者:tata33
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com