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

搜索资源列表

  1. TestProblemsforUnconstrainedOptimization

    1下载:
  2. it contains many classic Test Problems for Unconstrained Optimization such as camel6,treccani,goldstein,branin, shubert1,Ackley,dejong,dejong1,dejong2, dpower,rastrigin,Griewangk,Schwefel, rosenbrock2 and step. the package have the contour an
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2517256
    • 提供者:宏姬
  1. bigxijisuyudaiau

    2下载:
  2. 这是一个实用的并行计算源代码,可以用来测试并行机的计算能力-This a practical parallel computing source code can be used to test parallel computing power.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:60486
    • 提供者:star
  1. bandwidthTest

    0下载:
  2. 对基于最新一代通用GPU--Geforce8800显存带宽的测试样例,对于通用计算而言,带宽的性能是至关重要的。-based on the latest generation of common GPU -- Geforce8800 memory bandwidth of the test sample. For general calculation, the performance bandwidth is essential.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1580337
    • 提供者:白洪涛
  1. 14969

    0下载:
  2. This software is used to test some functions of
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:9285
    • 提供者:Aling
  1. cuda-memcheck-handbook-4.0cn

    0下载:
  2. CUDA调试工具cuda-gdb,包含一个可以在CUDA中检测和调试内存错误的内存检查特性。该文档描述了这个名为cuda-memcheck的工具与它的功能。 NVIDIA用它强大的cuda-gdb硬件调试器简化了CUDA程序错误的调试。然而,每个程序员总会遇到难以检测到的内存相关错误,并花大量时间去调试。当处理上千条线程时,内存相关的错误的数量会明显增加。cuda-memcheck就是设计用来检测你的CUDA程序中这种内存存取错误的工具。-CUDA debugging tool cud
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:476739
    • 提供者:sogo
  1. createNewComm.tar

    0下载:
  2. 编 写 MPI 程 序 : 依 据 所 有 mpi 进 程运 行 所 在 节 点 集 合 的 大 小 , 进 行 MPI_COMM_WORLD 通信域划分,使得运行在相同节点上的 mpi 进程都将被分到相同的子通信域。测试并验证你的程序能够正确分组。 -Write MPI programs: mpi process is running in accordance with all the size of a collection of nodes, the MPI_COMM_WOR
  3. 所属分类:MPI

    • 发布日期:2017-04-17
    • 文件大小:144404
    • 提供者:ghostfire
  1. pi3f90

    0下载:
  2. 用并行方法编写的计算π值的程序,常用来测试并行环境的运算速度。-Method using parallel computing π value written procedures used to test the speed of parallel computing environment.
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1122
    • 提供者:王伟
  1. id3

    0下载:
  2. ID3决策树算法的实现,3个测试用例,源码以及程序-ID3 decision tree algorithm, three test cases, source code and program
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:364618
    • 提供者:王杰
  1. huxiangwenhou

    1下载:
  2. MPI的程序实现,任意进程间相互问候,在许多情况下需要任意两个进程之间都进行数据的交换,测试环境需要MPICH的安装-MPI program implementation, arbitrary process, greeting each other, in many cases, any two processes need to have carried out the exchange of data between the test environment requires the in
  3. 所属分类:MPI

    • 发布日期:2016-09-25
    • 文件大小:248218
    • 提供者:董仁举
  1. Source

    0下载:
  2. 一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:97748
    • 提供者:shallowgrave
  1. ParallelPAlgorithms

    1下载:
  2. 使用mpi实现了cannon矩阵并行算法!带有详细的注释!非常详细可直接运行和测试。-Mpi implemented using the parallel algorithm for matrix cannon! With detailed notes! Very detailed and the test can be run directly.
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:7211618
    • 提供者:海诺
  1. TestDateCreat

    0下载:
  2. 是用来生成测试数据的类,可以直接生成测试人员需要的各种数据-Is used to generate test data type, you can directly generate test data needed
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:7722
    • 提供者:chao
  1. cannon

    1下载:
  2. 该源码使用MPI并行语言实现Cannon数值算法,在Linux下测试实现.需要配置多节点分布环境-The source language using MPI parallel numerical algorithm Cannon, in the realization of Linux test. Need to configure multi-node distributed environment
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2942
    • 提供者:li.junli
  1. mpi_exam.c

    0下载:
  2. MPI各种基本的入门的功能函数的使用测试,-MPI function of the use of various test
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2100
    • 提供者:邹长林
  1. mpi_gather_mollc.c

    0下载:
  2. 系统自带的mpi_gather函数的功能的测试程序-System' s own functional mpi_gather function test procedures
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:邹长林
  1. heatdistribution-mpi

    2下载:
  2. 一个MPI程序,用来解决热分布问题。 热分布是一个经典的并行计算问题。 源代码还附上了测试结果和说明文档。-An MPI procedure, the distribution of hot problem to solve. Heat distribution is a classical problem of parallel computing. Source code is also attached to the test results and documentation.
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:72385
    • 提供者:disheng
  1. weixingtianxian--zitaijiaojisuan

    0下载:
  2. 卫星天线的俯仰角航向角滚动角的快速计算小程序,输入初始计算条件即可简单得出结果,有助于开发者算法快速验证及实际测试结果验证。-Satellite antenna direction of the pitch angle of the fast calculation of the rolling angle applet, enter the initial conditions can be a simple calculation of the outcome of the rapid me
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:29919
    • 提供者:吴光跃
  1. hw2

    0下载:
  2. 大家可以用下,mpi -mpi TEST PROGARM mpi TEST PROGARMmpi TEST PROGARM
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者:雪狐
  1. mpi_psrs_sortmethod

    0下载:
  2. 并行正则采样排序 用mpi实现的 测试请用mpi的并行环境-Parallel sorting by regular sampling to achieve a test mpi please use the parallel environment mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:2527
    • 提供者:liuqiang
  1. test

    0下载:
  2. 并行设计实验1。 实验一:远程服务器(SSH主机)操作(验证性实验)-Concurrent Design Experiment 1: the remote server (SSH Host) Operating (confirmatory test)
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:103609
    • 提供者:chenrenjin
« 12 3 4 5 6 »
搜珍网 www.dssz.com