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

搜索资源列表

  1. CSharpDraw

    1下载:
  2. CSharp编写的绘图程序实例,包括创建线性梯度、连接线条,由直线、曲线和形状创建图形,在一个区域点击检测,绘制不透明和半透明的线条,绘制贝赛尔样条等等多种绘图技术的实例-CSharp procedures for the preparation of drawing examples, including the creation of linear gradient connecting lines from the straight line. curves and shapes to c
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:175544
    • 提供者:金戈
  1. simpledrawboard

    0下载:
  2. c#简单的画图功能。例如直线,虚线,方块,圆等。并且能改变字体的颜色。 -this is a simple draw tool.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:292050
    • 提供者:王清洁
  1. simpledrawingprogram

    0下载:
  2. 用VS2005编写的画图程序,实现了画圆,直线,三角形等基本图元,可设置线性,颜色等,可打开图片设置为背景图片,阴影的属性等-VS2005 drawing prepared by the procedures and achieve the Circle, a straight line, triangle and other basic elements can be set up linear, colors and so on, can open the picture settings
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:563828
    • 提供者:郝艳青
  1. CsharpdrawLine

    0下载:
  2. 2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:14817
    • 提供者:zuodanqing
  1. LineDrawing

    0下载:
  2. 直线生成算法演示. 中点画线 & DDA算法.-Straight-line generation algorithm demo. Stipple line in
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:18272
    • 提供者:istar
  1. segmentatioin

    0下载:
  2. Hough变换检测直线,阈值选取对图像灰度化处理,以及空间类聚法,松弛迭代算法-Hough transform detection of a straight line, threshold selection of image processing, as well as space-type polymerization, relaxation iterative algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:130937
    • 提供者:王政博
  1. ciabbp

    1下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2016-04-01
    • 文件大小:3759968
    • 提供者:张晨雨
  1. ComputerGraphicCourse

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2770308
    • 提供者:张晨雨
  1. Matrics.dll

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:25383
    • 提供者:张晨雨
  1. DrawingSoftware

    0下载:
  2. 用C#+GDI实现Window绘图软件的基本功能,包括绘制直线,矩形,圆,可以选择不同颜色,可以打开图形文件-With C#+ GDI graphics software to achieve the basic functions of Window, including drawing a straight line, rectangle, round, you can choose different colors, you can open a graphics file
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:90509
    • 提供者:cnmgb
  1. hough_line

    0下载:
  2. hough算法检测直线,可同时检测多根直线-hough line detection algorithm, which can detect multi line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1374
    • 提供者:周宇
  1. LRSS

    1下载:
  2. 图形识别 常规图形 圆形 方形 直线 曲线 五角星 梯形 椭圆形-Pattern Recognition conventional linear curve of five-pointed star graphic circle square oval trapezoid
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:283429
    • 提供者:zhang hannan
  1. CSharp-test-DX-draw-a-line-speed

    0下载:
  2. 该程序用C#编程,能够画出直线,并能测出画直线的时间等等(注:在画直线的那设个断点,才能看到时间),切记,该程序很经典-The program in c# programming, can draw a straight line, and the time can measure the draw a line and so on (note: draw a line in the set breakpoints, can see time), remember, this program i
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-25
    • 文件大小:38656
    • 提供者:Guoshuhua
  1. Canny-Edge-Detection-CSharp.ra

    0下载:
  2. 实现Canny直线提取算法,可以运行,很不错。,canny line detection。
  3. 所属分类:Special Effects

    • 发布日期:2017-10-30
    • 文件大小:1524751
    • 提供者:袁嘉
搜珍网 www.dssz.com