搜索资源列表

  1. Vesa_w

    0下载:
  2. 函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot) 采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct* dot DOT) Bresenham algorithm used to create line and the coordinates of
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:朱云
  1. ListCtrlEx

    0下载:
  2. 一个不错得Listctrl,支持自动换行和调整行高度。-in Listctrl a good support for line and automatically adjust height.
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-04-29
    • 文件大小:14336
    • 提供者:join
  1. DDAline2

    0下载:
  2. 中点画线算法2,DDA算法2,实现对直线的绘制-were dotted line algorithm 2, two DDA algorithm to achieve the linear mapping
  3. 所属分类:按钮控件

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:cyz
  1. angel_22

    0下载:
  2. 这是根据DDA 算法,作的画直线的例子 自己做的,绝不参考-This algorithm is based on DDA, the painting line for example do for myself, not reference
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:利好
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:小倪
  1. AVR Studio on-line 中文版 HELP

    0下载:
  2. AVR Studio on-line 中文版 HELP。中文版的帮助文件,方便查看-AVR Studio on-line Chinese version of HELP. The Chinese version of the document to help facilitate View
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:14429184
    • 提供者:史比
  1. 反走样Line

    0下载:
  2. 一个简单的画线代码,c++,windows-A simple line of code paintings, c++, Windows
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:wjx
  1. jiao448

    1下载:
  2. 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pi
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:交角
  1. Bresenham&DDA

    0下载:
  2. 《计算机图形学》用DDA和Bresenham算法画直线-"Computer Graphics" with DDA and the Bresenham algorithm painting line
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:100352
    • 提供者:陈新新
  1. lines_arcs.tar

    0下载:
  2. 一个用于检测图形图像中直线以及弧张的C语言的源代码。-a graphic image for the detection of line and arc of the C-language source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:245760
    • 提供者:阳云
  1. Data-fitting-methods

    0下载:
  2. 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFU
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:ldg
  1. realline

    0下载:
  2. 工控系统中画实时曲线源码,包括画点和画线两种形式-Control System Real-time curve source paintings, including paintings point and line drawing two forms
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:牟春晓
  1. DELETELINE

    0下载:
  2. 代码中的算法能够将切下的图像子块中的表格线框去除。线框和字符串粘连在一起的情况,要保证线去除后字符的完整。-code algorithm can be cut under the image-block removal of the forms wirefr a me. Wirefr a me and string together the adhesion, and to ensure that after the removal o
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:68608
    • 提供者:dd
  1. txxjxq

    0下载:
  2. 这是一个图形相交相切程序,包括了圆与直线的相交、相切等-This is a graphical interface transaction procedures, including a circular intersection with a straight line, such as Tangent
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:53248
    • 提供者:陈海涛
  1. line-fit

    0下载:
  2. 曲线拟合向导 ( Matlab 程序 )-Curve Fitting Wizard (Matlab procedure)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:185344
    • 提供者:khliu
  1. mi

    0下载:
  2. 一种新型电力载波通讯芯片的驱动,在KEIL下已经调试通过,欢迎个位同仁共享-a new power line carrier communications chips, driven in KEIL already debugging, welcomed colleagues to share bits
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:111122
  1. OpenglDraw

    1下载:
  2. OpenGL试验包括基本的点、线、dda、多边形、填充、反走样-OpenGL test including basic point, line, dda, polygons, filled, anti-aliasing
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:89088
    • 提供者:
  1. lcd-line

    0下载:
  2. LCD快速画直线子程序,只要修改画点函数即可用于任何类型LCD。可用于小型嵌入式系统-LCD painting straight subroutine, as amended painting point function can be used in any type of LCD. Can be used for small embedded systems
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:侯志恒
  1. imageprocessing_matlab

    0下载:
  2. 灰度AGV路径识别 彩色AGV路径识别 HSI彩色空间的AGV路径识别 路径中心线的定位 Radon变换的AGV路径偏差检测-gray color AGV Path Recognition AGV Path Recognition of the HSI color space AGV path Path Recognition heart Line Radon transform the positionin
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:吴胜
  1. zhuangpeixian

    0下载:
  2. 该程序是一个动态规划法解决装配线调度问题的小程序,是用C++做的。-the program is a dynamic programming solution to the assembly line scheduling small programs, is to use C to do.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:277504
    • 提供者:成朝夕
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org