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

搜索资源列表

  1. wwe

    0下载:
  2. 判断某点是不是边界点,参数x,y 为该点的坐标,lpPtr为指向原位图数据的指针-judgment is not a border point, parameters x, y coordinates for the point. lpPtr plans for the in situ data at the target
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:罗列为
  1. 2

    0下载:
  2. 窗建一个CPoint类,代表平面直角坐标系中的点,创建构造函数和运算符重载函数, 运算符重载为类重载(非友元重载),可以实现计算两个点之间的距离。可以根据需要 加入自己的成员变量或成员函数 用3点来代表一个三角形, 输入三个点的坐标,实现判断此三角形是不是直角三角形,并输出此三角形的周长。 可以根据需要加入自己的成员变量或成员函数
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6.6kb
    • 提供者:徐荣波
  1. c++2

    0下载:
  2. 一种用来在两个使用地址的文件将进行关联的机制。地理坐标和属性可以从一个地址转换成另一个。举例来说,一个学生包含地址的文件可以映射到一个街道图层上,该图层包含了学生居住点的点图层的地址。-used in a two addresses the use of the documents will be linked to the mechanism. Geographical coordinates and attributes can be converted into one another a
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:98.96kb
    • 提供者:师启智
  1. .las文件读取

    13下载:
  2. 用C# 读取激光雷达扫描标准文件格式.las 因为las文件是二进制格式的,所以要读取文件必须知道文件数据格式。本程序通过读取点云las文件,获得点云坐标。
  3. 所属分类:C#编程

    • 发布日期:2010-10-31
    • 文件大小:2.28kb
    • 提供者:leegy120
  1. PlaneConverter

    0下载:
  2. 坐标转换,输入两个以上点的变换前后的坐标,可推算出其他图形的变换后坐标。-Coordinate transformation, enter more than two points before and after the change of coordinates, can be calculated after other graphics transform coordinates.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1.41kb
    • 提供者:王敏
  1. location

    0下载:
  2. 这是一个以求一个坐标上两上点的距离的C++源程序,希望对有些同学有所帮助-This is an order to coordinate on a two-point distance on the C++ Source, and they hope to help some students
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:12.81kb
    • 提供者:李杰
  1. 20080814025250327

    0下载:
  2. 一般的GPS数据处理软件都是采用上述步骤进行计算的,其中只有第2步涉及转换参数。鉴于我国曾使用不同的坐标基准(BJ54、State80、 Correct54),各地的重力值又有很大差异,所以很难确定一套适合全国且精度较好的转换参数。通行的做法是:在工作区内找三个以上的已知点,利用已 知坐标和所测Wgs84坐标,求解七参数。若多选几个已知点,通过平差的方法可以获得较好的精度。 -General GPS data processing software are used in calculati
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:36.94kb
    • 提供者:yuzhu
  1. getmouse1

    0下载:
  2. C#获得鼠标的位置,所在点的坐标信息,以及其他的信息,非常有参考价值。-C# get the mouse position, where the coordinates of points of information, as well as other information, is a valuable reference.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:68.62kb
    • 提供者:zhouwenju
  1. heightextreme

    1下载:
  2. 包含所需的数据格式,完成根据已知高程异常建模数据,建立高程异常模型求解模型常数;并根据未知点坐标数据,求解该点的高程异常。主要用于测绘方面,在求解各地高程异常方面有着较广泛的用途。-Contains the required data format, complete the height anomaly modeling based on known data to establish the height anomaly model to solve the model constants
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:218.76kb
    • 提供者:周顺
  1. BHcircle

    0下载:
  2. 数值微分(DDA)法: 设过端点P0(x0 ,y0)、P1(x1 ,y1)的直线段为L(P0 ,P1),则直线段L的斜率 L的起点P0的横坐标x0向L的终点P1的横坐标x1步进,取步长=1(个象素),用L的直线方程y=kx+b计算相应的y坐标,并取象素点(x,round(y))作为当前点的坐标。因为: yi+1 = kxi+1+b = k1xi+b+kDx = yi+kDx 所以,当Dx =1 yi+1 = yi+k。也就是说,当x
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:596byte
    • 提供者:李丽
  1. Track-playback

    0下载:
  2. 主要基于vs2008来实现轨迹回放,用C#编程,根据点的坐标记录实现轨迹的回放功能-Based vs2008 track playback, track playback function in C# programming, according to the coordinates of the point
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4.77mb
    • 提供者:xufei
  1. imageprocessing

    0下载:
  2. 图像处理的前期软件,实现功能为图像加载到PICTURE控件,鼠标移动获取当前像素点的RGBA值以及XY坐标等-IMAGE PROCESSING
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:57.46kb
    • 提供者:开家杂货店
  1. enter

    0下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形-Enter the coordinates of N points, to judge whether these N points can constitute a convex polygon
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:3.68kb
    • 提供者:vera
  1. dbx

    0下载:
  2. 输入N个点的坐标_判断能否构成一个凸多边形-Enter the coordinates of the N points _ determine whether to form a convex polygon.
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:3.68kb
    • 提供者:徐洁
  1. KinectSkeletonViewer

    0下载:
  2. 通过Kinect获取骨骼数据,然后将骨骼点的坐标作为Ellipse控件的20个位置坐标,同时用线段将相应的点连接起来,最后将绘制出的骨骼映射到彩色图像上。-Skeleton data obtained by Kinect, and coordinates of the point of the bone 20 as Ellipse control position coordinates, and a line connecting the corresponding points, and f
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:162.82kb
    • 提供者:魏薇
  1. 1

    0下载:
  2. 首先定义类Point,然后定义类Point的公有派生类Circle,在定义类Circle的公有派生类Cylinder。 类Point的数据成员int型的x和y,用于表示点的坐标位置,有成员函数p_show()、构造函数和析构函数、p_set(),p_show()用于娴熟输出点的坐标,p_set()用于设置x和y的值。 类Circle有新增私有数据成员float型的h和double型的s,表示圆的半径和面积,有成员函数c_area用于计算圆的面积并对s赋值,有成员函数c_set(
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:231.43kb
    • 提供者:
  1. WindowsFormsApplication2

    0下载:
  2. 百度地图返回鼠标坐标点位置,传回该点的坐标,同时在右侧定位该点。-get select point position from baidu.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:49.02kb
    • 提供者:张三
  1. ImageForm

    0下载:
  2. 手动制作坐标系,计算各个点的坐标,描点连线,使用picturebox控件-using picturebox to draw pixel
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:王慧利
  1. 3

    0下载:
  2. 设计并测试一个名为Ellipse的椭圆类,其属性为外接矩形的左上角与右下角两个点的坐标,并能计算出椭圆的面积-Design and test a class named Ellipse oval, its property to the upper left corner and lower right corner of the circumscribed rectangle coordinates of two points and can calculate the ellipse are
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:865.6kb
    • 提供者:menglie
  1. C#图像同名像点提取

    2下载:
  2. 使用基于相关系数的影像匹配测度算法,从两幅数字影像中自动匹配50个以上的同名像点。使用窗体界面、控件编程;在设计的界面窗口中显示两幅图像、在图像中显示所匹配出的同名像点 (+),并列表显示各个同名像点的像素坐标。(Using image matching measure algorithm based on correlation coefficient, more than 50 homonymous points are automatically matched from two digi
  3. 所属分类:C#编程

    • 发布日期:2020-09-20
    • 文件大小:327kb
    • 提供者:小怪兽zz
« 12 3 »
搜珍网 www.dssz.com