CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - DDAline

搜索资源列表

  1. ddaline

    0下载:
  2. DDA法画线,这个方法是计算机图形学中画线的最简单的方法。-Draw a line by DDA
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1931940
    • 提供者:zhang
  1. DDAline

    0下载:
  2. 计算机图像学,dda算法,画直线 Computer Image Science, dda algorithm, drawing a straight line-Computer Image Science, dda algorithm, drawing a straight line
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:715
    • 提供者:silent
  1. DDALine

    0下载:
  2. 实现交互式画直线、圆、椭圆 交互式裁剪 抛物线程序设计、Bezier曲线的算法实现 实现交互式移动图形-computer graphics programing code,such as line、circle、Bezier
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:68473
    • 提供者:ljc
  1. ddaline

    0下载:
  2. 建立MFC工程类,然后编写的ddaline程序,图形变化采用橡皮筋线,涉及对称和旋转等功能-MFC engineering building, and then write the ddaline programs, graphics change with rubber band line, involving features such as symmetry and rotation
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2393
    • 提供者:Jojo
  1. DDALine

    0下载:
  2. C++画直线线程序,利用的是DDA算法。图形学中学习过的基本算法-C++ drawing straight line process, using the DDA algorithm. Graphics learned the basic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1925358
    • 提供者:HEHONG
  1. DDALine

    0下载:
  2. DDA画线,在mfc框架下,实现初步的画线,添加button按钮-DDA line drawing, the mfc framework, to achieve initial draw lines, add a button button
  3. 所属分类:Button control

    • 发布日期:2017-05-25
    • 文件大小:8386091
    • 提供者:qing
  1. DDAline-

    0下载:
  2. DDAline 画线程序,使用DDA方法绘制直线,是计算机图形学的基础程序-Line of DDAline painting process, the computer graphics program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:528
    • 提供者:john
  1. intro

    0下载:
  2. #include <iostream> #include math.h #define TRUE 1 using namespace std class DDA { public: void DDALine(int x0,int y0,int x1,int y1,COLORREF color, CDC *pDC) { float dx, dy, length, x, y if(abs(x1-x0)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1375473
    • 提供者:divanci
搜珍网 www.dssz.com