摘要
FORTRAN适合于编制数值计算程序 ,但不易于编制菜单等用户界面。 VisualBasic的特点恰恰是易于编制用户界面。因此 Visual Basic和 FORTRAN的混合编程是许多程序员所关注的问题。本文详细介绍了如何用 Visual Basic和 FORTRAN混合编程研制测量数据处理程序 ,并以算例的形式给出了 WGS84坐标系下地心坐标转换到大地坐标 (XYZ→BLH)直接算法的源程序。
There are many surveying softwares made in FORTRAN because of its easy usage, but it is difficult to design menu and draw graphs. However it is easy to do so in Visual Basic.That is why so many programmers pay close attention to mixed language programming. This paper introduces in detail how to compile Visual Basic FORTRAN mixed language program.A source code example of coordinate transformation in WGS 84 system(XYZ→BLH) is given.
出处
《地壳形变与地震》
CSCD
2000年第1期67-72,共6页
Crustal Deformation and Earthquake
基金
国家重点科技攻关项目!"新疆伽师强震群成因及帕米尔东北侧强震预报研究"(批准号 96 - 913- 0 7)的资助
关键词
混合语言编程
坐标转换
测量数据
处理程序
Visual Basic,FORTRAN,mixed language programming, coordinate transformation