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

搜索资源列表

  1. 中点法画直线

    0下载:
  2. 中点法画直线,输入起点与终点的坐标后,可画出任意种情况的直线-Midpoint painting line, starting with the input of the coordinates of the end, after the paint kinds of arbitrary line
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-14
    • 文件大小:1654
    • 提供者:杨秀芳
  1. 画直线,斜线,曲线的控件

    0下载:
  2. 画直线,斜线,曲线的控件,转载。-drawing straight lines, slash, Curve Controls, reprinted.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10153
    • 提供者:飘雪
  1. 中点Bresenham画直线算法

    0下载:
  2. 中点Bresenham画直线算法-midpoint Bresenham algorithm for drawing straight lines
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:788
    • 提供者:刘强
  1. 自由画直线

    1下载:
  2. 这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1-the procedure is painting a straight line with the mouse the source, is to use vc do, for those who may be more useful to beginners 1
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34600
    • 提供者:楚陶
  1. 橡皮筋法画直线和圆

    0下载:
  2. 本程序是一个在tc下控制鼠标,并用橡皮筋法画直线和画圆的程序。-this procedure is a tc under the control mice, using rubber-band linear paintings and Circle procedures.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2011
    • 提供者:代丛军
  1. LCD12864画点,画直线,画圆和画图片算法

    1下载:
  2. LCD12864画点,画直线,画圆和画图片算法
  3. 所属分类:编程文档

    • 发布日期:2010-09-13
    • 文件大小:327670
    • 提供者:mingtaiyang
  1. 用bresenham算法实现画直线

    0下载:
  2. 主要是图形学课程中的一个小实验,采用bresenham算法实现直线的一个C语言源程序
  3. 所属分类:源码下载

    • 发布日期:2011-03-07
    • 文件大小:42388
    • 提供者:sxqfancy
  1. dda画直线

    0下载:
  2. dda画直线
  3. 所属分类:源码下载

    • 发布日期:2011-06-03
    • 文件大小:2335
    • 提供者:Crisse
  1. 图形学DDA算法画直线

    0下载:
  2. DDA算法画直线
  3. 所属分类:其它资源

    • 发布日期:2011-06-12
    • 文件大小:711
    • 提供者:w755472897
  1. 拓展的Bresenham画直线(全象限全斜率)

    1下载:
  2. 拓展的Bresenham画直线(全象限全斜率),采用实时判断斜率的方式分别对正负斜率进行处理,用了对称的思路做出图象。效果很好,代码非常简洁明了。,Bresenham draw a straight line extended (all-quadrant all-slope), the use of real-time manner to determine the slope of the positive and negative slope, respectively, to deal w
  3. 所属分类:OpenGL

    • 发布日期:2016-10-17
    • 文件大小:290669
    • 提供者:Wwh
  1. MidPointLine利用中点画线法,调用opengl库画直线

    0下载:
  2. 利用中点画线法,调用opengl库画直线-draw a line with opengl
  3. 所属分类:OpenGL

    • 发布日期:2017-03-23
    • 文件大小:715
    • 提供者:肖克
  1. 12864_draw.LCD12864画点,画直线,画圆和画图片算法

    2下载:
  2. LCD12864画点,画直线,画圆和画图片算法,包括程序和图片,LCD12864 painting point, drawing a straight line, and painting pictures drawcircle algorithm, including the procedures and picture
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2016-12-23
    • 文件大小:327670
    • 提供者:link
  1. image

    2下载:
  2. 对图像进行处理,直接在RGB图片上画直线,矩形,多边形,写字。-Image processing, including the pictures directly on the RGB lines, rectangles, polygons, write.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:13694
    • 提供者:sherryhxp
  1. angel_11

    0下载:
  2. 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1137
    • 提供者:利好
  1. 3D下的计算机图形学的编程实践VC源码

    1下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the origin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:1560780
    • 提供者:李为民
  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
    • 文件大小:860
    • 提供者:流星
  1. MyCAD

    0下载:
  2. C#仿简单的CAD矢量绘图源码.重点是模仿了CAD的矢量绘图功能,实现了画直线,长方形,圆形、选择线条颜色,线条粗细、移动以及清除等操作,还可以保存。-C# imitate a simple CAD vector graphics source. Focus on imitation of the CAD vector graphics to achieve a draw line, rectangle, circle, select the line color, line thickness
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:88873
    • 提供者:267
  1. zhixian

    0下载:
  2. c#中画直线,可以在移动鼠标的时候动态显示画线过程-c
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:32083
    • 提供者:lltkiller
  1. 画直线

    0下载:
  2. 1.以鼠标左键的按下为"起点",保持按下状态,移动鼠标,直到放开鼠标键作为"终点",画一条静态直线. 2.在鼠标移动过程中应该从"起点"向鼠标的"当前位置"画一条动态的直线.绘制动态直线的方法是,先删除前一条直线,然后画一条新的直线.在鼠标移动过程中会不断接收到许多WM_MOUSEMOVE消息,其中LOWORD(lParam)和HIWORD(lParam)分别存放鼠标的当前X,Y值.(1. press the le
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1152000
    • 提供者:ROCKIE
  1. 画直线、方形

    0下载:
  2. 画图,学用rectangle画方形和直线。(Drawing, learn to use rectangle to draw a square and a straight line.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com