登录
首页 » Visual C++ » 用CUDA的SAR面目标回波生成的代码source

用CUDA的SAR面目标回波生成的代码source

于 2020-07-20 发布 文件大小:7990KB
0 361
下载积分: 1 下载次数: 47

代码说明:

  用CUDA的SAR面目标回波生成的代码。(Multiple points SAR echo simulation Algorithm based on GPU via CUDA)

文件列表:

面目标回波生成代码
..................\complex_def.c,4697,2010-09-09
..................\complex_def.h,4138,2010-09-09
..................\DEM_create.c,3405,2010-09-09
..................\DEM_create.h,2273,2010-09-09
..................\file_mat.c,18025,2010-09-09
..................\file_mat.h,10314,2010-09-09
..................\main.c,1365,2010-09-09
..................\raw_signal.c,19851,2010-09-09
..................\raw_signal.h,5937,2010-09-09
..................\test
..................\....\Debug
..................\....\.....\CL.read.1.tlog,18090,2012-12-14
..................\....\.....\CL.write.1.tlog,4986,2012-12-14
..................\....\.....\complex_def.obj,19688,2012-12-14
..................\....\.....\DEM_create.obj,8504,2012-12-14
..................\....\.....\file_mat.obj,20098,2012-12-14
..................\....\.....\link-cvtres.read.1.tlog,2,2012-12-14
..................\....\.....\link-cvtres.write.1.tlog,2,2012-12-14
..................\....\.....\link.4332-cvtres.read.1.tlog,2,2012-12-14
..................\....\.....\link.4332-cvtres.write.1.tlog,2,2012-12-14
..................\....\.....\link.4332.read.1.tlog,2,2012-12-14
..................\....\.....\link.4332.write.1.tlog,2,2012-12-14
..................\....\.....\link.8068-cvtres.read.1.tlog,2,2012-12-14
..................\....\.....\link.8068-cvtres.write.1.tlog,2,2012-12-14
..................\....\.....\link.8068.read.1.tlog,2,2012-12-14
..................\....\.....\link.8068.write.1.tlog,2,2012-12-14
..................\....\.....\link.read.1.tlog,8854,2012-12-14
..................\....\.....\link.write.1.tlog,2842,2012-12-14
..................\....\.....\main.obj,6670,2012-12-14
..................\....\.....\mt.read.1.tlog,674,2012-12-14
..................\....\.....\mt.write.1.tlog,350,2012-12-14
..................\....\.....\raw_signal.obj,32370,2012-12-14
..................\....\.....\rc.read.1.tlog,618,2012-12-14
..................\....\.....\rc.write.1.tlog,634,2012-12-14
..................\....\.....\test.exe,567808,2012-12-14
..................\....\.....\test.exe.embed.manifest,406,2011-12-28
..................\....\.....\test.exe.embed.manifest.res,472,2012-12-14
..................\....\.....\test.exe.intermediate.manifest,381,2012-12-14
..................\....\.....\test.ilk,1115136,2012-12-14
..................\....\.....\test.lastbuildstate,91,2012-12-14
..................\....\.....\test.log,8893,2012-12-14
..................\....\.....\test.pdb,2083840,2012-12-14
..................\....\.....\test_main.obj,2478,2010-09-09
..................\....\.....\test_manifest.rc,204,2011-12-28
..................\....\.....\vc100.idb,68608,2012-12-14
..................\....\.....\vc100.pdb,61440,2012-12-14
..................\....\.....\vc60.pdb,53248,2010-09-09
..................\....\ipch
..................\....\....\test-3fed1ee1
..................\....\....\.............\test-36d04f6.ipch,2359296,2012-12-25
..................\....\RAW_signal.txt,23910066,2012-12-14
..................\....\test.dsp,4785,2010-09-09
..................\....\test.dsw,533,2010-09-09
..................\....\test.ncb,66560,2010-09-09
..................\....\test.opt,48640,2010-09-09
..................\....\test.plg,3070,2010-09-09
..................\....\test.sdf,2052096,2012-12-25
..................\....\test.sln,874,2012-12-25
..................\....\test.vcxproj,6483,2011-12-28
..................\....\test.vcxproj.filters,1714,2011-12-28
..................\....\test.vcxproj.user,143,2011-12-28
..................\一种双仿真级别干涉合成孔径雷达单视图像对仿真器.pdf,791421,2012-02-20

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

发表评论

0 个回复

  • cuda_lecture_1
    清华大学郑仰东CUDA教学课件1,是很好的CUDA入门材料(Tsinghua university ZhengAngDong s CUDA teaching courseware 1,a very good CUDA introductory material)
    2012-05-16 22:55:28下载
    积分:1
  • parallel_alg_source_code
    高教出版社的《并行算法实践》一书的源代码,内容为MPI程序源代码(Higher Education Publishing House s Parallel Algorithm for the practice of the book s source code, content for the MPI source code)
    2007-12-13 13:53:32下载
    积分:1
  • Mars_v2
    GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。(We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by Google for the ease of development of web search applications on a large number of commodity CPUs. Compared with CPUs, GPUs have an order of magnitude higher computation power and memory bandwidth, but are harder to program since their architectures are designed as a special-purpose co-processor and their programming interfaces are typically for graphics applications.)
    2009-03-17 11:22:47下载
    积分:1
  • MatrixMul_ShareMem
    CUDA平行的優化,以矩陣乘法為基礎。透過ShareMemory做加速(CUDA ShareMem)
    2013-09-07 01:08:29下载
    积分:1
  • canon
    并行计算实验,用于矩阵乘法的计算,canon算法,使用mpi方法(algorithm includes openmp,pthread,mpi,mapreduce and so on )
    2012-02-11 11:49:11下载
    积分:1
  • suanfu.rar
    进行相关运算时必须要是用的一些步骤,可以解决相关算法的一些问题(Related operations must be used in a number of steps can be solved a number of issues related to algorithm)
    2008-05-22 20:12:54下载
    积分:1
  • Matrix_mulitiple
    使用CUDA并行语言编写的矩阵乘法,与串行语句的对比试验,主要检测出CPU与GPU运行的时间,通过比较时间,达到比较效果。另外此程序可以随意更改矩阵的维数,增强程序的移植性。(CUDA parallel language use matrix multiplication, and serial statement comparison test, the main test of CPU and GPU to run time, by comparing the time, to compare results. Also this program can change the dimension of the matrix, and enhanced portability of the program.)
    2020-12-11 21:49:17下载
    积分:1
  • MPI-Nbody
    MPI编程-Nbody问题并行程序(计算1000个天体的移动,天体数据由文件sample_input.in读入,结果输出到文件result1000.data)(MPI Programming-Nbody Parallel (1000 calculated the movement of celestial bodies, Objects sample_input.in data from the document read into, Results output to a file result1000.data))
    2020-11-13 21:29:43下载
    积分:1
  • final
    基于C语言的MPICH程序,实现矩阵相乘(C-based MPICH program, to achieve matrix multiplication)
    2011-12-16 14:10:39下载
    积分:1
  • lsqrf90-v2
    Hight Performance Computing Demos
    2010-12-22 17:32:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载