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

搜索资源列表

  1. RadiusErrorCheck

    0下载:
  2. 用于对ESSI格式的数控程序文件中,圆弧指令圆心坐标有偏差的指令进行判断。-ESSI format for NC program file, the command center of a circle arc has coordinates deviation judge' s instructions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:28615
    • 提供者:sunqi
  1. graphic

    0下载:
  2. 现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。-Graphics are painting a straight line, arc, as well as garden and cut a straight lin
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2106954
    • 提供者:aeyoung
  1. MidPointEllipse

    0下载:
  2. 中点画椭圆法的扫描转换程序,算法描述:考虑圆心不在原点,设圆心坐标为(x0,y0)。通过平移坐标原点到圆心。-Stipple Ellipsometry in the scan conversion process, the algorithm descr iption: consider the center of a circle is not the origin, set up the center coordinates (x0, y0). Through shifting the or
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:21336
    • 提供者:tomomoon
  1. radius

    0下载:
  2. 已知平面上三点坐标,返回由它们确定的圆的圆心和半径。-Three coordinates of a known plane and return to them determined by the center and radius of a circle.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:1495
    • 提供者:hewei
  1. yuanxing

    1下载:
  2. 编写C++程序完成以下功能: (1)定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2)定义一个圆形类,其属性包括圆心和半径; (3)创建两个圆形对象,提示用户输入圆心坐标和半径,判断两个圆是否相交,并输出结果。 -The preparation of C++ program to accomplish the following functions: (1) defines a Point class, whose properties include
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:1002
    • 提供者:泣笑之泪
  1. middlg

    0下载:
  2. 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1698275
    • 提供者:tmacq3
  1. 2-2

    0下载:
  2. 创建两个圆形对象,提示用户输入圆心坐标和半径,判断两个圆是否相交,并输出结果。-Create two circular objects, prompts the user to enter the center point coordinates and radius to determine whether two circles intersect, and output.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:843
    • 提供者:佟笠
  1. Drawcircle

    0下载:
  2. 运用关于中点画圆,通过改变圆心坐标,颜色,可以画出不同大小的圆。-Used on the mid-point Circle, by changing the center point coordinates, colors, you can draw circles of different sizes.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:441414
    • 提供者:赵灵敏
  1. paint

    0下载:
  2. java事件处理事例,输入圆心坐标,单击鼠标取得半径画圆-java event handling example, enter the center point coordinates, click the mouse to obtain a radius of Circle
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:范头头
  1. TX20100315

    0下载:
  2. 编写一个java Applet应用程序,写出相应的超文本文档。能在网页上, 由大至小,以下列颜色,分别填充10个同心圆。提供的影像文档名为:Archery.jpg(446×291) 功能要求:  圆心坐标:[300,300]  半径分别为:20,40,60,80,… 180,200  同心圆的颜色,由大至小分别为:  浅灰色lightGray ,青色 cyan ,灰色 gray ,黄色 yellow , 粉红色
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:188540
    • 提供者:liuzguang
  1. circle

    0下载:
  2. 使用角度微分算法或整数算法在可视窗口中生成整圆,圆心坐标和半径由用户指定-Use angle differential algorithms or integer arithmetic in the visual window to generate the entire circle, central coordinates and radius specified by the user
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:18362
    • 提供者:mao maochong
  1. Lcd_Bresenham_Ciecle

    0下载:
  2. Bresenham画圆算法程序,在320240LCD上验证通过,效果很好。输入圆心坐标和半径即可画圆。-Bresenham Algorithm for Circle program, verify through the 320240LCD good effect. Enter center coordinates and radius can draw a circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:562
    • 提供者:wilsonhuang
  1. tuxingchuli

    0下载:
  2. 设某图形处理程序只考虑点、直线、圆三种基本图形。对于点,给出点的横纵坐标;对于直线,给出直线方程ax+by+c=0的三个系数a,b,c;对于圆,给出圆心坐标和半径。试说明图形的几何形状类型,并编写输入和输出图形数据、求两点矩离、求两直线交点、已知点和半径形成圆、已知两点形成直线等函数-tuxingchuli
  3. 所属分类:Document

    • 发布日期:2017-05-13
    • 文件大小:3166023
    • 提供者:胡军
  1. circle

    0下载:
  2. 根据输入的三点判断此三点能不能构成一个圆。若能,则输出圆心坐标和半径;若不能,则提示出错信息。-The input of the three judges that this point can not form a circle. If, then the center coordinates and radius of the output if not, then prompts an error message.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:999
    • 提供者:wangran
  1. dajkgjk

    0下载:
  2. 设某图形处理程序只考虑点、直线、圆三种基本图形。对于点,给出点的横纵坐标;对于直线,给出直线方程ax+by+c=0的三个系数a,b,c;对于圆,给出圆心坐标和半径。试说明图形的几何形状类型,并编写输入和输出图形数据、求两点矩离、求两直线交点、 已知点和半径形成圆、已知两点形成直线等函数。
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-05
    • 文件大小:1776
    • 提供者:谢文涛
  1. ZHONGDIA

    0下载:
  2. 中点画椭圆的算法实现椭圆的绘制,可以任意输入圆心坐标和长短半轴的长度。-The algorithm in the oval stipple
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:刘艳涛
  1. Circle

    0下载:
  2. 在windows界面输入圆心坐标(x,y)及半径r任意画圆,并自动生成一个椭圆-The center coordinates of the windows interface of the input (x, y) and radius r arbitrary circle, and automatically generates an ellipse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2510489
    • 提供者:李倩
  1. pachking_initial-configuration

    0下载:
  2. 求解圆形packing问题里面的初始格局:要确定初始格局,也就是要把所有的圆饼随机的放在圆盘内,也就是圆饼的圆心坐标要随机的出现,可以用一个0到1的随机数乘圆饼的半径再乘一个判断随机数的数作为圆饼的x或者y的坐标,这样就保证了圆饼的圆心有可能出现在圆盘内的任何位置-Solving the problem inside the initial circle packing structure: To determine the initial structure, that is, to put
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:787
    • 提供者:jerry
  1. calcCircle

    0下载:
  2. calcCircle.m程序采用通过三点来拟合一个圆,可以得到圆的关键参数(圆心坐标和半径)。-Fitting circle through three points
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:1454
    • 提供者:pzg
  1. circledetect

    0下载:
  2. 这是一个eclipse工程,利用opencv2.2中的霍夫变换寻找圆心坐标。-This is a eclipse project.It is used to find the circle point.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:87750
    • 提供者:田晓林
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com