CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - 时间计算

搜索资源列表

  1. kone

    0下载:
  2. 该程序通过PN码来实现无源定位的功能,有三个基站,分别计算目标距三个基站的时间,从而得出目标的坐标-the procedures adopted to achieve the PN passive positioning functions, the three base stations, Goals were calculated from the three base stations, thereby reaching the target coordinates
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1020
    • 提供者:孙晓东
  1. far3

    1下载:
  2. 这是一个用FDTD计算远场的c程序,该程序的核心是用近场值外推远场值。大大节省了计算机内存和计算时间。可谓经典。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3688
    • 提供者:liuhailiang
  1. WindowsApplication1

    0下载:
  2. 这是我写的并行计算的作业,实现的是PSRS算法,由于时间关系,只实现了数据的随机输入
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:31444
    • 提供者:wh
  1. multi_XPVM

    1下载:
  2. 1、PVM&XPVM并行环境的配置与测试。 2、mandelbrot程序的并行化实现,并计算时间及加速比
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:59916
    • 提供者:pim
  1. FDTD_OMP

    4下载:
  2. 时间域有限差分,三维探地雷达正演并行计算程序——FDTD_OMP-Finite difference time domain, three-dimensional ground penetrating radar forward parallel program- FDTD_OMP
  3. 所属分类:并行运算

    • 发布日期:2013-02-17
    • 文件大小:58107
    • 提供者:傅磊
  1. 200922815141268

    0下载:
  2. OpenMP实现并行计算,和计算时间,以此和串行程序比较,体现并行的优势!-OpenMP parallel computing, and computing time, and serial procedures as compared to embody the advantages of parallel!
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:73475
    • 提供者:李海
  1. quicksort

    2下载:
  2. 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:4932
    • 提供者:郭春付
  1. fuzaipingheng

    0下载:
  2. 一个并行计算的代码,主要考虑的是负载平衡时,程序的运行时间的不同!-A parallel computing code, the main consideration is the load balancing, the procedures for the different run-time!
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:9504
    • 提供者:郭春付
  1. ex2_simulated_annealing

    2下载:
  2. MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:164021
    • 提供者:谷谷
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:176944
    • 提供者:谷谷
  1. MTime

    1下载:
  2. 基于分布式并行计算的机器间时间协调的代码~~有一定的参考价值-Based on distributed parallel computing machine coordination between the time code ~ ~ have a certain reference value
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:6541
    • 提供者:呵呵
  1. ompi

    0下载:
  2. 一个利用OpenMP并行计算pi值的程序,双核CPU可以提高计算速度一倍,减少时间一半儿.-OpenMP parallel computing using a pi value of procedures, dual-core CPU can improve computing speed doubled, to reduce the half time.
  3. 所属分类:MPI

    • 发布日期:2017-04-24
    • 文件大小:66167
    • 提供者:ifelse
  1. MPI_Possion_model

    1下载:
  2. C语言编写的并行计算柏松矩阵,优化计算柏送程序时间。-C language Poisson matrix parallel computing, optimizing the delivery procedures for the calculation hodginsii time.
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:2722548
    • 提供者:
  1. Laplacetest

    1下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2727
    • 提供者:秦论剑
  1. NDVI

    0下载:
  2. 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:2291
    • 提供者:秦论剑
  1. for-loop-parallel-and-chuanxing

    0下载:
  2. 这是一个关于并行计算的一个很简单的程序,主要是比较for循环条件下时间的比较。-This is a parallel computing on a very simple procedure, the main condition for loop is more time for comparison.
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:738320
    • 提供者:曾宇航
  1. 1

    0下载:
  2. 工程师和科学家们面临着用更少的时间建立杂系统模型的需求,他们使用分布式和并行计算来解决高性能计算的问题。这些分布式环境由多处理器和多核计算机来实现。-Engineers and scientists are facing less time to establish the needs of complex systems model, they use distributed and parallel computing to solve the problem of high-perform
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:405179
    • 提供者:张先生
  1. runtimes_and_ram

    0下载:
  2. FEKO计算时间长一直是困扰技术人员的大问题,至于其运行时间为什么会长,占用系统内存的多少又和什么有关,这里面都介绍了-FEKO has been troubled by a long computing time and technical personnel a major issue, as to why the president of its running time, the amount of system memory and what they related, and the
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:4968
    • 提供者:kaka
  1. WTime

    1下载:
  2. 并行计算时间的计算函数,计算程序运行的时间-Parallel computing time
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:1024
    • 提供者:孙强
  1. parpall

    0下载:
  2. 基于matlab平台,平行计算pi值结果,节约时间(Based on MATLAB platform,parallel computation of PI results,saves time.)
  3. 所属分类:并行计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:gougou_628
« 12 »
搜珍网 www.dssz.com