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

搜索资源列表

  1. PSRS

    0下载:
  2. 本代码是下在Linux环境下的C编程,主要模拟实现并行计算中的PSRS算法。-under this code is in Linux environment under the C programming, simulated parallel computation algorithm for the MPP.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3371
    • 提供者:王乐汝
  1. sched

    0下载:
  2. sched.h是一个用于在c/c++环境下实行并行计算的头文件,上传以供大家使用。-sched.h is used in a c / c environment for parallel computing is implemented under the first document, Upload for everyone to use.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2247
    • 提供者:kgjhi
  1. ranksortc

    1下载:
  2. 一个基于MPI的简单的并行计算的c程序,最大的特点是有详细的中文注释
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2604
    • 提供者:江南
  1. 2dimaging.mpi.c.tar

    0下载:
  2. 主从模式粗粒级并行算法C程序:这是我以前研究生期间编写的叠前地震成像C源码,通过调用mpi库函数实现分频并行计算,为了实现负载均衡,采用了主从模式,由主节点负责任务的分发。 若需进一步了解,可通过版主与我联系讨论。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:7620
    • 提供者:Cheng bing
  1. mpi_demo

    1下载:
  2. 并行计算的一些演示程序,基于MPI消息传递的演示程序。-Parallel computing some demo program, based on the MPI messaging demo program.
  3. 所属分类:MPI

    • 发布日期:2016-06-14
    • 文件大小:17437
    • 提供者:半半
  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. 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. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. jacobi

    0下载:
  2. Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2091
    • 提供者:刘铭
  1. jump_omp.c.tar

    0下载:
  2. 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:624
    • 提供者:cb
  1. vector_matrix_multiplication

    0下载:
  2. 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1446
    • 提供者:qq
  1. mpi

    0下载:
  2. 《并行计算导论》中的一个小例子(c++,mpi),运行在linux下-Introduction to parallel computing in a small example (c++, mpi), running under linux
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1547
    • 提供者:ljl
  1. cannonMPI

    0下载:
  2. 并行计算中的cannon算法描述,采用C & openMPI库来执行算法,在矩阵大小100内效果显著-Cannon in the parallel computing algorithm descr iption, the use of C & openMPI library to perform algorithm, matrix size 100 results are obvious within
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:2671
    • 提供者:pottermarkken
  1. combation caculation

    0下载:
  2. Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s
  3. 所属分类:并行计算

    • 发布日期:2017-12-23
    • 文件大小:3824640
    • 提供者:TTH
  1. fft

    1下载:
  2. 基于MPI的并行快速傅里叶变换算法,通过多核并行计算提升计算性能。(the fast Fourier transform algorithm based on MPI coding)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:pengbd
  1. parallel programming in c with mpi and openmp

    0下载:
  2. openmp经典资料,希望能对研究并行计算的同好有帮助(OpenMP classic data)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:18073600
    • 提供者:程天
  1. MPI与OpenMP并行程序设计:C语言版

    1下载:
  2. MPI与OpenMP并行程序设计:C语言版(MPI and OpenMP parallel programming: C language version)
  3. 所属分类:并行计算

    • 发布日期:2018-01-10
    • 文件大小:48864256
    • 提供者:无名之左
  1. Jacobi

    0下载:
  2. 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:jonajosejota
  1. MPI

    1下载:
  2. 上课时候的作业和一些老师的程序 用MPI编写,需要的可以看看 里面附有使用说明(Homework in class and some teacher's procedures Write with C's MPI, you can see what you need Instructions for use are attached)
  3. 所属分类:并行计算

  1. code

    2下载:
  2. 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)
  3. 所属分类:并行计算

    • 发布日期:2020-05-17
    • 文件大小:2048
    • 提供者:RookieWang
« 12 3 »
搜珍网 www.dssz.com