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

搜索资源列表

  1. 1403

    0下载:
  2. 给出三维空间上的三个点,计算以这三个点为顶点的三角形的面积。 输入的第一行包含一个整数T (T > 0),表示一共有T组测试数据。 每组数据占三行,每行各描述了一个点的坐标。点的坐标会以x y z的形式给出,表示这个点的坐标为(x, y, z),其中x, y, z均为[-100, 100]范围内的浮点数。 对于每组测试数据,输出三角形的面积(和标准答案的误差不超过10-6即可)。 -Given three points on three-dimensional space
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:8870
    • 提供者:zhao
  1. PCDMIS

    0下载:
  2. PCDMIS电极检测方案,可以自动搜寻基准12个点的位置,并计算出电极坐标-PCDMIS electrode detection scheme that can automatically search for the location of the base 12 points and calculate the coordinates of the electrodes
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10129
    • 提供者:xiaoshengguang
  1. u-6

    0下载:
  2. 涡度通量数据处理,坐标旋转之平面拟合坐标旋转,系数计算-Eddy flux data processing, the rotation of the coordinate plane fitted coordinate rotation, coefficient
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:838
    • 提供者:lzmxh
  1. ransacE

    0下载:
  2. RANSAC计算得到本质矩阵E,并能得到点的三维坐标。-RANSAC is used to calculate essential matrix.Besides,this code can gain 3D coordinates.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1020519
    • 提供者:孔德地
  1. CELIANG

    1下载:
  2. 1附和导线坐标的计算 2.闭合导线坐标的计算 3.水准测量内业计算 4.三角高程测量内业计算5.前方交会定点 6.后方交会定点 7.边长交会定点-surveying calculation
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:3562
    • 提供者:fsc
  1. ellipse_homework3

    0下载:
  2. 椭圆摆可在光滑的水平面上运动,质量尺寸已知,取x和φ为广义坐标,编程计算至少2个周期的运动,画出各种曲线图或动画,进行常数校核。-Ellipse can be placed on a smooth, level surface motion, mass size is known, take x and φ generalized coordinates programmed to calculate the movement of at least two cycles, draw all k
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:301270
    • 提供者:刘一丹
  1. ddcl

    0下载:
  2. 实现大地测量七参数转换,换带计算,坐标转换-Geodetic seven parameters to achieve the conversion, exchange with calculations, coordinate conversion, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:508206
    • 提供者:zxcvb
  1. logCoord

    0下载:
  2. 用于计算对数坐标并生成坐标直线的方法,很有用的-some code that is needed by sb
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:377357
    • 提供者:micheal lee
  1. b

    0下载:
  2. vc++下连接access数据库,通过调用数据库中全站仪测得的数据,计算出坐标-connect access under vc++, total station by calling the measured data, calculates the coordinates
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-18
    • 文件大小:4800091
    • 提供者:谭传浩
  1. hw2

    0下载:
  2. 系统包括三个部分: (1) 输入数据:包括初始形状数据和终止形状数据, 一般为事先定义好的整型变量数据,如简单的几何物体形状(苹果,凳子, 陶罐)以及简单的动物形状(大象,马)等。也可以设计交互界面,用户通过界面交互输入数据。 (2) 插值算法,包括线性插值和矢量线性插值。线性插值:对于初始和终止形状上每个点的坐标 Pi 进行线性插值得到物体变 形的中间形状;矢量线性插值:对初始形状和终止形状上每两个相邻点计算其对应的长 Li 和角度θi,然后对 Li 和θi 进行线性插值得到中
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5629
    • 提供者:Gina
  1. reciprocal

    0下载:
  2. 计算晶体的倒格矢.计算时需要输入原来晶体格点所在坐标下的矩阵,这对理解倒格矢量很有意义。-A calculation of the reciprocal lattice vector
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:671
    • 提供者:liangshi
  1. satilite-position

    0下载:
  2. 利用MATLAB软件,通过编程来计算计算卫星坐标,通过输入相关参数之后就可以给出卫星的坐标-Using MATLAB software, programmed to calculate the coordinates of the satellite is calculated by the following input parameters can be given the coordinates of the satellite
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:7683
    • 提供者:林清莹
  1. Muti-touchTP

    0下载:
  2. 触摸屏手机端驱动代码,自己编写I2C通讯,从触摸IC中读取数据后处理,并将计算好的坐标上报到系统。非常适合刚开始调试驱动者!-Touch screen mobile terminal driver code, I have written I2C communication, after reading the data the touch IC processing, and reporting to the calculated coordinate system. Ideal for b
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-16
    • 文件大小:17088
    • 提供者:fang
  1. src

    0下载:
  2. 手机上计算公路平面线型中、边桩坐标,或坐标反算为中边桩,带上手机就可在野外查询。-Calculating linear plane on the phone in the road, while the pile coordinates, or coordinate inverse calculation of the pile side, you can take your phone in the field queries.
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:4294
    • 提供者:许旭奇
  1. 2-link2-theta

    0下载:
  2. 二自由度机械臂xy坐标与角坐标关系的计算仿真-Two degrees of freedom manipulator calculate the angular coordinates xy coordinate relations simulation
  3. 所属分类:transportation applications

    • 发布日期:2017-04-24
    • 文件大小:12049
    • 提供者:Jueluo Yawei
  1. Implementation-of-mobile

    0下载:
  2. c语言实现移动电话系统 程序首先从数据文件中读取通勤人员,销售人员和周末的有关数据填入三个矩阵,接着用户必须提供以衡量数据权重的整数。把每个矩阵中的数据乘以相应的权值,再将三个带权的矩阵对应元素相加,显示计算后的和矩阵。最后,和矩阵中NUM_TRANSMITTERS个最高值坐标将作为发射器的安放位置显示出来。-Implementation of mobile phone system for C language The program first read commuters the
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:4402
    • 提供者:许方
  1. Mine-Surveying-and-Mapping-System

    1下载:
  2. 矿山测绘系统是一款纯辅助工具,操作过程更加简单轻松,便捷、效率; 具有查询、统计、计算、生产各类报表的功能,提高日常矿山测量的查询、报量工作的效率,也是数字化矿山的必要部分。本软件主要包括这几部分:文件、人员管理、坐标系统、探矿系统、工程验收、采场验收、帮助。基本涉及了矿山测量的方方面面。 -Mine is a pure mapping system aids the operation more simple and easy, convenient and efficient with
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:679008
    • 提供者:name
  1. gpssp

    0下载:
  2. 计算GPS卫星坐标,VC++,tk需要修改一下-calculate the satellite coordinates
  3. 所属分类:其他小程序

    • 发布日期:2017-05-17
    • 文件大小:4139007
    • 提供者:杨明华
  1. forward-intersection

    0下载:
  2. 前方交会,用于计算测绘工程中站点的坐标。方便计算-forward intersection
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:7846
    • 提供者:吴东亚
  1. Graphics-editor-and-calculate

    3下载:
  2. 图形编辑与计算管理程序:1)利用菜单选择不同功能; 2)可利用字符绘制三角形、矩形、圆形和梯形,具体尺寸和坐标可由用户输入; 3)可计算各图形的面积; 4)可统计各图形个数及图形总数; 5)要求用到多态和接口等知识点; 6)要求有异常处理机制。 -Graphics editor and computation management procedures: 1) using the menu to different functions 2) availabl
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:118139
    • 提供者:lili
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com