CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 点的坐标

搜索资源列表

  1. 矩形对象以及Point类成员计算其面积

    0下载:
  2. 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:1.17kb
    • 提供者:王靖
  1. java

    0下载:
  2. 创建一个point,用随机函数定义5对坐标(x,y)并储存在一个该类的数组中,安于原点的距离从远到近输出各点的坐标和原点的距离-Create a point, with random function definitions 5 on coordinates (x, y) and stored in a such an array, the distance from the origin of the content with far to nearly output of different
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:620byte
    • 提供者:于亮
  1. juxing

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:813byte
    • 提供者:周彦均
  1. luoxuan

    0下载:
  2. 显示螺旋队列,//螺旋队列.cpp // 21 22 ... ... // 20 7 8 9 10 // 19 6 1 2 11 // 18 5 4 3 12 // 17 16 15 14 13 //看清以上数字排列的规律,设1点的坐标是(0,0),X方向向右为正,y方向向下为正。例如,7的坐标为 //(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入任意一点坐标(x,y),输出所对应得-Show the spiral queue,// spir
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1015byte
    • 提供者:change
  1. singlepoint

    0下载:
  2. 全球定位系统单点定位程序,根据N文件和O文件解算地面点的坐标-Global positioning system, single point positioning procedure, in accordance with N documents and O document solver coordinates of ground points
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:129.57kb
    • 提供者:深水蓝
  1. 1

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:981byte
    • 提供者:李伟
  1. mobiTPS

    0下载:
  2. 3d dvhop的算法,已知网络中几个锚节点就可以计算出网络中其他点的坐标-3d dvhop the algorithm, a number of known network anchor node on the network can calculate the coordinates of other points
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.82kb
    • 提供者:孙佳豪
  1. cubic_bpline

    1下载:
  2. 输入二维点的坐标[x,y],生成三次b样条曲线-Enter the two-dimensional coordinates of points [x, y], to generate three b-spline curve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.16kb
    • 提供者:wangj
  1. p01

    0下载:
  2. 1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.12kb
    • 提供者:月月
  1. readLine

    0下载:
  2. 打开扫描的图片,对图片中的曲线进行判读,当图片失真时,能较准确的读出选择的点的坐标-Open the scanned image, the picture of the curve interpretation, when the image distortion, can more accurately read out the coordinates of selected points
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:秦硕
  1. jiedian

    0下载:
  2. 现有一快递公司,库房在图1中的O点,一送货员需将货物送至城市内多处,请设计送货方案,使所用时间最少。该地形图的示意图见图1,各点连通信息见表3,假定送货员只能沿这些连通线路行走,而不能走其它任何路线。各件货物的相关信息见表1,50个位置点的坐标见表2。-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1023byte
    • 提供者:guoming
  1. addPolylineTest

    0下载:
  2. 点击一个按钮可以增加一个指定的线段,这是一个通过数据库中的点的坐标画折线的一个小实验,对以后路况信息标注有一定的帮助-No
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:131.9kb
    • 提供者:韩喜燕
  1. juxing

    0下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右上角两个点的坐标, 能计算矩形的面积。 -Design and test a class called Rectangle rectangle, bottom left corner of its property and the upper right corner of the rectangular coordinates of two points, to calculate the area of ̴
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:1.06mb
    • 提供者:onway
  1. diandexiangxian

    0下载:
  2. 输入点的坐标X、Y后,判断该点在哪个象限-Enter the point coordinates X, Y, determine in which quadrant the point
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:653byte
    • 提供者:邓亚洲
  1. uds-example

    0下载:
  2. 如何找到指定点的坐标,初步尝试,多多指教-how to find the coordinate of several points used for numerical calculation for HVAC ventilation system. welcome to free download it. It will be great
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:219.99kb
    • 提供者:刘世超
  1. chongzai

    0下载:
  2. 1、 对Point类重载++和――运算符 编写C++程序完成以下功能: (1) Point类的属性包括点的坐标(x,y); (2) 实现 Point类重载++和――运算符:  ++p,--p,p++,p--。  ++和――分别表示x,y增加或减少1。 -1, Point class overloaded++ and- operators write C++ program to perform the following function
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:539byte
    • 提供者:xcy
  1. rectangular

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:945byte
    • 提供者:
  1. source

    0下载:
  2. //给定平面上的几个点 求某个矩形区域包含几个点 //要是点的坐标比较小 可以直接N^2的预处理 1的查询 对每次查询暴力当然也可以,但是适用性可以认为为0。。。 //这个算法不受点的坐标的影响 也不受矩形坐标的影响 效率为nlogn + mlogn n:点的个数 m:为查询次数 //先对数据已x坐标排序 ,这样可以二分出大致区间 //对于y坐标的处理(我上一年的时候直接暴力), 昨天忽然灵感突现,用归并树保存x坐标排序后的数据的每段的y坐标序,然后再进行二分) -//Gi
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1.45kb
    • 提供者:sdad
  1. 点到CAD

    2下载:
  2. 将点的坐标可以直接在CAD中绘制出来 非常实用,不需要用南方cass了!(The coordinates of the points can be drawn directly in the CAD, very practical, do not need to use the southern cass!)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:362kb
    • 提供者:mq遥望星空
  1. 获取图像鼠标点击坐标

    0下载:
  2. 对图像序列可以直接鼠标单击获取图像中点击点的坐标,方便做标记,最后以txt形式输出(The image sequence can be directly mouse click to get the coordinates of the click point in the image, easy to mark, and finally output in the form of TXT)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:l.y.q
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com