搜索资源列表
知三点求圆心半径
- 输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用-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
GetPixelColor
- 获取屏幕上像素点的坐标、颜色(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
Rectangle11
- 任给出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
bahuanghouwtdejavashixian
- 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
Rectangle
- 设计并测试一个名为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
exp103
- 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和 的坐标 代码为此题目的解
tubao
- 主要是实现了凸包的功能,不是界面形式的,控制台下输入多个点的坐标 ,可把最外层的点筛选显示出来
ZJU2007CSTEST1
- 给定一系列2维平面点的坐标(x, y),其中x和y均为整数,要求用一个最小的长方形框将所有点框在内。长方形框的边分别平行于x和y坐标轴,点落在边上也算是被框在内。
program51
- 在vc中显示鼠标所在点的坐标,点击左键后现在该点所在的图像象限。
诊断测试点的技术
- 测量的的选择问题,通过输入坐标可以直接求出最优的测量位置
Spacing_for_two
- 求两点间距。 程序运行后,会弹出bios对话框,在bios对话框中按要求输入两个点的坐标,然后按回车键便可得到两点间的距离值。-Spacing for two
yuanxing
- 编写C++程序完成以下功能: (1)定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2)定义一个圆形类,其属性包括圆心和半径; (3)创建两个圆形对象,提示用户输入圆心坐标和半径,判断两个圆是否相交,并输出结果。 -The preparation of C++ program to accomplish the following functions: (1) defines a Point class, whose properties include
main1
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。-1, rectangular Write a c++ program to complete the fo
test
- 对Shape文件中任意多边形进行点查询,并实现对点的坐标编辑-Shape files of any polygon point query and edit the coordinates of points to achieve
C
- 生成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.
cyst_phantom
- 是丹麦杰森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
forward-intersection
- 设有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
yyxhaty92
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标-This code implements: by two coordinates to calculate the distance between two points, azimuth
5360162
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标()
计算两点间距离
- 给定任意两个点的坐标,计算两个点之间的距离。(it can calculate the distance of the two point)