CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 测量 程序

搜索资源列表

  1. MeaDirNet

    0下载:
  2. 此是关于纯方向网测量平差程序,与一般的方向网平差程序不同的是,二维矩阵用一维矩阵表示,实现了压缩存储,提高效率。-this is the direction of pure network measurement adjustment procedures, and the general direction of the net adjustment process is different using a two-dimensional matrix dimensional matrix,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:52606
    • 提供者:董万峰
  1. 曲线拟合

    0下载:
  2. (1)利用多项式拟合的两个模块程序求解下题: 给出 x、y的观测值列表如下: x 0 1 2 3 4 5 y 2.08 7.68 13.8 27.1 40.8 61.2 试利用二次多项式y=a0+a1x+a2x2进行曲线拟合。 (1)多项式拟合方法:假设我们收集到两个相关变量x、y的n对观测值列表: x x0 x1 x2 x3 x4 x5 y y0 y1 y2 y3 y4 y5 我
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1398
    • 提供者:lz
  1. feixianxing

    0下载:
  2. 非线性回归模型测量PH值和亚硫酸浓度的一个Matlab程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1567
    • 提供者:王振兴
  1. pingchachengxu

    0下载:
  2. 此程序为测量中的平差程序,矩阵求逆采用初等行列变换,速度较快
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1714
    • 提供者:bobo
  1. 后方交会013417

    0下载:
  2. 摄影测量中后方交会算法的实现,通过输入测量数据可以算出交会点的小程序-photogrammetry Resection of the algorithm to achieve, through the importation of data could calculate the intersection of the small programs
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6655
    • 提供者:杨振贤
  1. Transform

    1下载:
  2. 大地测量计算程序,可以计算由WGS84坐标系转换为空间直角坐标系以及其它坐标系下的大地坐标系及高斯投影坐标系。经过软件验证,程序无误-Geodetic computer program can calculate the WGS84 coordinates into rectangular coordinates and other spatial coordinate system of the earth coordinate system and the Gauss projection
  3. 所属分类:Algorithm

    • 发布日期:2014-05-10
    • 文件大小:46080
    • 提供者:wanyinan
  1. cal

    0下载:
  2. 功能曲线拟合, 油泵参数测量程序之一, 辛苦啦-i can t discribe them
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3211
    • 提供者:张坤
  1. computer

    0下载:
  2. 一般测量需要多次观测,该程序统计对每个点各次观测的平均值及精度等信息,摆脱了以往采用EXCEL对每个点统计的痛苦!(附有实例)-General measurements require a number of observation, the program statistics for each point the average of the various observations and the accuracy of such information, from the past us
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:359271
    • 提供者:刘建
  1. cehuizhushou-code

    0下载:
  2. 测绘助手原代码,可供测绘同行学习使用,代码来自测量程序设计。-Mapping Assistant source code available for peer learning to use the mapping, the code from the measurement of program design.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:410204
    • 提供者:lhc
  1. qczdjl

    0下载:
  2. 本程序是用数学方程试计算出一个点在一条线上的垂线坐标,并判断出在线内外,是测量中用的程序!-The test procedure is used to calculate the mathematical equation of a line a point in the vertical coordinate, and determine the line outside, the procedure used to measure!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2737
    • 提供者:野益新
  1. sheyingceliang

    0下载:
  2. 摄影测量外方位元素求解的小程序,可实现外方位元素的精确求解-Photogrammetry solution of exterior orientation elements of small procedures, can be the exact solution of exterior orientation elements
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6493
    • 提供者:李易
  1. least-square-method

    0下载:
  2. 最小二乘法的matlab程序算法。测量平差常用算法-least square method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:633
    • 提供者:wushao
  1. hfjh

    0下载:
  2. 用C++编写的单片空间后方交会程序、摄影测量专业-Written in C++ single space resection program, photogrammetry, professional
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:380185
    • 提供者:李加元
  1. MyFirUploadSD

    0下载:
  2. 该源码的功能是利用用户的输入地面控制点和影像点坐标,利用最小二乘法思想最终迭代出影像的外方位元素,即摄影测量中的单幅影像后方交会。程序关键部分是在VS2010下,利用自定义的矩阵类实现的,能很好的体现出面向对象的思想。-The source function is the use of user input ground control points and image point coordinates, least-squares method using the final iterati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:125361
    • 提供者:黄翔翔
  1. 2

    0下载:
  2. 摄影测量学空间后方交会程序,完美运行,对于想要学习摄影测量的同学必备-Photogrammetry space resection program, a perfect run
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3827
    • 提供者:wyz
  1. Laser-Coord

    0下载:
  2. 激光扫描中测量数据之间的空间坐标转换程序-Laser scanning to measure the space between the coordinates of the data conversion process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:425766
    • 提供者:cgzszhang
  1. 基于测站记录手簿的支导线网自动计算程序设计

    0下载:
  2. 本程序根据数据结构中树和森林的有关概念和算法,用Visual Basic 6.0编程开发语言中的类和集合对象描述支导线网的数据结构,采用面向对象的程序编程方法,使用非递归算法,实现了基于测站记录手簿的支导线网自动计算算法。 程序可用于工程测量中的用全站仪进行观测,用手工或电子手簿记录支导线网的观测数据,根据起算和观测数据可直接对待定点进行坐标计算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-06
    • 文件大小:23065
    • 提供者:SuperGDS
  1. shuizhunceliang

    0下载:
  2. 水准测量程序,可直接读取观测文件,也可手动输入,可加权分配闭合差-Leveling program can read files directly observed, can also be entered manually, can be weighted distribution misclosure
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2355490
    • 提供者:桂仁
  1. KF

    0下载:
  2. 基于mantab的卡尔曼滤波温度测量程序,达到估计的效果,很简单的卡尔曼滤波入门程序。-Kalman filter based mantab temperature measurement procedures, to estimate the effect of a very simple Kalman filtering entry procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:704
    • 提供者:火枪手
  1. 摄影测量数据处理

    0下载:
  2. 前方交会数据处理程序,含有自己编写的间接平差函数和矩阵求逆等函数(Intersection of data processing procedures, including their own preparation of the indirect adjustment function and matrix inversion function)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:8753152
    • 提供者:ddkido
« 12 3 »
搜珍网 www.dssz.com