搜索资源列表

  1. superlu_mt_1.0.tar

    0下载:
  2. 可以用在并行计算中的代码,支持稀疏矩阵的LU分解,用来求方程组的解-can be used in parallel computing code, sparse matrix support the LU decomposition, used for the solution of the equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:562257
    • 提供者:wang
  1. biology

    0下载:
  2. 生物领域的一个并行计算代码,通过蛋白质网络之间各点关系计算矩阵
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2604
    • 提供者:hunter
  1. superlu_mt_1.0.tar

    0下载:
  2. 可以用在并行计算中的代码,支持稀疏矩阵的LU分解,用来求方程组的解-can be used in parallel computing code, sparse matrix support the LU decomposition, used for the solution of the equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-11
    • 文件大小:562176
    • 提供者:wang
  1. mpich2-1.0.3.tar

    0下载:
  2. mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:12166144
    • 提供者:zzf
  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. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:王乐汝
  1. mpi14

    0下载:
  2. 用于并行计算模式串匹配可以根据每个源程序代码附加的测试结果加深理解-Parallel computing model for string matching based on source code for each additional test results to deepen understanding
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:7168
    • 提供者:james
  1. biology

    0下载:
  2. 生物领域的一个并行计算代码,通过蛋白质网络之间各点关系计算矩阵-The biological area is a parallel computing code, through the protein network of relations between the points calculated matrix
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:hunter
  1. fuzaipingheng

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

    • 发布日期:2024-06-11
    • 文件大小:9216
    • 提供者:郭春付
  1. Tran

    0下载:
  2. c# remoting 并行计算源代码,把一个巨大的任务分不到多态计算机同时计算的代码-c# remoting parallel computing source code, to a huge task at the computer at the same time less than polymorphic code calculation
  3. 所属分类:.net编程

    • 发布日期:2024-06-11
    • 文件大小:193536
    • 提供者:雨轩
  1. MPI_AES

    0下载:
  2. 运用分布式并行计算进行AES加解密的代码~~具有一定的参考价值~~内容可以灵活修改-Distributed parallel computing for the use of AES encryption and decryption code ~ ~ has a certain reference value for ~ ~ the content of the flexibility to amend
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:17408
    • 提供者:呵呵
  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. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:computing
  1. HelloGPGPU

    0下载:
  2. GPU程序代码!很经典的并行计算代码!希望对大家有帮助!-GPU code! Very classic parallel computing code! We want to help! Ha ha ... ...
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:506880
    • 提供者:秦勇波
  1. ParallelComputingwithMATLAB

    0下载:
  2. 用matlab 2007以上版本的并行计算工具箱和分布式计算引擎进行并行计算编程的示例代码,具有极高的参考价值,与user s guide同步-Matlab 2007 with the above version of the Parallel Computing Toolbox and Distributed Computing Programming parallel computing engine for the sample
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:342016
    • 提供者:苗晨
  1. aiaa_2009_4001.tar

    0下载:
  2. 求解三维euler方程的GPU并行计算代码-3d euler equations GPU solve
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:16384
    • 提供者:nono
  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
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:3824640
    • 提供者:TTH
  1. 《实战Matlab之并行程序设计》程序代码

    0下载:
  2. 《实战Matlab之并行程序设计》程序代码(Parallel programming of actual combat Matlab" program code)
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:4555776
    • 提供者:暗夜骑士
  1. 代码

    0下载:
  2. 计算卸载在现代计算中越来越普遍。 [5]并行性,大量的运行时改进以及对外部资源的访问:将我们的应用程序连接到云端的趋势越来越大。这是由于同时进行功能改进和降低成本的愿望。(In this paper a fr a mework for distributing computation amongst mobile de- vices on a local area network is considered. This fr a me
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:48128
    • 提供者:无名天下
  1. NO.2

    0下载:
  2. 1.梯形积分法串行代码的实现; 2.使用MPI点对点通信梯形积分法并行代码的实现; 3.使用MPI集合通信梯形积分法并行代码的实现。(1.The realization of the serial code of the trapezoid integral method; 2. the implementation of the parallel code of the MPI point to point communica
  3. 所属分类:并行运算

  1. GPU高性能编程CUDA实战—示例代码

    1下载:
  2. 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi s
  3. 所属分类:并行运算

    • 发布日期:2024-06-11
    • 文件大小:305152
    • 提供者:zjujie
  1. MPI

    0下载:
  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. 所属分类:并行运算

« 12 3 4 5 »

源码中国 www.ymcn.org