登录
首页 » Visual C++ » 4564894

4564894

于 2016-04-05 发布 文件大小:133KB
0 299
下载积分: 1 下载次数: 7

代码说明:

  本文件包含了三钟电离层延迟参数模型,可以界面化(This document contains the Angelus ionospheric delay model parameters, you can interface technology)

文件列表:

三种电离层模型
..............\EGNOS.sln,905,2015-12-19
..............\对流层延迟模型
..............\..............\bin
..............\..............\...\Debug
..............\..............\...\.....\对流层延迟模型.exe,40960,2015-12-24
..............\..............\...\.....\对流层延迟模型.pdb,54784,2015-12-24
..............\..............\...\.....\对流层延迟模型.vshost.exe,11600,2015-12-24
..............\..............\...\.....\对流层延迟模型.vshost.exe.manifest,490,2014-05-28
..............\..............\...\Release
..............\..............\Form1.cs,9047,2015-12-24
..............\..............\Form1.Designer.cs,21936,2015-12-24
..............\..............\Form1.resx,23224,2015-12-24
..............\..............\Form2.cs,3023,2015-12-24
..............\..............\Form2.Designer.cs,14698,2015-12-24
..............\..............\Form2.resx,5817,2015-12-24
..............\..............\Meteorological.cs,827,2015-12-20
..............\..............\Model.cs,10018,2015-12-24
..............\..............\obj
..............\..............\...\x86
..............\..............\...\...\Debug
..............\..............\...\...\.....\DesignTimeResolveAssemblyReferences.cache,5420,2015-12-23
..............\..............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6386,2015-12-24
..............\..............\...\...\.....\TempPE
..............\..............\...\...\.....\对流层延迟模型.csproj.FileListAbsolute.txt,2076,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.csproj.GenerateResource.Cache,1033,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.csprojResolveAssemblyReference.cache,9214,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.exe,40960,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.Form1.resources,12614,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.Form2.resources,180,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.pdb,54784,2015-12-24
..............\..............\...\...\.....\对流层延迟模型.Properties.Resources.resources,180,2015-12-24
..............\..............\Para.cs,491,2015-12-23
..............\..............\Program.cs,502,2015-12-23
..............\..............\Properties
..............\..............\..........\AssemblyInfo.cs,1374,2015-12-19
..............\..............\..........\Resources.Designer.cs,2894,2015-12-19
..............\..............\..........\Resources.resx,5612,2015-12-19
..............\..............\..........\Settings.Designer.cs,1108,2015-12-19
..............\..............\..........\Settings.settings,249,2015-12-19
..............\..............\Saas.cs,996,2015-12-24
..............\..............\对流层延迟模型.csproj,4156,2015-12-23

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

发表评论

0 个回复

  • hnt
    说明:  汉诺塔问题的另一种解法,方法非常灵活有效,运行效率高(HANOR of another solution, a very flexible and effective method, high efficiency operation)
    2006-04-29 22:43:33下载
    积分:1
  • involute-gear-drawing
    通过VB编写的简易绘制齿轮渐开线的程序,运用了VB的各种基本控件(Easy draw gear involute program written in VB, the use of a variety of basic controls in VB)
    2012-05-04 09:32:53下载
    积分:1
  • CChartDll
    一个免费的C++ windows绘图类,功能丰富,实用,界面美观,可以实现多种图形的绘制。(C++ drawing class, feature-rich, practical, and can achieve a variety of graphics rendering.)
    2013-04-11 14:18:45下载
    积分:1
  • 2010Expo-tour-guide-system
    Shanghai World Expo tour guide system上海世博会导游系统(Shanghai World Expo tour guide system)
    2013-10-16 20:38:01下载
    积分:1
  • MFC
    包含一系列MAC学习ppt,对MFC做出了全面的讲解(Contains a range of MAC learning ppt, made a comprehensive presentation on MFC)
    2013-03-22 13:48:11下载
    积分:1
  • Dialog6
    将所填写的数据信息插入列表视图中,本程序中运用了两种控件,一是列表视图控件,而是按钮控件(Will fill in the data information is inserted into the list view, this procedure using two types of controls, one is the list view control, but the button control)
    2014-07-05 14:50:27下载
    积分:1
  • ccrpprg
    说明:  带进度条的下载控件和源码,带进度条的下载控件和源码(with the progress of the download source control and, with the progress of the download and source control)
    2006-03-02 12:07:06下载
    积分:1
  • DXF_read_display_wxwidgets
    编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。 编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。 本人英文不好,以下英文描述为自动翻译。请见谅(Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect. Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines. Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page)
    2010-07-11 21:08:48下载
    积分:1
  • menu20100428
    说明:  VB 菜单的竖向分列,VB 菜单的竖向分列
    2010-04-28 10:18:35下载
    积分:1
  • cnrrespond_wide
    CodeBlocks工程文件,请使用该软件打开(CodeBlocks project file, please use this software to open)
    2018-12-25 18:03:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载