CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dotted line

搜索资源列表

  1. dashline一个简单的虚线类

    0下载:
  2. dashline一个简单的虚线类-dashline a simple dotted line category
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:46921
    • 提供者:余杰华
  1. MidpointLineDemo

    0下载:
  2. 该程序实现了计算机图形学中的中点画线法的算法,-the program in the computer graphics, which were dotted line method algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:61003
    • 提供者:陈锋
  1. 三角形虚线算法

    0下载:
  2. 计算机图形学的三角形虚线算法的源程序,对于本学科的初学者很有帮助-computer graphics algorithms triangle dotted line of the source, the subject of helpful beginners
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:897
    • 提供者:战晓磊
  1. richtestbox

    0下载:
  2. richtestbox去掉图片链接点击后,图片周围的虚线?...在本文介绍的程序中,是把读取的文本文件,用一个richTextBox组件显示出来。要读取文本文件,必须使用到\"...掌握了上面这些关键步骤,就可以方便的得到用C#来处理文本文件的一个完-richtestbox Click on the link removed pictures, pictures around the dotted line ... This paper describes the procedure is to
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44798
    • 提供者:tc
  1. 46

    0下载:
  2. A Simple Dash-Line Class虚线类-A Simple Dash-Line Class category dotted line
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4262
    • 提供者:困难
  1. 计算机图形学小项目

    1下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:89469
    • 提供者:韩为
  1. DDAline1

    0下载:
  2. 计算机图形学,利用DDA算法,中点画线算法,实现直线的绘制-computer graphics, the use of DDA algorithm, which dotted line algorithm, achieving a linear mapping
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:cyz
  1. DDAline2

    0下载:
  2. 中点画线算法2,DDA算法2,实现对直线的绘制-were dotted line algorithm 2, two DDA algorithm to achieve the linear mapping
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:cyz
  1. 实例 66

    0下载:
  2. 严华峰VC精彩编程百例,例66实现画点画线功能,很有意思的小程序,适合初学VC图形者.-Yanhuafeng exciting programming VC 100 cases, 66 cases achieving painting dotted line functions, the very interesting small program suitable for beginners who VC graphics.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:44763
    • 提供者:许辉
  1. LineClip

    0下载:
  2. 一个利用中点画线算法实现的线段剪裁的程序。程序写在override函数OnDraw(CDC *pDC)函数里边-a utilization dotted line algorithm segment of the tailoring process. The override procedure write function OnDraw (CDC * pDC) function inside
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:26469
    • 提供者:朱麟
  1. showwin

    2下载:
  2. 读取dst文件(绣花文件类型)并绘出图形。 内容包括,以3字节一字符串组读取,并以dst文件读写方法进行换算,主要是直接读取每字节里的每1位进行计算,计算出x位移和y位移,然后换成屏幕画线需要的结束点,然后2点画线,再次循环则将上次的结束点赋给起始点,再次读取3字节进行计算。。。。 可重用代码:读取地址进行每字节的每1位的计算。 PS:dst文件可以用田岛软件进行编写。-read dst (embroidery file types) and draws graphics. The
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38716
    • 提供者:阿长期
  1. hueituchenxudaquan

    0下载:
  2. 程序的功能: 一、用两种不同算法(DDA法和中点法)画任意直线,输入方式有鼠标取点点法,和对话框输入直线端点法。直线颜色在画线前任意选取。 二、直线的属性控制。可以从对话框中任意输入线宽画直线。还有画虚线的功能,你可以输入虚线中实线部分的长度和空白间隔的长度来画虚线。 三、用两种算法(中点法和正负法)画任意圆。 四、画任意椭圆。画椭圆时限任意取两点确定一矩形,由该矩形确定椭圆的大小。 五、多边形填充。用鼠标取点画任意多边形,可选取任意颜色去填充多边形区域。 六
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1239665
    • 提供者:wgz
  1. Line

    0下载:
  2. 画直线,画虚线,画带有线宽的虚线,很有用的。MFC-Drawing a straight line, painting the dotted line, drawn with a line width of the dotted line l
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:3728932
    • 提供者:20
  1. dotted

    0下载:
  2. opengl dotted line bresenham
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:604668
    • 提供者:Nessen
  1. line

    0下载:
  2. 直线扫描转换程序,包括DDA算法、中点画线法、Bresenham画线法三种算法-Line scan conversion process, including the DDA algorithm, the dotted line method, Bresenham drawing line method of three algorithms
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:1316
    • 提供者:Sun
  1. Line

    0下载:
  2. 采用现在计算机图形学上面最常用的三种方式画直线,有中点画线,bresenham算法,DDA算法,是使用VC++编制的-Above is adopted, the most commonly used computer graphics to draw lines in three ways, with the dotted line, bresenham algorithm, DDA algorithm is compiled using VC++
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5883115
    • 提供者:小鱼
  1. Line-scan-conversion-algorithm

    0下载:
  2. 直线扫描转换算法-Bresenham、DDA、中点画线算法-Linear scan conversion algorithm-Bresenham, DDA, the dotted line algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1642145
    • 提供者:泪无痕
  1. line

    0下载:
  2. 计算机图形学 中点画线法 c++编程 鼠标操作-Computer Graphics Programming dotted line c++ mouse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1129
    • 提供者:kang
  1. OpenGL_straight-line

    0下载:
  2. 基于opengl的直线画法,包含DDA画线法、中点画线法和Bresenham画线法-Based on opengl drawing a straight line, including DDA line drawing method, the dotted line method and Bresenham line method
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:142578
    • 提供者:Carlos
  1. The-dotted-line

    0下载:
  2. 可以用来举例说明中点画线法的基本原理,并采用编程来实现其功能-Can be used to illustrate the basic principles of the dotted line, and using programming to achieve its function
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:543
    • 提供者:王瑞
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com