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

搜索资源列表

  1. 500927318

    0下载:
  2. 1. 实现了 DAA画线法画直线 (必做) (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做)-1. To achieve the DAA painting painting straight line method (regimen) (a) Midpoint Circle Line (input coo
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:81938
    • 提供者:丽丽
  1. sanweizuobiao

    0下载:
  2. 根据空间三点坐标来计算三点所在圆心,可以应用到测量领域
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:35491
    • 提供者:孙乾坤
  1. bao

    0下载:
  2. (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5281
    • 提供者:fangfei
  1. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:45646
    • 提供者:wsadfg
  1. testhoughcircle

    0下载:
  2. 利用opencv 用于识别圆并计算圆的半径和圆心的坐标-Use opencv used to identify round and round the radius of the circle and calculation of coordinates
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1724272
    • 提供者:123
  1. 4

    0下载:
  2. 题目:设计一个在400*400像素的绘图面板中绘制一下图形p194,24题 1.设置绘图面板的背景威绿色,将默认坐标原点移动到绘图面板中心; 2.绘制一个圆,圆心位于坐标原点,直径200; 3.绘制一个填充浅灰色的椭圆,中心位于坐标原点且与圆相切; 4.绘制水平和垂直的两条蓝色直线,焦点位于坐标原点; 5.绘制分别位于坐标原点左上方和右下方的两个边长为100的正方形,两个正方形堆成于y=x。分别用黑白两色绘制; 6.绘制一条交于坐标原点的红色直线,直线的起点为左上方正方形
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:954
    • 提供者:123
  1. kongjiansuanfa

    0下载:
  2. 包括部分空间算法,如计算两坐标点距离、判断两坐标点是否相等、计算叉积、计算点积、判断点p是否在线段l上、计算点bp以点op为圆心逆时针旋转dAlpha(单位:弧度)后所在的坐标点位置、计算指定半径圆上指定角度的弦长、计算由起点坐标和终点坐标构成的线段在指定距离和指定方向的垂点坐标等空间算法-Including some space algorithms, such as calculating the distance between the two coordinates to determi
  3. 所属分类:GIS program

    • 发布日期:2017-04-05
    • 文件大小:7024
    • 提供者:yujian
  1. c

    0下载:
  2. 以点(point)类为基类,重新定义矩形类和圆类。点为直角坐标点,矩形水平放置,由左下方的顶点和长宽定义。圆由圆心和半径定义。派生类操作判断任一坐标点是在图形内,还是在图形的边缘上,还是在图形外。缺省初始化图形退化为点。要求包括拷贝构造函数。编程测试类设计是否正确。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1102
    • 提供者:xinkai
  1. 3p

    0下载:
  2. 一个已知三点坐标算外接圆的圆心和半径的小程序-Three coordinates of a known center of the circle and the radius of circumcircle Operators of small programs
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:312649
    • 提供者:虎爷
  1. gongqiexian

    0下载:
  2. 计算圆的像的的公切线并根据这个算出圆心的像的坐标-Calculated as the circle of the common tangent and calculated according to the coordinates as the center of the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1297
    • 提供者:王帅哥
  1. roundCenter

    0下载:
  2. vc2008 dos 程序 已知AB两点坐标,半径R。 求2个圆心。 公式使用MATLAb推导的,做了一点简化,和小的改动。 都在函数 double jisuanYanxin(double Ax,double Ay,double Bx,double By,double R) 里面-vc2008 dos program known AB two coordinates, radius R. Seeking two center of the circle. Formula de
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:20062
    • 提供者:王伟
  1. ArcChaBu

    0下载:
  2. 圆弧插补(时间分割法) 输入参数:圆心,圆上任一点(xe,ye)。 在面板上画出插补算法直线(顺圆)。 以(xe,ye)为起点,画出顺时针整圆。 计算次数n为:圆周长c除以一个周期的步进长度f。f越小越精确。 以起点计算第一个动点,(x,y)坐标变换,再计算下一个动点。 所有坐标值及计算量为double型。-shijianfenge
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1186
    • 提供者:guoqian
  1. threepoint

    0下载:
  2. 输入任意三个点的x,y,z三点坐标,根据三个不在同一条直线上的点,可以确定一个圆的原理,来确定圆的圆心-Enter any three points x, y, z coordinates of three points, not on the same basis of three points on a straight line, to determine the principles of a circle to determine the center of the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1874929
    • 提供者:宣钢
  1. 8.5

    0下载:
  2. 8.5 以点(point)类为基类,重新定义矩形类和圆类。点为直角坐标点,矩形水平放置,由左下方的顶点和长宽定义。圆由圆心和半径定义。派生类操作判断任一坐标点是在图形内,还是在图形的边缘上,还是在图形外。缺省初始化图形退化为点。要求包括拷贝构造函数。编程测试类设计是否正确。-8.5 point (point) class is the base class, redefined class and rounded rectangle class. Points for the rectangul
  3. 所属分类:DirextX

    • 发布日期:2017-04-06
    • 文件大小:1100
    • 提供者:阿芳
  1. dkzb

    1下载:
  2. 读取图中的圆心极图块的坐标,及块或坐标最近的文本,以文本为点名生成坐标文件!-Read the block diagram in the coordinates of the center pole, and the coordinates of the nearest block or text to generate text coordinate file name!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8490
    • 提供者:野益新
  1. Center_draw_cycle

    0下载:
  2. 用C中中点画圆法画圆。要求输入圆心的坐标和半径。-With C in the midpoint drawcircle Circle. Asked to enter the circle center coordinates and radius.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:35095
    • 提供者:哈哈
  1. circle

    0下载:
  2. 简单示例,利用QTcreator画圆,固定圆心,圆的半径、圆心可调节,并显示坐标-A simple example, the use of QTcreator Circle, a fixed center, the radius of the circle, the center can be adjusted, and the display coordinate
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-14
    • 文件大小:5343
    • 提供者:王昆明
  1. minimize

    0下载:
  2. 根据原子坐标,得到距离圆心最近的一些点,具体距离多少可以自己确定-According to atomic coordinates, to get some points from the center recently, many of them can themselves determine the specific distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:598
    • 提供者:
  1. round-surface-of-the-point

    0下载:
  2. 设计一个WINDOWS应用程序,然后把圆的班级以及输入一个点的坐标然后计算出该点到圆心的距离,圆面上的点-Design a WINDOWS application, and then round the class and enter the coordinates of a point and then calculate the distance from the point to the center, round surface of the point
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:41975
    • 提供者:苏鸿
  1. Circle

    0下载:
  2. 实验3类、对象以及包的使用(6学时) 1.实验内容 (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1398
    • 提供者:duanduan
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com