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

搜索资源列表

  1. 知三点求圆心半径

    1下载:
  2. 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29.52kb
    • 提供者:吴敏珊
  1. GetPixelColor

    1下载:
  2. 获取屏幕上像素点的坐标、颜色(RGB及COLORREF值)的小程序。 http://spaces.msn.com/KSwildgoose-access pixels on the screen coordinates of the point, the color (RGB and COLORREF values) of the small program. Http://spaces.msn.com/KSwildgoose
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.41kb
    • 提供者:水中雁
  1. Rectangle11

    0下载:
  2. 任给出4各点的坐标,程序会自动将4个点排序,计算出其边长、周长、中点-the four points given the coordinates, the program will automatically four points, in order to work out their side length, perimeter, the midpoint
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.46kb
    • 提供者:jj
  1. bahuanghouwtdejavashixian

    0下载:
  2. n皇后问题算法。 * 把棋盘看成一个坐标系,以左下角为原点(0,0)。坐标系的每个点为一个Point类。 * 每个皇后为一个皇后对象Queen。 * 判断一个点的坐标是否在,一个皇后控制的范围的函数为Queen.isUnderControl(point)。 -n Queen's Algorithm. * Chessboard as a coordinate system to lower left-hand corner of the origin (0,0). T
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:tangying
  1. Rectangle

    1下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积-design and test a rectangular called Rectangle category, its attributes to the lower left-hand corner of the rectangle with 2 points lower right coordinates, which calculates the rectangular area
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8.38kb
    • 提供者:luyou
  1. exp103

    0下载:
  2. 1、典型连续时间信号波形绘制 1)单边指数信号 要求: (1) 画出t=0,1,2,…,500共501点 (2)在一个坐标系中用三种不同颜色分别绘制如下三种情况下的波形 (a) E=200,X=62.5 (b) E=200,X=125.0 (c) E=200,X=250.0 (3)标出特殊点的坐标,如t=0和 的坐标 代码为此题目的解
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:781byte
    • 提供者:
  1. tubao

    0下载:
  2. 主要是实现了凸包的功能,不是界面形式的,控制台下输入多个点的坐标 ,可把最外层的点筛选显示出来
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:1.57mb
    • 提供者:李泰成
  1. ZJU2007CSTEST1

    0下载:
  2. 给定一系列2维平面点的坐标(x, y),其中x和y均为整数,要求用一个最小的长方形框将所有点框在内。长方形框的边分别平行于x和y坐标轴,点落在边上也算是被框在内。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:tom
  1. program51

    0下载:
  2. 在vc中显示鼠标所在点的坐标,点击左键后现在该点所在的图像象限。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36.59kb
    • 提供者:徐文学
  1. 诊断测试点的技术

    0下载:
  2. 测量的的选择问题,通过输入坐标可以直接求出最优的测量位置
  3. 所属分类:其它

    • 发布日期:2010-11-04
    • 文件大小:1.88kb
    • 提供者:dongxinfeng
  1. Spacing_for_two

    0下载:
  2. 求两点间距。 程序运行后,会弹出bios对话框,在bios对话框中按要求输入两个点的坐标,然后按回车键便可得到两点间的距离值。-Spacing for two
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:880.15kb
    • 提供者:蔡飞
  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
    • 文件大小:1002byte
    • 提供者:泣笑之泪
  1. main1

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

    • 发布日期:2017-04-11
    • 文件大小:725byte
    • 提供者:billy
  1. test

    0下载:
  2. 对Shape文件中任意多边形进行点查询,并实现对点的坐标编辑-Shape files of any polygon point query and edit the coordinates of points to achieve
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:83.62kb
    • 提供者:吴亚伟
  1. C

    0下载:
  2. 生成100个点的坐标(x,y,z),x和y在10-10000之内,z在0-10之内,用TXT输出x,y,z以及平均高程h。-Generate 100 points of coordinates (x, y, z), x and y in 10-10000, z 0-10, TXT output x, y, and z and the average elevation h.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:231.19kb
    • 提供者:t
  1. cyst_phantom

    1下载:
  2. 是丹麦杰森field ii的囊肿模模型,详细提供了10万个点的坐标和发射强度,适合超声仿真使用-Is Jason of Denmark field cyst model II, with providing the coordinates of 100000 points and the emission intensity for ultrasound simulation
  3. 所属分类:source in ebook

    • 发布日期:2017-05-23
    • 文件大小:6.42mb
    • 提供者:陈赛
  1. forward-intersection

    0下载:
  2. 设有A、B、P三点,A、B为已知坐标的点,P为未知点,用仪器测得∠PAB和∠PBA,根据A、B的坐标可求得P点的坐标,这种方法叫做前方交会-Features A, B, P three points, A, B point coordinates are known, P is an unknown point, as measured by the instrument ∠PAB and ∠PBA, the coordinates A, B coordinates of point P can
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1.73mb
    • 提供者:蛋烧的饼干
  1. yyxhaty92

    0下载:
  2. 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标-This code implements: by two coordinates to calculate the distance between two points, azimuth
  3. 所属分类:source in ebook

    • 发布日期:2017-12-16
    • 文件大小:3kb
    • 提供者:befqn
  1. 5360162

    0下载:
  2. 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标()
  3. 所属分类:书籍源码

    • 发布日期:2017-12-29
    • 文件大小:4kb
    • 提供者:gazher
  1. 计算两点间距离

    0下载:
  2. 给定任意两个点的坐标,计算两个点之间的距离。(it can calculate the distance of the two point)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:1.41mb
    • 提供者:北望你的杜
« 12 3 4 5 »
搜珍网 www.dssz.com