登录
首页 » Fortran » RNX2GTEX

RNX2GTEX

于 2020-10-08 发布
0 176
下载积分: 1 下载次数: 2

代码说明:

说明:  将GNSS RINEX数据转换为电离层总电子含量(GTEX格式)(Convert GNSS RINEX data to Ionospheric Total Electron Content (GTEX format))

文件列表:

RNX2GTEX_1.1.1, 0 , 2014-02-26
RNX2GTEX_1.1.1\Coordinates.o, 4392 , 2014-02-26
RNX2GTEX_1.1.1\Path_Position.o, 10008 , 2014-02-26
RNX2GTEX_1.1.1\Lenz.f, 202 , 2014-02-26
RNX2GTEX_1.1.1\Read_RINEX.f, 6840 , 2014-02-26
RNX2GTEX_1.1.1\main.f, 5067 , 2014-02-26
RNX2GTEX_1.1.1\igsweek.sh, 681 , 2014-02-26
RNX2GTEX_1.1.1\Get_TEC.f, 3232 , 2014-02-26
RNX2GTEX_1.1.1\get_orbit.sh, 3114 , 2014-02-26
RNX2GTEX_1.1.1\RNX2GTEX, 59844 , 2014-02-26
RNX2GTEX_1.1.1\Julian_Day.o, 2288 , 2014-02-26
RNX2GTEX_1.1.1\filename.list, 13 , 2014-02-26
RNX2GTEX_1.1.1\gpscal.o, 1520 , 2014-02-26
RNX2GTEX_1.1.1\Write_TEC.f, 4259 , 2014-02-26
RNX2GTEX_1.1.1\Read_GPS_Orbits.o, 10584 , 2014-02-26
RNX2GTEX_1.1.1\Path_Position.f, 9059 , 2014-02-26
RNX2GTEX_1.1.1\param.list, 240 , 2014-02-26
RNX2GTEX_1.1.1\Get_Param.o, 5104 , 2014-02-26
RNX2GTEX_1.1.1\README~, 3664 , 2014-02-26
RNX2GTEX_1.1.1\Get_Param.f, 987 , 2014-02-26
RNX2GTEX_1.1.1\Correct_Slip2.o, 6984 , 2014-02-26
RNX2GTEX_1.1.1\Define.h, 3492 , 2014-02-26
RNX2GTEX_1.1.1\julcal_n, 925 , 2014-02-26
RNX2GTEX_1.1.1\RNX2GTEX.sh, 7545 , 2014-02-26
RNX2GTEX_1.1.1\Julian_Day.f, 385 , 2014-02-26
RNX2GTEX_1.1.1\Open_TEC.f, 897 , 2014-02-26
RNX2GTEX_1.1.1\Write_Header.o, 22584 , 2014-02-26
RNX2GTEX_1.1.1\Write_TEC.o, 7096 , 2014-02-26
RNX2GTEX_1.1.1\Coordinates.f, 1834 , 2014-02-26
RNX2GTEX_1.1.1\Read_GPS_Orbits.f, 3904 , 2014-02-26
RNX2GTEX_1.1.1\README, 3724 , 2014-02-26
RNX2GTEX_1.1.1\Read_RINEX.o, 17560 , 2014-02-26
RNX2GTEX_1.1.1\Lenz.o, 1568 , 2014-02-26
RNX2GTEX_1.1.1\Makefile, 1602 , 2014-02-26
RNX2GTEX_1.1.1\gpscal.f, 416 , 2014-02-26
RNX2GTEX_1.1.1\Open_RINEX.f, 1333 , 2014-02-26
RNX2GTEX_1.1.1\Get_TEC.o, 4936 , 2014-02-26
RNX2GTEX_1.1.1\Path_Position.f_bak, 9247 , 2014-02-26
RNX2GTEX_1.1.1\main.o, 9584 , 2014-02-26
RNX2GTEX_1.1.1\Open_TEC.o, 3968 , 2014-02-26
RNX2GTEX_1.1.1\Write_Header.f, 7012 , 2014-02-26
RNX2GTEX_1.1.1\Open_RINEX.o, 4424 , 2014-02-26
RNX2GTEX_1.1.1\Correct_Slip2.f, 4030 , 2014-02-26

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

发表评论

0 个回复

  • LGKT4
    四阶龙格库塔法解一阶二元微分方程 应用于数值计算(Fourth-order Runge-Kutta method for solving a class of binary differential equations for numerical calculation)
    2010-06-29 11:55:57下载
    积分:1
  • 材料中用相场法模拟合金凝固相变的程序 1658947 Console6
    计算材料学中用相场法模拟合金凝固相变的程序(Computational Materials Science using phase-field simulation of solidification phase change process)
    2021-01-28 16:38:34下载
    积分:1
  • scmt.m
    说明:  用PSO-BPNN算法对时间序列数据进行拟合并预测未来一段时间数据(Using pso-bpnn algorithm to predict the future time series data)
    2019-11-08 17:15:53下载
    积分:1
  • spmv_csr
    稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。 CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序(Sparse matrix DIA/ELLPACK/COO/CSR/HYB representation, as well as the representation of the sparse matrix multiplication (large sparse matrix* vector)' s CUDA implementation. For each row of the sparse matrix representing the number of elements the case of unification, ELLPACK that the best, followed by HYB (ELL+COO). NVIDIA CUDA ™ is introduced by a general purpose parallel computing architecture that makes the GPU to solve complex computational problems. It contains the CUDA Instruction Set Architecture (ISA) and the GPU parallel computing engine. Developers can now use the C language to write programs for the CUDA ™ architecture)
    2013-07-11 17:46:21下载
    积分:1
  • computeAreaOfPolygon
    计算多边形(凸凹)面积。 欢迎批评指正(Calculating polygon (convex and concave) area. Welcome criticism)
    2008-04-24 20:38:30下载
    积分:1
  • n_queen_QS4
    利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快(Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast)
    2020-11-29 21:29:27下载
    积分:1
  • Lingo11
    说明:  lingo软件分享,lingo是专门用于解决规划问题的数值计算工具,操作简便(Lingo Software Sharing, Lingo is a numerical calculation tool specially used to solve planning problems. It is easy to operate.)
    2020-06-22 11:40:01下载
    积分:1
  • PMV-VB
    PMV,的热舒适指标计算程序VB编码,可供参考(PMV, thermal comfort index calculation program VB code, for reference)
    2020-11-17 16:09:40下载
    积分:1
  • welding-residual-stress
    关于焊接残余应力的Abaqus子程序-DFLUX(The Abaqus subprogram-DFLUX on welding residual stress)
    2012-10-25 16:29:20下载
    积分:1
  • LL1 grammer
    vc++实现编译原理中的LL(1)文法的编译过程,非常好用.(vc realization of the principle of compiler LL (1) grammar compiler course, very handy.)
    2005-07-03 21:22:30下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载