登录
首页 » Visual C++ » CUDA-SAR-

CUDA-SAR-

于 2011-07-20 发布 文件大小:13422KB
0 206
下载积分: 1 下载次数: 127

代码说明:

  在VS2005环境下,使用CUDA编程实现SAR成像中CSA算法的实现,得到了很好的加速比。(In the VS2005 environment, using the CUDA programming SAR imaging algorithm implementation in the CSA, has been very good speedup.)

文件列表:

CUDA-SAR imaging CSA
....................\CUDA-SAR imaging CSA.pdf,1302678,2011-07-20
....................\原始数据
....................\........\echo_m60.txt,13359779,2011-05-21
....................\并行代码
....................\........\complex.h,1481,2011-05-30
....................\........\cppIntegration.cu,21133,2011-06-08
....................\........\cppIntegration.ncb,10079232,2011-06-02
....................\........\cppIntegration.sln,2045,2008-06-21
....................\........\cppIntegration.vcproj,21112,2011-05-31
....................\........\cppIntegration.vcproj.GUJIUXIANG.jxgu.user,2647,2011-06-02
....................\........\cppIntegration_gold.cpp,105,2011-05-22
....................\........\Debug
....................\........\.....\BuildLog.htm,157747,2011-05-30
....................\........\echo_m60.txt,13359779,2011-05-21
....................\........\EmuDebug
....................\........\........\BuildLog.htm,167525,2011-06-01
....................\........\........\cppIntegration.exe.intermediate.manifest,145,2011-06-01
....................\........\........\cppIntegration.obj,361343,2011-06-01
....................\........\........\cppIntegration.pdb,1960960,2011-06-01
....................\........\........\main.obj,23661,2011-06-01
....................\........\........\mt.dep,69,2011-06-01
....................\........\........\vc80.idb,347136,2011-06-01
....................\........\........\vc80.pdb,102400,2011-06-01
....................\........\main.cpp,4474,2011-06-09
....................\........\parameter.h,644,2011-06-08
....................\........\vc80.pdb,176128,2011-06-01

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

发表评论


0 个回复

  • atjjs
    埃特金加速法,一个数值分析中的算法,大家先看看哦(Aitken acceleration method, a numerical analysis of the algorithm, we look at the flash open her cloak)
    2007-06-18 10:34:17下载
    积分:1
  • practice6_17
    用矩阵法求定积分1/(1+x^2)dx,区间是(-4,4)(Definite Integral Matrix Method)
    2010-05-17 01:34:47下载
    积分:1
  • Gauss-Projection
    一个通过高斯正反算公式计算高斯投影后投影平面的二维坐标,也可通过坐标反算大地经纬度。提供54系,西安80系,WGS-84系和CGCS2000系四种椭球参数。(A positive and negative Gaussian Formulas to calculate the two-dimensional coordinates of the Gauss projection projection plane can also be computed from coordinates latitude and longitude of the earth. 54 Department of the the Xi' an 80 series, WGS-84 system and CGCS2000 Department of four oval ball parameters.)
    2020-12-10 16:09:19下载
    积分:1
  • CPPsimplex
    单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。 (Simplex method for the minimum)
    2011-09-18 22:57:30下载
    积分:1
  • Project10
    采用数值分析课程中的插值逼近以及曲面拟合方法来估算复杂的函数表达式。(Interpolation approximations and surface fitting methods are used in the numerical analysis course to estimate complex function expressions.)
    2016-12-20 10:08:03下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • KMP-string-match
    编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
    2013-12-08 01:12:46下载
    积分:1
  • jx
    说明:  矩形件排样的模拟退火算法求解 适用于矩形件的排样(Rectangular pieces of nesting of simulated annealing algorithm for nesting of rectangular parts)
    2008-08-20 18:15:39下载
    积分:1
  • 1
    说明:  实现重力式热管换热器设计计算功能,简单按照设计任务书,给出所需热管的结构尺寸,涉及的热管蒸发段和冷凝段长度分别为1m,绝热段长度30cm,内径20cm,外径25cm,热管工质为水。(Realize the gravity heat pipe heat exchanger design and calculation functions , simple design in accordance with the mission statement , given the size of the required structure of the heat pipe , heat pipe evaporator and condenser section lengths were involved 1m, adiabatic length 30cm, inner diameter 20cm, 25cm outside diameter heat pipe working fluid is water. )
    2015-03-01 18:45:20下载
    积分:1
  • phase-equivalence
    C 语言,模拟流体相平衡过程,得到混合气体平衡态以后的工况参数(C language to simulate fluid phase equilibrium process, to obtain a mixed gas equilibrium after working parameters)
    2020-09-04 16:48:06下载
    积分:1
  • 696518资源总数
  • 104569会员总数
  • 24今日下载