搜索资源列表

  1. three

    0下载:
  2. 本程序是关于图线绘画的算法,它包括中点画线算法、中点画圆算法等,可以根据需要得到所需图形。-This procedure is about Chart drawing algorithm, which includes the Medium stipple line algorithm, the midpoint circle algorithm and so on, can get the necessary graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:李岩
  1. shengcheng

    0下载:
  2. 直线生成算法的DDA画线算法,中点画线算法,bresenham画线算法。-DDA line drawing algorithm to generate line algorithm, in stipple line algorithm, bresenham Line Algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1990656
    • 提供者:薛鹏飞
  1. paint

    0下载:
  2. 对于vc++中经典的画线画图示例程序.对于类的控制和画线算法的实现.代码简洁明了-For vc++ in a classic example of procedures for drawing a line drawing. The type of control and painting line algorithm. Concise code
  3. 所属分类:TreeView控件

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:
  1. DDA_Line

    0下载:
  2. dda画线算法(数值微分法),matlab实现-Line dda algorithm (Numerical Differentiation), matlab achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:章礼平
  1. Bresenham_Line

    0下载:
  2. 适用于所有象限的通用Bresenham画线算法的Matlab程序-Apply to all quadrants of the General Bresenham line drawing algorithm Matlab procedures
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:章礼平
  1. DDA

    0下载:
  2. 使用DDA画线算法实现基本图元绘制的程序-DDA line drawing algorithm used to achieve the basic elements of the process mapping
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:huayaojj
  1. 1

    0下载:
  2. 用dda画线算法画一段直线的直线源代码 可以运行-Dda algorithm by drawing a line drawing of a straight line section of a straight line can run the source code
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:网友
  1. TheAmendmentofDotMatrixLCDPaintingAlgorithmImpleme

    0下载:
  2. 在常用画线算法的基础上,提出了一种利用定点数在点阵液晶屏上进行坐标修正的方法,并利用 DSP实现,该方案能弥补单片机在高速数据处理上的不足.以TMS320VC5402及内置控制芯片SED1335的 液晶屏为例,说明其接口电路和软件实现. -MCU could not complete the high-speed data processing, so the amendment of painting algo- ri
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-14
    • 文件大小:87040
    • 提供者:mabeibei
  1. F1_1

    2下载:
  2. 分别采用DDA法、中点画线法和Bresenham画线算法编制直线扫描转换程序。从键盘输入两端点坐标,就能在显示器屏幕上画出对应的线段。-Using the DDA method, in line and stipple painting line algorithm Bresenham line scan conversion process. Keyboard input from the two end points of the
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:wj
  1. Bresenhamline

    0下载:
  2. 经典的画线算法__Bresham line,刚刚入门的兄弟可以下载此代码.-an algorith of drawing line
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:34816
    • 提供者:zhangxia
  1. fouralgorithminCG

    0下载:
  2. 计算机图形学四种基本算法的实现,包括B氏画线算法,DDA算法,中点圆算法和椭圆算法,输出结果动态显示。-Computer graphics to achieve four basic algorithms, including the B-line algorithm' s painting, DDA algorithm, the midpoint circle algorithm and elliptic algorithm,
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zdh
  1. DDADrawingprogramplusdelaytime

    0下载:
  2. DDA画线算法, 此处加上了延时,更便于观察画线过程,演示效果好。-DDA line drawing algorithm, here coupled with the delay, but also easy to observe the process of drawing lines to demonstrate good results.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:nina.g
  1. DDA

    0下载:
  2. DDA画线算法,是计算机图形学原理及算法里的一种很简单的栅格数据的直线画法-DDA line drawing algorithm, computer graphics theory and algorithms inside a very simple straight-line drawing method of raster data
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1950720
    • 提供者:libratao
  1. huaxian

    0下载:
  2. DDA画线算法和中点画线算法实现以及中点画圆算法实现-DDA line drawing algorithm and the stipple-line algorithm, as well as the mid-point Circle Algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:202752
    • 提供者:猴妹妹呀
  1. bresenhamLineCircle

    0下载:
  2. 要研究的算法主要有DDA算法、Bresenham算法、对称算法、两步算法、及四步算法,此外还对自适应多步位移码画线算法进行了一定研究。其中,DDA、Bresenham算法都是单步画线算法,其它是多步画线算法。 -To study the algorithm mainly DDA algorithm, Bresenham algorithm, symmetric algorithm, two-step algorithm, and f
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:163840
    • 提供者:zhaolipo
  1. ctestiambig

    0下载:
  2. 各种像画线算法汇集,包括中点画线,DDA等待算法-Draw a line like the collection of a variety of algorithms
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:老胖
  1. JavaDrawDifferentLine

    0下载:
  2. 用Java写的小程序,可以通过画线算法花出不同的图形,适用于Java初学者-Written using Java applets, you can take a different algorithm for drawing line graphics, Java for beginners
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:wang
  1. BresenhamLine

    0下载:
  2. Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
  3. 所属分类:OpenGL

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:莫恶
  1. Bizier

    0下载:
  2. 计算机图形学之三次Bizier曲线画线算法,采用的是递归的思想-Bizier
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:宋天宝
  1. zakk

    0下载:
  2. 实现mfc中的基本操作,3种画线算法,DDA画线算法,中点画线算法,Bresenham画线算法。-line
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-14
    • 文件大小:39936
    • 提供者:王宏
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org