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

搜索资源列表

  1. graphics

    0下载:
  2. 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:327158
    • 提供者:元宝
  1. tuxing

    0下载:
  2. 掌握计算机图形学中各种常见图形的各种算法及其实现。特别要求直线,二次曲线,自由曲线,区域填充,二维图形裁剪,图形几何变换,自由曲面-To master a variety of computer graphics, a variety of common graphics algorithms and its implementation. Special request line, quadratic curve, free curve, area filling, cutting two-d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1957522
    • 提供者:gongyeyu
  1. least_absolute_linear_regression

    0下载:
  2. 最小一乘算法和最小一乘拟合直线。这是最小一乘拟合直线的matlab算法。-Least absolute deviation fitting algorithm and the least absolute deviation line. This is the minimum by fitting a straight line matlab algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:727
    • 提供者:滕宇
  1. Line-AND-Circle

    0下载:
  2. 图形学中用DDA、Bresenham算法绘制直线和z中点法绘制圆-Graphics using DDA, Bresenham algorithm to draw a straight line and the midpoint method to draw a circle z
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:23844
    • 提供者:
  1. 20110619-1

    0下载:
  2. 针对BP神经网络存在的缺点,本文利用遗传算法能够收敛到全局最优解而 且遗传算法鲁棒性强的特点将遗传算法同神经网络结合起来,不仅能发挥神经网 络的泛化映射能力,而且使神经网络具有很快的收敛性以及较强的学习能力。为 了验证遗传算法优化BP神经网络的有效性,本文将此算法应用到直线一级倒立 摆的稳定控制中,同时利用UbVIEW语言界面开发能力强,并且数据输入、网 络通信、硬件控制简单的优点,制作了倒立摆的仿真控制和实时控制软件。仿真 研究表明,遗传算法优化BP神经网络的控制器设计
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-18
    • 文件大小:4796739
    • 提供者:高飞
  1. xihua

    2下载:
  2. 采用索引表细化算法,对图像进行细化处理,用于图像的骨架提取,附加一个霍夫变换检测直线-Thinning algorithm using an index table, refine the image processing for image skeleton extraction, attach a Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:gao
  1. Bresenham_line

    0下载:
  2. Bresenham直线和圆的生成算法原理及其实现-Bresenham straight line and circle generation algorithm principle and its implementation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:90196
    • 提供者:raul
  1. 1111

    0下载:
  2. 直线,圆,以及图形填充算法的实现原理和相关程序说明。-Straight lines, circles, and graphics fill algorithm to achieve and the related descr iption of the procedures.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:108328
    • 提供者:raul
  1. CAD

    0下载:
  2. 本算法通过一个小型CAD系统的完整开发过程,循序渐进的讲解了图形系统的设计方法。实例系统实现了三种图形,即直线、矩形即椭圆的绘制、复制、移动、热点等基本功能,值得推荐!-The algorithm through a small CAD system of the complete development process, progressive explained graphics system design method. Examples of three graphics system,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:75843
    • 提供者:王国庆
  1. shiyan1

    0下载:
  2. 计算机图形学实验一 直线生成算法 的源代码,绝对可行,欢迎下载-Computer graphics experiments in a straight line of source code generation algorithm, is absolutely feasible, please download
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2349097
    • 提供者:付斌
  1. Breseham

    0下载:
  2. 通过breseham算法绘制直线。一种比较普遍的实现方法-Draw a straight line through breseham algorithm. A more common implementation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:45248
    • 提供者:steven
  1. Line-generation-algorithm

    0下载:
  2. 直线生成算法:采用DDA与Mid-Bresenham两种算法实现直线的绘制,可是直线的生成过程现实很明确。-Line generation algorithm: The DDA and the Mid-Bresenham straight line drawing of two algorithms to achieve, but the reality of the line generation process is very clear. 朗读 显示对应的拉丁字符的拼音 字典
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:2042802
    • 提供者:lwx
  1. Alog

    0下载:
  2. 介绍画直线和圆的几类算法。找了好长时间才找到的.比较有价值。-Drawing lines and circles introduced several types of algorithms.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-30
    • 文件大小:380428
    • 提供者:赵峰
  1. RANSAC

    0下载:
  2. 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:348159
    • 提供者:Andy
  1. opengl

    0下载:
  2. 计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统-1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, B
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:96771
    • 提供者:侯建元
  1. NewShooterDemo

    0下载:
  2. 快速的运动估计算法。VC6+opencv1.0(仅用于摄像头读取和显示),能够判断并显示摄像头移动方向,对视频中物体运动有一定的稳定性。调试通过,可对摄像头视频实时处理,也可以读取视频文件。随着摄像头的移动,画面上会有直线标明摄像头移动方向,简单直观!-VC6+ opencv (read only for the camera and display), and a camera can judge the direction of movement, the movement of objec
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1013828
    • 提供者:zeng xiao
  1. Strt

    0下载:
  2. 在点阵平面上画线段叫做插补。高级语言都有功能提供,例如LineTo函数或者DrawLine函数等,名称不同,工作内容是一样的,即指定一个起点和一个终点,然后用插补的算法画出线段,不过它们没有代码,读者不知道怎么完成插补的。本程序给出了这个过程。对自己开发在低档单片机上的运动控制提供一个参考。同时还提供了直线方程式系数的计算代码。-Draw line segments in the lattice plane is called interpolation. Have provided high-
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:10970
    • 提供者:xuxiangxing
  1. work83

    0下载:
  2. Flatopia是个很平的地方,政府想要修高速公路,以解决交通问题。高速公路系统能使得驾驶能够不出离此系统就能够在任意两城之间通行。城镇编号1~N,每条高速路连接两个城镇,所有高速路都是直线的,双向使用的。但是一个驾驶员只能在公路的尽头的城镇改变线路。当地政府想要尽量减少所需修建最长公路的长度,然而,必须保证每一个城镇都是可以达到的。 输入: 处理情况。 由一个矩阵代表了每两个镇之间的距离,每个情况末尾是空行。 二、 算法分析: 题目抽象后可得,给定一个图,要求找到一个
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2514
    • 提供者:ChenSiyu
  1. intersection

    0下载:
  2. 利用交点坐标的直线生成算法,上述方法完全能够实现数据的同步更新,并一直处于稳定的应用中。压缩中有程序和文章。-Intersection coordinates using linear generation algorithm, the method is fully capable of achieving data synchronization update, and has been in a stable application. Compression in the program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2573057
    • 提供者:李风
  1. runlengthline

    0下载:
  2. 一种新的查找最佳像素点的方法,与传统方法相比,新算法节点的查找方 式的突出特点是按段进行的,为了提高算法的性能,对算法进行了增量优化。文章最后对两种算法进行速度比较发现, 本算法在速度上优于传统直线生成算法。-A new method to find the best pixel, compared with traditional methods, the new algorithm to find node by way of the salient features of the
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2482928
    • 提供者:李风
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com