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

搜索资源列表

  1. matlab-import-dxf

    3下载:
  2. 用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角-the scr ipt can offer start angle and end angle of an arc,which are unable to access in an earlier scr ipt dxf2coord_20.m 。
  3. 所属分类:Other systems

    • 发布日期:2015-01-23
    • 文件大小:5120
    • 提供者:wanglong
  1. huageyuan

    0下载:
  2. 该程序可确定圆心和半径,选择弧度,画圆。-The program can determine the center and radius, select the arc, circle.
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:8675
    • 提供者:钟树建
  1. yuanhexiangduandejiaodian

    0下载:
  2. 根据输入的线段端点坐标和圆心的坐标半径 求线段与圆的交点-Find the intersection of line and circle line endpoint coordinates based on the input of the coordinates of the center and the radius
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:9162
    • 提供者:PLZ
  1. 2

    0下载:
  2. 先定义“点”类Point,由“点”类派生出“圆”类Circle,再由“圆”类生成“圆柱体”类cylinder。圆类的属性有圆心和半径(指针类型);方法有构造函数、析构函数、显示面积和计算面积。圆柱体类的新增属性是高度,方法有构造函数、析构函数、显示体积和计算体积。类的应用:创建一个圆柱体类,显示信息,求它的体积。类的定义与实现及主函数以多文件组织。-The first definition of "point" Point, "points" class derived from the "Ci
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1187
    • 提供者:123
  1. Desktop

    1下载:
  2. 用matlab实现的最小二乘拟合圆,能输出半斤,圆心坐标,拟合误差-a program for cirfit
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-08
    • 文件大小:1763759
    • 提供者:张利群
  1. circlecenter-radius

    0下载:
  2. 用于求解二维情况下的三点外接圆半径及圆心,功能完备,适用各种情况-Is used to solve the two-dimensional case of three circumscribed circle radius and the center of the circle, fully functional and applicable situations
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:九江
  1. tiquyuanxin

    0下载:
  2. 本程序能够实现动态提取圆心坐标,基于两个摄像头,快速并稳定。-This procedure can achieve dynamic center extraction, based on the two cameras, rapid and stable.
  3. 所属分类:Console

    • 发布日期:2017-06-10
    • 文件大小:17311160
    • 提供者:zy
  1. HALCON_CIRCLE

    0下载:
  2. 一个简单的HALCON计算圆心坐标的例子,C++代码格式,初学者适用!-A simple example of calculating coordinates HALCON, c++ code format, for beginners!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2425
    • 提供者:FangQY
  1. exa

    0下载:
  2. ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者:陈怡
  1. YUAN

    0下载:
  2. 已知空间三个点的坐标,求通过三个点的圆的圆心和半径,输入为三个点-Known spatial coordinates of three points, three points of the circle which passes through the center and radius, enter three points
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:959
    • 提供者:yao
  1. graphics

    0下载:
  2. 实验一:类与对象实验: 几何图形类的设计 实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。 实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下: ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1894
    • 提供者:chenchao
  1. a11

    0下载:
  2. arc画圆弧 int X0=300 int Y0=300 //圆心 int R=50 //半径 pDC->Arc(X0-R,Y0-R,X0+R,Y0+R,X0+R,Y0,X0+40,Y0-30) -Draw an arc arc
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1916003
    • 提供者:顾生普
  1. SANDIANDINGYUAN

    0下载:
  2. VB三点进行寻找圆心源码,十分实用,是经过验证的啊-vB three circle very good three circle very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:174334
    • 提供者:唐堂堂
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. drawcircle

    0下载:
  2. 一个画圆和的简单小程序,通过输入圆心坐标和半径确定位置-A circle and a simple small program, to determine the location by entering the center coordinates and radius
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:12132
    • 提供者:wy
  1. soble_hough

    0下载:
  2. 先用sobel算子对图像进行预处理,提取边缘。对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。 -First with sobel operator for image pre-processing, edge extraction. For discontinuous circle detection algorithm using hough the center coordinates and radius, and then re-draw
  3. 所属分类:Other systems

    • 发布日期:2015-04-18
    • 文件大小:1024
    • 提供者:侯国强
  1. how-to-draw-circle

    1下载:
  2. 已知圆弧起点与终点(角度表示)、圆心坐标,半径,如何用matlab画圆弧-how to draw circle
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:33667
    • 提供者:lizhi
  1. circle

    0下载:
  2. 利用MATLAB,定位圆形物体的圆心,并得到其坐标。-get the Center position of the circle using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3746
    • 提供者:iDora
  1. vb-AUTO-CAD-CIRCLE

    1下载:
  2. VB编写的源代码,将auto CAD图纸上的多个圆的圆心坐标抓取出来并且按照从小到大的顺序排序。-VB source code, the center coordinates more than one round of auto CAD drawings and in accordance crawl out from small to large order.
  3. 所属分类:Other systems

    • 发布日期:2016-01-10
    • 文件大小:19456
    • 提供者:毕搭棚
  1. CirIntersect

    0下载:
  2. 完成两圆求交点功能,输入两圆半径即圆心坐标得到交点坐标。-Intersecting circles
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5047
    • 提供者:
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 »
搜珍网 www.dssz.com