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

搜索资源列表

  1. C版图形学circle

    0下载:
  2. 经典画圆程序,C语言版,建立了坐标系,用户只需要输入圆的半径。-classic Circle procedures, C language version, a coordinate system, the user need only input the circular radius.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1263
    • 提供者:苏辉
  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:66427
    • 提供者:stzxxxstz
  1. circle.c

    0下载:
  2. circle.c 在Turboc2下编写整数breshman画圆算法。本程序实现的是画圆算法。-circle.c in Turboc2 prepared integral breshman Circle algorithm. This program is Circle algorithm.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1018
    • 提供者:Sungol
  1. How-to-draw-circle-in-Matlab

    0下载:
  2. 在MATLAB并无直接指令可进行画圆,本程序是一个不错的画圆程序。-in MATLAB no direct instructions can be Circle, the procedure is a good Circle procedures.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:alpha
  1. Circle

    0下载:
  2. circle problem for algrithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:王威
  1. hough circle detect

    0下载:
  2. hough circle detect
  3. 所属分类:图形/文字识别

    • 发布日期:2008-12-26
    • 文件大小:37914
    • 提供者:wdmjx05
  1. Hough check line, circle and ellipse

    0下载:
  2. check line, circle and ellipse region Hough检测直线,圆,椭圆的部分代码
  3. 所属分类:源码下载

    • 发布日期:2011-05-27
    • 文件大小:6128
    • 提供者:xingxing009
  1. hough.rar

    0下载:
  2. 图像处理之 opencv 用hough变换检测圆,Image processing opencv circle detection using hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10365
    • 提供者:zhang
  1. 圆检测.rar

    1下载:
  2. 图像的圆检测程序。可以很好地进行灰度图的圆检测,Image circle detection procedures. Grayscale can be carried out of the circle detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:4198
    • 提供者:liulei
  1. Hough-circle-detection.rar

    0下载:
  2. M_MAP教你如何用MATLAB绘制海洋、大气类的图。可以使用各种投影,添加各种精度的岸线,绘制的图清晰美观。,M_MAP teach you how to use MATLAB mapping ocean, the atmosphere kind of map. Can use a variety of projection, the line to add a variety of precision, drawing a clear appearance of the map.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:53711
    • 提供者:lijin
  1. EST_Method_and_Programe.rar

    2下载:
  2. matlab圆度误差的评定算法,最小二乘法,最小包容区域法,最大外接圆法,最小内接圆法,roundness error matlab assessment algorithm, the least square method, the minimum tolerance zone method, the largest circumcircle method, the smallest within the inscribed circle method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2162
    • 提供者:harrison
  1. circle

    1下载:
  2. 用小圆去覆盖大圆,很实用的一个程序,希望对大家有很大帮助哈。-To cover with a small round circle, a very useful program, I hope to be of great help to Kazakhstan.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1786
    • 提供者:wangwei
  1. CIRCLE

    0下载:
  2. bresenham算法画圆,并实现圆的填充。-bresenham algorithm circle, filled circle and to achieve.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1494
    • 提供者:潘伟
  1. circle

    0下载:
  2. VB中单机鼠标画随机圆。运用了随机数和circle。-draw a circle
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:4268
    • 提供者:李峰
  1. Circle.rar

    0下载:
  2. glut画圆程序 OpenGL中无专门的画圆命令,所以自己做了一个用glut画圆程序。,OpenGL drawcircle glut procedures drawcircle no special order, so do a program using glut drawcircle.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:53169
    • 提供者:guo
  1. Hough.rar

    1下载:
  2. 应用Hough变换进行圆检测源码,编译环境VS2005,语言C++,有示例图片,Circle detection using Hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:3676429
    • 提供者:Hien Chu
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. circle

    0下载:
  2. masm32 汇编源码-masm32 assembly source code
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:8534
    • 提供者:jts
  1. plot-Smith-Chart

    0下载:
  2. 使用matlab画的smith圆图,但是没有动态的显示。-Smith painting using matlab circle diagram, but no dynamic display.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3782
    • 提供者:liu
  1. Whiteboard2

    0下载:
  2. C#绘图板,直线、矩形、圆形、曲线、填充矩形、填充圆形、输入文字、路径-C# graphics tablet, line, rectangle, circle, curve, filled rectangle, filled circle, enter text, the path
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:80715
    • 提供者:夏云
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com