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

搜索资源列表

  1. Bresenhan

    0下载:
  2. bresenhan生成直线算法,主要面向学习计算机图形学课程的学生,采用VB编程。-bresenhan generate linear algorithms, mainly for the students to learn computer graphics courses, using VB programming.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:1996
    • 提供者:Irene
  1. Bresenham

    0下载:
  2. 对Bresenham直线算法的全面分析程序代码-Comprehensive analysis of the program code of the Bresenham line algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:46404
    • 提供者:胡秋实
  1. Bresenham-UPDATE

    0下载:
  2. 基于Bresenham算法的四步画直线算法,加快画直线速度-draw line based Bresenham update alogrith
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:180149
    • 提供者:chen
  1. Bresenham_drawline

    0下载:
  2. 计算机图形学 opengl bresenham画直线算法-Computer graphics opengl bresenham painting a straight line algorithms
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:9428
    • 提供者:efingIt
  1. AStarPFloyd

    0下载:
  2. AS3的寻路算法AStar+Floyd直线算法-AS3 pathfinding algorithm AStar+ Floyd linear algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:68636
    • 提供者:刘洁
  1. code1

    0下载:
  2. Bresenham的直线算法,包含头文件,子程序,保证可以运行-Bresenham' s line algorithm, including the header files, subroutines, and guarantee operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:748
    • 提供者:于泽霖
  1. bresenham

    0下载:
  2. bresenham画直线算法MFC实现,根据课本上的伪代码自己写的。-To draw a line with bresenham algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1961388
    • 提供者:eric
  1. radon变换检测直线

    0下载:
  2. 做个图像直线检测的算法,主要是用来检测图像中的直线,用处据说不少,而且自己感觉挺好。-be a linear image detection algorithm is used to determine the linear image, usefulness is said, but his driver.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1444
    • 提供者:owthea
  1. Graphic

    0下载:
  2. 生成直线 算法 绘制图形 椭圆 方形 线 颜色-Generation algorithm for drawing straight lines color graphics Oval Square
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2945275
    • 提供者:zxy
  1. MFCClock

    0下载:
  2. 用MFC实现的模拟时钟程序,其中包括两个表盘,一个用走样直线实现,另一个用Wu反走样直线算法绘制指针-Analog clock with MFC program, including two dials, one implemented by aliasing line, another with Wu anti-aliased line drawing algorithm pointer
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:2009765
    • 提供者:caoxin
  1. ImageProcess

    0下载:
  2. 对图像通过Hough变换提取直线算法,采用VC环境编写。-Linear algorithm for image extraction by Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5388409
    • 提供者:武洪恩
  1. Draw

    0下载:
  2. 实现了基本的DDA直线、中点直线、Bresenham直线算法,实现中点画圆,能画多边形,能进行递归种子,扫面直线填充,能改变颜色和画笔大小。-DDA to achieve the basic line, the midpoint of a straight line, Bresenham linear algorithm, the midpoint of the circle, to draw a polygon, the seeds can be recursive, linear sweep
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:206184
    • 提供者:李泽
  1. ADDdrawline

    0下载:
  2. 计算机图形学。老师要求的DDA画直线算法 用MFC编写的界面。通过输入参数 设置直线-Computer graphics. DDA line drawing algorithm teacher preparation with MFC interface. The input parameter set straight
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1919870
    • 提供者:杨先生
  1. Wu-anti-aliased-line-algorithm

    0下载:
  2. Wu反走样直线算法,基于mfc 开发平台VC6.0-Wu anti-aliased line algorithm, based on mfc VC6.0 development platform
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2602334
    • 提供者:白贺京
  1. Line

    0下载:
  2. 基于MFC的简单划线。该程序实现用异或法画橡皮筋直线 算法主要看CLineView.cpp文件中的OnMouseMove函数-Simple MFC Program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9775748
    • 提供者:Awon_Lee
  1. dda

    0下载:
  2. 杜晓增计算机图形学基础DDA直线算法源程序-Du Xiaozeng computer graphics DDA linear algorithm source code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-27
    • 文件大小:374415
    • 提供者:liuliwen
  1. DAA

    0下载:
  2. DAA画直线算法,数值微分法直接利用直线的微分方程绘制直线-DAA algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:816
    • 提供者:zzz
  1. circlePaint

    0下载:
  2. opengl编写的一个基本的画直线算法 太原理工大学习题作业-opengl prepared a basic draw a straight line algorithm operation Taiyuan University of Technology Exercises
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:877
    • 提供者:du378539
  1. Drawing

    0下载:
  2. 计算机图形学 winAPI 画简单点和直线算法-Computer graphics winAPI draw a simple point and linear algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2932632
    • 提供者:薛雪
  1. hough直线检测matlab代码

    0下载:
  2. 一种用matlab实现的hough直线检测算法,包括灰度化,特征点标注,与最终结果图。参数可调。
  3. 所属分类:matlab例程

« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com