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

搜索资源列表

  1. 在图像Buf上画线段

    0下载:
  2. 在原始图像buf上画直线的算法,便于观察调试,无错误-the original image buf painted linear algorithms facilitate the observation of debugging, error-free
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:855
    • 提供者:郭武
  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4325
    • 提供者:郑平
  1. 直线、圆弧、椭圆弧生成

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

    • 发布日期:2008-10-13
    • 文件大小:65516
    • 提供者:王俊惠
  1. 画图板

    0下载:
  2. 用VC实现的画笔功能,能利用单文档中的菜单实现画直线、椭圆、矩形等图形,并能实现简单的移动、删除等功能。
  3. 所属分类:图形图象

    • 发布日期:2009-03-23
    • 文件大小:153297
    • 提供者:Bobby6057
  1. MFC橡皮筋画直线

    0下载:
  2. 用VC6.0写的画像皮筋直线的MFC程序
  3. 所属分类:2D图形编程

    • 发布日期:2010-05-31
    • 文件大小:41648
    • 提供者:wsjbgtc
  1. MFC橡皮筋画直线

    0下载:
  2. VC6.0写的画的橡皮筋直线MFC
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-05-30
    • 文件大小:41648
    • 提供者:wsjbgtc
  1. 画圆和直线

    0下载:
  2. windows界面中,画直线,点,圆,正方形程序。可调线宽。
  3. 所属分类:源码下载

    • 发布日期:2010-09-13
    • 文件大小:3896896
    • 提供者:oxyzen
  1. bresenham

    0下载:
  2. bresenham画直线,非常经典的画直线算法-good
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:20640
    • 提供者:邢志恒
  1. opengl

    0下载:
  2. 在Visual C++的开发环境下,利用opengl类库编写代码实现画圆,画直线等的功能。-In Visual C++ development environment, the use of class libraries to write code opengl realize drawcircle, draw a straight line function.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:85553
    • 提供者:张朋长
  1. Line_Circle

    0下载:
  2. MFC用中值法画直线,用中点法画圆,两者结合在一起-MFC value method used in drawing a straight line, draw a circle with the midpoint method, the two together
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1929280
    • 提供者:Nigel
  1. java实现的画图板

    0下载:
  2. java实现的画图板,可以实现画直线、圆形、矩形,以及色彩的变换-java implementation drawing board, draw a straight line can be achieved, round, rectangular, and the color transformation, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-23
    • 文件大小:2979
    • 提供者:李磊
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:153314
    • 提供者:ling
  1. draw

    0下载:
  2. 本程序基于MFC制作,从而实现了手工画直线,画圆,画椭圆,画曲线等功能-This procedure produced based on the MFC in order to achieve the hand-painting a straight line, circle, oval painting, drawing curves and other functions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:68035
    • 提供者:xuzhen
  1. DRAWSHAPE

    0下载:
  2. 本程序是程序设计第五版课后习题,实现画圆,画直线,画矩形-This procedure is the fifth edition of the after-school exercise program design, implementation drawcircle, draw a straight line, draw rectangle
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:4214
    • 提供者:xuezhanfei
  1. StraightLine

    0下载:
  2. 本程序包括两个画直线算法的实现:DDA和Brensenham-This procedure includes two paintings to achieve a straight line algorithms: DDA and Brensenham
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:2027908
    • 提供者:士大夫
  1. shiliangtu

    0下载:
  2. 这是一款开源的完整矢量绘图控件源码,或者说是这个控件的一个典型应用,通过这个控件你可以画直线、弧线、矩形、圆角矩形、多边形、文本和图片等,而且还支持旋转、缩放、选择、排列等操作,功能还是不错的!-This is a complete open source vector graphics controls, or is this a typical control applications, the adoption of this control you can draw a straight
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:76409
    • 提供者:LHT
  1. palette

    1下载:
  2. 仿windows的小画板,可以画直线,矩形,椭圆,多边形-Imitation windows small drawing board, you can draw a straight line, rectangle, ellipse, polygon ..
  3. 所属分类:Windows Develop

    • 发布日期:2014-09-20
    • 文件大小:2838253
    • 提供者:冯重语
  1. 画图,学用line画直线

    0下载:
  2. 题目:画图,学用line画直线。直线很重要-Topic: drawing, line theory and draw a line. Line is very important
  3. 所属分类:咨询培训

    • 发布日期:2017-10-30
    • 文件大小:2766
    • 提供者:崔嬴
  1. 使用鼠标画直线

    0下载:
  2. 用鼠标画线 用鼠标画直线 拖动鼠标可拖动直线释放鼠标直线固定(Drawing lines with a mouse Draw a straight line with a mouse Drag a mouse to drag a straight line to fix the mouse straight)
  3. 所属分类:网络编程

  1. DDA、Bresenham、MidBresenham画直线算法

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

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