登录
首页 » WINDOWS » AirScout_V1_2_0_5

AirScout_V1_2_0_5

于 2020-07-05 发布
0 214
下载积分: 1 下载次数: 0

代码说明:

说明:  Ham Radio Utility software for Doppler Radar, for Plane Scatter

文件列表:

AeroWizard.dll, 332800 , 2016-12-27
AeroWizard.pdb, 642560 , 2016-12-27
airport.png, 72682 , 2016-12-05
AirScout.Core.dll, 6144 , 2016-12-30
AirScout.Core.pdb, 13824 , 2016-12-30
AirScout.Database.Core.dll, 59392 , 2016-12-30
AirScout.Database.Core.pdb, 163328 , 2016-12-30
AirScout.exe, 7251968 , 2017-01-02
AirScout.exe.config, 23899 , 2016-12-24
AirScout.pdb, 529920 , 2017-01-02
AquaGauge.dll, 19456 , 2016-11-19
AquaGauge.pdb, 32256 , 2016-11-19
CubicSpline.dll, 7680 , 2016-11-19
CubicSpline.pdb, 19968 , 2016-11-19
GMap.NET.Core.dll, 2379264 , 2016-11-19
GMap.NET.Core.pdb, 654848 , 2016-11-19
GMap.NET.WindowsForms.dll, 155136 , 2016-11-19
GMap.NET.WindowsForms.pdb, 194048 , 2016-11-19
Ionic.Zip.dll, 492032 , 2011-08-06
Ionic.Zip.pdb, 765440 , 2011-08-06
Ionic.Zip.xml, 909019 , 2011-08-06
LibADSB.dll, 38400 , 2016-12-27
LibADSB.pdb, 77312 , 2016-12-27
LICENSE, 131425 , 2016-12-10
Mono.Data.SqliteClient.dll, 53760 , 2012-11-27
NDde.dll, 111104 , 2016-11-19
NDde.pdb, 357888 , 2016-11-19
NDde.xml, 150001 , 2015-03-21
Newtonsoft.Json.dll, 523776 , 2016-11-19
Newtonsoft.Json.pdb, 1476096 , 2016-11-19
Newtonsoft.Json.xml, 494357 , 2016-11-19
plane.png, 2401 , 2015-01-25
PlaneFeeds.dll, 105472 , 2016-12-30
PlaneFeeds.pdb, 271872 , 2016-12-30
Renci.SshNet.dll, 443392 , 2016-11-19
Renci.SshNet.pdb, 1412608 , 2016-11-19
Renci.SshNet.xml, 776399 , 2016-11-19
ScoutBase.Core.dll, 48128 , 2016-12-27
ScoutBase.Core.pdb, 122368 , 2016-12-27
ScoutBase.dll, 75264 , 2016-12-30
ScoutBase.Elevation.dll, 10752 , 2016-12-30
ScoutBase.Elevation.pdb, 22016 , 2016-12-30
ScoutBase.pdb, 175616 , 2016-12-30
SerializableGeneric.dll, 10240 , 2016-12-27
SerializableGeneric.pdb, 36352 , 2016-12-27
sqlite3.dll, 789411 , 2016-04-12
VersionHistory.txt, 7065 , 2016-12-28
WinTest.dll, 6144 , 2016-12-27
WinTest.pdb, 13824 , 2016-12-27
Zeptomoby.OrbitTools.Core.dll, 23040 , 2016-11-19
Zeptomoby.OrbitTools.Core.pdb, 67072 , 2016-11-19
Zeptomoby.OrbitTools.Orbit.dll, 24576 , 2016-11-19
Zeptomoby.OrbitTools.Orbit.pdb, 44544 , 2016-11-19

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

发表评论

0 个回复

  • the-easiest-serialport
    最简单的串口收发程序,全部用VC++实现,对初学VC串口通信的朋友有很大帮助,提供全部源代码,提供串口类的.CPP和.H文件。(The simplest procedure serial transceivers, all with VC++ implementation of serial communication beginner VC friend of great help, providing all the source code, to provide serial port class. CPP and. H files.)
    2011-07-11 00:11:53下载
    积分:1
  • mangfenli
    本程序主要使用matlab语言描述了信号调制方式是别的过程,当信噪比大于10时可以实现对所选信号调制方式的识别(signal processing matlab large than 10dB)
    2011-12-11 15:43:07下载
    积分:1
  • M-QAMsimulink
    用于仿真2,4,8,16,.......任意进制的M-QAM的仿真源代码,MATALB编写(for simulation 2,4,8,16, ... arbitrary 229 M-QAM the simulation source code, prepared Aspect)
    2007-03-03 14:31:15下载
    积分:1
  • MathType
    说明:  MathType需要与其他文档编辑工具搭配使用,并且能够与office系列软件完美兼容,可用在编辑数学试卷、书籍、报刊、论文、幻灯演示等方面,是编辑数学资料的得力工具,所以受到了广大用户的一致好评。并且office系列本就内置有MathType的缩减版,这让用户们更加易于上手。(MathType needs to be used with other document editing tools, and can be perfectly compatible with office series software. It can be used in editing math papers, books, newspapers, papers, slide shows, etc. it is a powerful tool for editing math materials, so it has been unanimously praised by the majority of users. And the office series has a reduced version of MathType built in, which makes it easier for users to get started.)
    2020-04-03 02:09:10下载
    积分:1
  • usb_20_20190524
    this is official usb2.0 protocol
    2020-06-21 09:00:01下载
    积分:1
  • gest
    void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
    2012-04-30 16:41:44下载
    积分:1
  • shoujiyouxi
    JVAV手机游戏代码及说明,可以运行的,很实用,是毕业设计时用的代码,通过了老师的答辩(JVAV mobile game code and description, you can run, and very practical design is a graduate of the code used by the teacher)
    2008-03-31 11:53:27下载
    积分:1
  • 7fhsscode
    扩频通信系统的跳频 matalab源代码,源程序。(Spread spectrum communication system of frequency hopping matalab source code, the source program. )
    2012-05-08 15:31:12下载
    积分:1
  • 基于STM32单片机的ECG心电滤波算法
    基于stm32的心电滤波算法,用MATLAB说明(STM32 based ECG filtering algorithm, illustrated by MATLAB)
    2018-04-06 21:05:24下载
    积分:1
  • chengxu
    说明:  小区同频干扰源码。建立基站、设置功率传输比...很有用的。(co-channel interference in matlab. Include establishing stations and power transmission ratio.)
    2010-03-29 10:55:37下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载