登录
首页 » 算法 » 卫星单点定位

卫星单点定位

于 2022-06-15 发布 文件大小:3.95 kB
0 190
下载积分: 2 下载次数: 2

代码说明:

里面有关于如何读取卫星星历文件。其中包括读取卫星头文件,接收机的信息,接收机的近似坐标,卫星的编码信息及卫星的颗数等一系列的信息。其中还包括根据这些信息而求得的接收机的精确位置。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 优化设计的程序,包括一位搜索,及无约束搜索方
    优化设计的程序,包括一位搜索,及无约束搜索方法-Optimal design procedures, including a search, and the unconstrained search method
    2023-06-20 06:30:03下载
    积分:1
  • hsjgvdshjdvshvssssdjvs
    sjdhgsssssss js dhs shdghs hsaj hsds hsdgas d asd asd asf sd xc zxc zxc zxc zxcz xvc zxc zc zc zc zc zc zxc zxc zc zxc zc zc zc zc zc zc zc zc zc zd sdhjsdsdss dsdscf sfxzvc xvx v xcxcz xcs ad zxvx ssda asfsd sfa sfsa xzcx sfsfsf s fasnfb;
    2022-01-31 12:33:55下载
    积分:1
  • 串口,网口数据传输接口
    通过对串口和网口的封装,使其只调用一个接口,实例化自己的设备对象,就能够调用相应的读写操作,能够实现统一
    2022-03-03 13:03:19下载
    积分:1
  • 对数回归方程logarithmregress.cs方程模型y = * LN…
    对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。 -Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
    2022-08-31 23:15:03下载
    积分:1
  • 大家一定写过计器程序吧!但如果让你写一个用来计成千上万位数的程序,你也许不会那么容易就写出来吧!...
    大家一定写过计算器程序吧!但如果让你写一个用来计算成千上万位数的程序,你也许不会那么容易就写出来吧!-wrote calculator program! But if you write one used to calculate the median of thousands of procedures, you may not be so easy to write honest!
    2022-08-17 14:08:34下载
    积分:1
  • 多级划分发的应用
    应用背景现实生活中,电路、路网等很多的应用都需要分析大量的图信息,现在高效分析的做法就是将应用中的图抽象为一个数学意义上的图,可以讲电子元件、路元等元素抽象为图中的顶点,将元素之间的关系抽象为图中的边,将这个关的属性抽象为边上的权重,这样我们就面对一个分析处理这个巨大图的问题,metis算法就是高效解决这个问题的一个算法。关键技术多级划分算法包括粗化,初始划分和细化三个部分。其中粗化部分是为了减少图的规模,减少图的复杂度,构件图的多级层次;初始划分是为了将图粗化到一定程度之后,对被粗化的图进行初次划分;细化算法是按着粗化的层次一层一层的将图恢复成原状并且恢复过程中逐层优化。
    2022-07-11 06:52:16下载
    积分:1
  • 等值线生成,用C编写的,用趋势面加权最小二乘网格点高程。...
    等值线生成算法,用C编写的,用趋势面加权最小二乘法计算网格点高程。-Contour generation algorithm, written using C, using trend surface weighted least squares method to calculate grid point elevation.
    2023-06-21 21:55:03下载
    积分:1
  • 基本矩阵运 : +
    基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerproduct,coldim, rowdim, rank, nullity. *-basic matrix calculation :-*, power, transpose, trace, determinant, minor, matrix of minor, cofactor, the matrix of cofactor, adjoint, inverse, Gauss, gaussjordan, linear transformation, LU decomposition, Gram-Schmidt process, the similarity. B ) Basic vectors functions : norm, distance, innerproduct, coldim, rowdim, rank, nullity.*
    2022-07-09 08:21:12下载
    积分:1
  • Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules...
    第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘操作单元DISK 2.4 热键单元POPUP 2.5 数据库交互单元DBASE 2.6 扩充内存单元EMS 2.7 扩展内存单元XMS 2.8 数学函数单元MATH 2.9 矩阵运算单元MATRIX 2.10 概率分布函数单元PROB 2.11 复数运算单元COMPLEX 第3章 实用程序 3.1 软锁驱动器程序 3.2 锁硬盘逻辑盘程序 3.3 稿纸打印程序 3.4 源程序列表程序 3.5 查找并替换程序 3.6 备份硬盘主引导扇区程序 3.7 四通-PC文本文件转换程序 3.8 SPT文件与BMP文件的双向转换程序 3.9 数据库卡片打印程序 3.10 BATCH文件转换为COM文件程序 3.11 机密文件的有效销毁程序 3.12 释放内存程序 附录1 源程序文件索引表 附录2 各种显示卡及其显示模态表 -Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (C
    2022-08-10 00:12:37下载
    积分:1
  • 查看各目录文件大小,可以很快查找出个文件的大小,当硬盘空间不足时。...
    查看各目录文件大小,可以很快查找出个文件的大小,当硬盘空间不足时。-See the directory file size, can quickly find out the size of files, when the hard disk space is insufficient.
    2022-02-02 02:43:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载