登录
首页 » Visual C++ » RadarDataDisp

RadarDataDisp

于 2020-11-17 发布 文件大小:3788KB
0 267
下载积分: 1 下载次数: 290

代码说明:

  雷达数据显示与分析,包括雷达P显和E显两种方式,同时还可设置雷达量程、指定目标航迹数据显示等,该代码实用,值得参考。(Radar data and analysis, including radar and E P were significantly in two ways, but can also set the radar range, specify the target track data display, the code useful as reference.)

文件列表:

RadarDataDisp
.............\DataDispProcess.aps,22944,2010-05-08
.............\DataDispProcess.clw,2564,2010-12-28
.............\DataDispProcess.cpp,2189,2004-05-18
.............\DataDispProcess.dsp,4386,2010-05-08
.............\DataDispProcess.dsw,555,2004-05-18
.............\DataDispProcess.h,1423,2004-05-18
.............\datadispprocess.log,114645,2006-01-17
.............\DataDispProcess.ncb,189440,2010-12-28
.............\DataDispProcess.opt,104448,2010-12-28
.............\DataDispProcess.plg,739,2010-12-28
.............\DataDispProcess.rc,8089,2004-05-28
.............\DataDispProcessDlg.cpp,49399,2010-12-28
.............\DataDispProcessDlg.h,3058,2004-05-27
.............\Debug
.............\.....\DataDispProcess.bsc,3212288,2010-12-28
.............\.....\DataDispProcess.exe,163905,2010-12-28
.............\.....\DataDispProcess.ilk,517880,2010-12-28
.............\.....\DataDispProcess.obj,16416,2010-05-08
.............\.....\DataDispProcess.pch,7063388,2010-05-08
.............\.....\DataDispProcess.pdb,459776,2010-12-28
.............\.....\DataDispProcess.res,3836,2010-05-08
.............\.....\DataDispProcess.sbr,0,2010-05-08
.............\.....\DataDispProcessDlg.obj,127818,2010-12-28
.............\.....\DataDispProcessDlg.sbr,0,2010-12-28
.............\.....\StdAfx.obj,105583,2010-05-08
.............\.....\StdAfx.sbr,1374978,2010-05-08
.............\.....\vc60.idb,205824,2010-12-28
.............\.....\vc60.pdb,372736,2010-12-28
.............\my_struct.h,639,2004-05-24
.............\ReadMe.txt,3741,2004-05-18
.............\res

.............\...\DataDispProcess.rc2,407,2004-05-18
.............\Resource.h,1659,2004-05-27
.............\sss.TXT,590977,2004-03-30
.............\StdAfx.cpp,217,2004-05-18
.............\StdAfx.h,1054,2004-05-18
.............\~VC22.tmp,65536,2004-05-21

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

发表评论

0 个回复

  • MATLABtargettracking
    用matlab编程实现的视频目标跟踪仿真的小程序。希望对大家有帮助。(Video target tracking matlab simulation)
    2013-04-03 21:47:36下载
    积分:1
  • matlab
    说明:  matlab课件及程序例讲解以及matlab算法实例文件(PDF)格式(courseware and procedures matlab matlab algorithm cases and practical examples to explain (PDF) format)
    2011-03-24 21:46:33下载
    积分:1
  • tanhaoqiang
    谭浩强(第三版) 程序代码及习题答案.rar(Hao (third edition) program code and answer the questions. Rar)
    2013-11-21 18:51:28下载
    积分:1
  • caltime
    遗传算法解决作业车间调度问题,,这一M文件计算工序的加工顺序与加工时间(Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function.)
    2015-04-15 15:30:03下载
    积分:1
  • XCSR_DE1.0
    - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.(- XCS for Continuous Dynamic Environments Test versions of XCS problem : real multiplexer Experiments : XCS is explored in dynamic environments with di fferent magnitudes of change to the underlying concepts. Reference papers : H. H. Dam, H. A. Abbass, C. J. Lokan. Evolutionary Online Data Mining-an Investiga tion in a Dynamic Environment. 2005. accepted for a book chapter in Springer Series o n Studies in Computational Intelligence H.H. D am, H. A. Abbass, C. J. Lokan. Be Real! XCS with Continuous- Valued Inputs. IW LCS 2005. (International Workshop on Learning Classifi er Systems). Washington DC, June 2005.)
    2006-09-02 20:53:58下载
    积分:1
  • Montecarlo
    说明:  montecarlo算法 matlab编程(montecarlo algorithm matlab programming)
    2009-08-13 18:21:40下载
    积分:1
  • rounds-of-disaster
    关于灾情巡视路线问题的数学模型,利用的是Floyd算法以及Hamilton圈改良算法(a modeling about rounds of disaster,taking advantage of the Floyd algorithm and improved Hamilton circle algorithm)
    2011-12-28 20:20:20下载
    积分:1
  • antparset
    Spatial Channel model examples
    2014-11-18 14:17:41下载
    积分:1
  • MIMO_OFDM_Simulator
    本文的程序实现在屏幕上随机产生不同大小的雪花,并以不同的速度下降。相对于第一版,它在很多性能上做了优化,直接在桌面的上下文中绘制雪花。而且,现在也通过RedrawWindow,实现在桌面的图标(如任务栏)上绘制雪花了。你可以用它来学习GDI。(Falling Snow on Your Desktop! Part II This article explains how to create an application that makes it snow on the desktop. Since my previous article was published, I received many user inquiries about how to improve the program. This article demonstrates how to create snow flakes that fall on your desktop, by using the draw functions directly in the desktop context. When the application starts, it creates an array of snow flakes and starts the timers for each flake. Manipulation of the RedrawWindow function allows the drawing of flakes behind and over the desktop icons, making the application more impressive. )
    2010-08-31 17:22:31下载
    积分:1
  • 1234567
    实现智能编辑控制控件和一个滑杆控制控件可以同步变化(Editorial control Intelligent control and a slider control can take place in parallel changes in control)
    2008-01-24 10:49:50下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载