CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - parallel computing

搜索资源列表

  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. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.6mb
    • 提供者:zzf
  1. ParMetis-3.1.1

    0下载:
  2. 这是一个科学并行计算中的重要的分区工具, 是著名的明尼苏达大学开发的。-This is a scientific parallel computing important partition tool, developed by the famous University of Minnesota.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:3.92mb
    • 提供者:Dennis
  1. LC谐振频率

    1下载:
  2. 本软件用于计算常用的LC谐振频率,并联电阻的反运算,节能灯的元件参数计算-The software used to calculate the LC resonant frequency used, the anti-parallel computing resistance, energy-saving lamp components parameters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-01
    • 文件大小:5.42kb
    • 提供者:胡苗灿
  1. parallel-SPH-0.1.tar

    3下载:
  2. 光滑质点无网格法SPH并行计算程序,一种新型算法-Smooth particle meshless method SPH parallel computing procedures, a new type of algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-12-22
    • 文件大小:2.47mb
    • 提供者:jimcqcu
  1. Puma-EM-0.4.6.tar

    2下载:
  2. 这个软件包(C++)是我寻找电磁学代码无意中找到了,功能相当强大(并行计算,快速多极子等)。缺点是安装相当麻烦,需要若干个其他软件包。我在Fedora Core9下编译其中所需blitz++时出错,在 ubuntu下可以所有均编译通过,运行时出现一个错误,我找不到原因(本人水平有限),但从学习电磁学有关算法/程序设计来说,已经是相当了不起的开源软件了。parallel unified multipole algorithm for Electromagnetics (Puma-EM). A
  3. 所属分类:Algorithm

    • 发布日期:2016-06-14
    • 文件大小:417.05kb
    • 提供者:hopeshot
  1. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924byte
    • 提供者:tmllpl
  1. ExperimentsOfParallelAlgorithms

    1下载:
  2. 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:1.1mb
    • 提供者:绿城苍狼
  1. PDD-code

    1下载:
  2. 并行计算PDD源代码,可用于求解三对角线性方程组,该算法是孙先河在上世纪提出的,因其具有良好的可扩展性而沿用至今-Parallel computing PDD source code can be used for solving tridiagonal linear equations, the algorithm is the first of its kind, Sun made in the last century, because of their good scalability
  3. 所属分类:Algorithm

    • 发布日期:2016-06-14
    • 文件大小:4.51mb
    • 提供者:jack lee
  1. twin_butterfly.0.1

    0下载:
  2. 本程式实现了逆序入,顺序出的基4 FFT 算法,并且将奇偶修列分开操作,利于双核DSP上的并行计算-The program achieved the reverse order in, order out of the base 4 FFT algorithm, and will operate separately from the column parity amendment, which will help dual-core DSP on the parallel computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.99kb
    • 提供者:钟毓秀
  1. GPU-speedup

    0下载:
  2. 针对LA在解决大规模优化问题时需要消耗大量的时间无法达到实时性的问题,结合GPU的高速并行性,本文提出了一种基于GPU(Graphics Processing Unit,GPU)加速的细粒度并行免疫算法。本算法借助CUJDA(Compute Unifled Device Architecture,CUDA)统一架构,将实现过程转化成CUDA线程块并行计算过程,使得免疫算法在GPU中加速执行,在取得较好的优化效果的同时,解决了细粒度并行的群体规模限制问题,提高了算法的运行速度。-Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.75mb
    • 提供者:逍遥
  1. WEB110707

    0下载:
  2. 有限元方法在工程中的广泛应用以及并行计算机硬件环境的快速发展使得 有限元并行计算及其网格生成技术受到了前所未有的重视。本文对有限元并行计 算核心技术之一的基于节点的局部网格生成算法(简称局部网格生成算法)作了 较为系统、深入地研究。-With widespread use of FEM in engineering and the rapid development of the parallel computing system,Parallel finite element
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.51mb
    • 提供者:翁經堯
  1. spmv_csr

    2下载:
  2. 稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。 CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序-Sparse matri
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3.13mb
    • 提供者:lipeng
  1. opencfd

    2下载:
  2. CFD 开源代码,拥有n多格式,高效并行计算,是不可多得研究助手-CFD open source code, with many schemes, efficient parallel computing(MPI), is a rare research assistants
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:46kb
    • 提供者:fracatal
  1. palabos-v1.4r1

    4下载:
  2. LBM方法的开源代码,含并行计算部分,可选边界条件与模型-LBM method of open source code, including parallel computing section, an optional model boundary conditions
  3. 所属分类:Algorithm

    • 发布日期:2014-05-20
    • 文件大小:7.33mb
    • 提供者:lo
  1. yxyffbc(dsb)

    3下载:
  2. 有限元方法fortran编程,包括二维三维线性非线性静态分析、稳定流瞬时流分析、振动问题、特征值问题、并行计算等。包含了所有子程序。-Finite element method fortran programming, including 2D and 3D linear and nonlinear static analysis, steady flow transient flow analysis, vibration problems, eigenvalue problems, para
  3. 所属分类:Algorithm

    • 发布日期:2016-05-07
    • 文件大小:7.91mb
    • 提供者:
  1. GridSplitting.f90

    0下载:
  2. (cfd计算)结构化网格处理工具,为了满足并行需要可将plot3d或者grd网格文件切割为均匀的分块结构以满足cfd程序的负载平衡。-(CFD) structured mesh processing tool, in order to meet the parallel computing,plot3d or GRD grid file will be cut into uniform blocks to satisfy the load balancing of CFD programs.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:徐佳敏
  1. RungeKutta

    0下载:
  2. 用RungeKutta法进行并行计算的一些重要很有用的文献。以及实现的效果对比。都是很精典的方法。-Some important parallel computing useful literature by RungeKutta method. And achieve the effect of contrast. Are very classic way.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:7.38mb
    • 提供者:朱忠显
  1. mpi-course

    0下载:
  2. 陈国良并行算法实践 -mpi源程序 《并行算法的设计与分析》-parallel computing mpi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:820.29kb
    • 提供者:cao
  1. CUDA-code

    0下载:
  2. 本代码是CUDA C/C++编程入门者学习的,其中包括对GPU设备参数的获取代码,原子操作,流等代码。初学者掌握并行计算不错的入门程序-The code is CUDA C/C++ beginners to learn programming, including the GPU to get the code of the device parameters, atomic operation, flow, etc. code. Parallel Computing for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:453.26kb
    • 提供者:刘楠
  1. matlab异步并行计算

    4下载:
  2. 基于matlab中parfeval函数和distributed分布式函数的多任务异步并行计算(Multi task asynchronous parallel computing based on parfeval function and distributed distributed function in MATLAB)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:1kb
    • 提供者:易欣然
« 12 »
搜珍网 www.dssz.com