登录
首页 » Visual C++ » BackscatterMap

BackscatterMap

于 2021-03-31 发布 文件大小:59KB
0 251
下载积分: 1 下载次数: 9

代码说明:

  雷达影像后向散射系数计算,并绘制后向散射系数图(backscattering coefficients of Radar image, show the figure of backscatter coefficients)

文件列表:

BackscatterMap
..............\WindowsApplication4
..............\...................\bin
..............\...................\...\Debug
..............\...................\...\.....\WindowsApplication4.exe,32768,2009-08-04
..............\...................\...\.....\WindowsApplication4.pdb,58880,2009-08-04
..............\...................\...\.....\WindowsApplication4.vshost.exe,5632,2005-11-11
..............\...................\calBackscatter.cs,1446,2009-07-03
..............\...................\calculate.cs,9052,2009-08-04
..............\...................\Form1.cs,7434,2009-07-08
..............\...................\Form1.Designer.cs,2910,2009-07-03
..............\...................\Form1.resx,5814,2009-07-02
..............\...................\getBackscatter.cs,2962,2009-07-08
..............\...................\obj
..............\...................\...\Debug
..............\...................\...\.....\Refactor
..............\...................\...\.....\TempPE
..............\...................\...\.....\WindowsApplication4.csproj.GenerateResource.Cache,842,2009-07-02
..............\...................\...\.....\WindowsApplication4.exe,32768,2009-08-04
..............\...................\...\.....\WindowsApplication4.Form1.resources,180,2009-07-02
..............\...................\...\.....\WindowsApplication4.pdb,58880,2009-08-04
..............\...................\...\.....\WindowsApplication4.Properties.Resources.resources,180,2009-07-02
..............\...................\...\WindowsApplication4.csproj.FileList.txt,352,2009-07-08
..............\...................\...\WindowsApplication4.csproj.FileListAbsolute.txt,1280,2009-08-04
..............\...................\Program.cs,626,2009-06-30
..............\...................\Properties
..............\...................\..........\AssemblyInfo.cs,1186,2009-06-30
..............\...................\..........\Resources.Designer.cs,2892,2009-06-30
..............\...................\..........\Resources.resx,5612,2009-06-30
..............\...................\..........\Settings.Designer.cs,1102,2009-06-30
..............\...................\..........\Settings.settings,249,2009-06-30
..............\...................\readgrid.cs,2802,2009-07-31
..............\...................\shadowing.cs,5530,2009-07-07
..............\...................\WindowsApplication4.csproj,3454,2009-07-03
..............\WindowsApplication4.sln,946,2009-06-30

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

发表评论

0 个回复

  • 0--9shibie
    用MATLAB 实现一简单的数字(0--9)识别程序,非常好的源码。(Using MATLAB to achieve a simple number (0- 9) identification procedures, a very good source.)
    2008-01-04 10:40:19下载
    积分:1
  • matlab12
    由于libsvm的matlab版本的工具箱libsvm-mat并没有给出寻参的函数模块,而无论利用libsvm工具箱进行分类还是回归,参数的选取是十分重要的,鉴于此libsvm-mat-2.89-3[FarutoUltimate3.0]在 libsvm-mat-2.89-3的基础上给出相应的辅助函数插件,方便用户来选取最佳的参数,现对该工具箱里主要的辅助函数插件的接口进行介绍。(As the matlab version of the toolbox libsvm libsvm-mat and did not give to find a function module parameters, regardless of classification using libsvm toolbox or regression, parameter selection is very important, in view of the libsvm-mat-2.89-3 [ FarutoUltimate3.0] in libsvm-mat-2.89-3 is given on the basis of the corresponding auxiliary function plugin user to select the best parameters, the toolbox is the main interface to plug the auxiliary functions are introduced.)
    2011-05-23 16:28:40下载
    积分:1
  • FFT
    此代码是用MATLAB进行对数据做FFT变换(This code is done using MATLAB FFT transform data)
    2014-05-05 20:47:23下载
    积分:1
  • h.245-c
    H.245是H.323协议族中用于媒体信道控制的协议主要完成多媒体通信中每个逻辑通道的建立维护和释放具(H.245 is a protocol for H.323 protocol suite in the main media channels control the completion of the establishment of multimedia communication in each logical channel maintenance and release of a)
    2014-08-28 20:24:11下载
    积分:1
  • 3GPFileViewerV0_1_3B__20070328
    一个分析3GP文件格式的程序,可以帮助大家了解3GP文件的格式(An analysis of 3GP file format of the program that can help us to know the 3GP file format)
    2010-03-08 16:50:27下载
    积分:1
  • extrema
    用c语言编写了matlab中的extrema函数~ 功能 输出一个离散信号的极大值,极小值及其他们的位置~(C language extrema in matlab function to function great value, minimum value of output a discrete signal their location ~)
    2012-08-17 11:05:17下载
    积分:1
  • simmm1
    MMM1排队系统建模与仿真,可以用MATLAB运行,有2个仿真图(MMM1 queuing system modeling and simulation, you can use MATLAB to run, there are two simulation charts)
    2010-12-28 07:25:49下载
    积分:1
  • MFCBandFilter
    一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明(use a filter to write MFC source code, code structure is very delicate, can be functional : a fixed band-pass filtering two variable bandpass filter to delete four 3 noise input and output error calculation is relatively simple to achieve. As the use of Microsoft Foundation classes, code process is simple, but to achieve the more fully functional Filter.h : The first document, CFilterApp definition of the category Filter.cpp : MFC function realized CFilterApp Filter.rc : resource files, including dialog box and the note icon)
    2006-12-04 17:13:56下载
    积分:1
  • vc++_Library
    Visual C Project Case Navigation source code ,Visual C++,source in ebook.(Visual C source Navigation Project co Case de, Visual C source in ebook.)
    2006-12-04 02:20:48下载
    积分:1
  • EngineEx
    C/C++中调用MATLAB引擎的数值仿真的实现,运行环境:VC++6、matlab6 注意事项:微分方程文件“fun.m”放在matlab的work目录下。(C/C++ Call the MATLAB engine numerical simulation of the realization of operating environment: VC 6, matlab6 Notes: Differential Equations document )
    2007-09-14 14:10:01下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载