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

搜索资源列表

  1. bingxingjisuan

    0下载:
  2. 并行计算方法的详细介绍,深入浅出的介绍了并行计算方法的实现和应用,是研究并行计算方法的同志们必看的书。-parallel computing detailed descr iption of the methods and simple introduction to the method of parallel computing to achieve and applications, research on Parallel Computation comrades Watchable b
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:7.69mb
    • 提供者:丫头
  1. Testasm_liushui

    0下载:
  2. 利用嵌入式汇编来统计流水工作方式和非流水工作方式的的时间效率C++源码。-Embedded to statistics compiled water-ways and methods of work wasted time efficient C source code.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:23.46kb
    • 提供者:夏军
  1. Neandla

    0下载:
  2. 计算牛顿和拉格朗日插值方法,用户输入插值结点-calculated Newton and Lagrange interpolation methods, user input interpolation nodes
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:辛华
  1. 数值分析2

    0下载:
  2. 由于一个数值问题的精确解往往事先不知道,而用数值方法求出的计算解的误差又是不可避免的。因此,数值解是否失真,如何判断──即误差问题,成为大家所关心的重要而又困难的问题,本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-as an accurate numerical solution of the problem often did not know in advance,
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4.37kb
    • 提供者:周易
  1. 并行计算课的实验

    0下载:
  2. 并行计算课的实验,多线程计算π,使用了两种方法实现,希望大家有所帮助。-Experimental parallel computing class, multi-threaded calculation of π, using the two methods, and the hope to help.
  3. 所属分类:并行运算

    • 发布日期:2017-03-28
    • 文件大小:2.45kb
    • 提供者:YUANZX
  1. Example4

    0下载:
  2. 采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法, 即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;-Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM opti
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1.13kb
    • 提供者:liuwei
  1. convhull

    0下载:
  2. 设平面上n个点为 ,坐标原点为 。可按照下面方法求得包含这n个点的凸多边形。 (1)求最右边点,即x坐标最大点,设为 。 (2) 以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点,设为 。 (3)再以 点为中心,在其余 个点中选取与 逆时针旋转角度最小的点 。如此类推,直到新选取的点与 点重合为止。设已求得多边形k个点依次为 ,其中第 点与第1点重合。则分别以点 为三角形顶点计算面积并求和即可。 -Let n points in the plane as the
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:26.2kb
    • 提供者:pzg
  1. AMG

    2下载:
  2. 五点差分型多重网格方法:各种插值算子的比较)-Five-point difference-type multi-grid methods: a variety of interpolation operator of comparison)
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:38.85kb
    • 提供者:liuzhiyong123
  1. quicksort

    0下载:
  2. This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:1.69kb
    • 提供者:saretaxd
  1. backstepLBM

    1下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
  3. 所属分类:MPI

    • 发布日期:2015-06-01
    • 文件大小:2.48kb
    • 提供者:Wan Gang
  1. pastsquare

    0下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2.48kb
    • 提供者:Wan Gang
  1. cavitylid-driven

    0下载:
  2. 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:2.07kb
    • 提供者:Wan Gang
  1. dysii-1.4.0.tar

    0下载:
  2. dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides methods such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common proba
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:183.83kb
    • 提供者:xz
  1. MPIdemo

    0下载:
  2. 基于MPI技术的并行计算方法的FORTRAN程序-MPI-based parallel computing technology methods FORTRAN program
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:6.17kb
    • 提供者:liu
  1. CUDA_Startup

    0下载:
  2. CUDA入门必备:包括CUDA安装方法,语法高亮,工程Wizard文件,参考手册和编程文档。-Entry must CUDA: CUDA installation methods including, syntax highlighting, project Wizard documents, reference manuals and program documentation.
  3. 所属分类:MPI

    • 发布日期:2017-05-12
    • 文件大小:2.84mb
    • 提供者:鲍协浩
  1. Gaussian03intro

    0下载:
  2. gaussian03程序的应用 各种方法的实现 并行计算的实现方式-gaussian03 their application in a variety of methods to achieve the realization of parallel computing methods
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:228.27kb
    • 提供者:袅孙
  1. SPARSE_CODE_DEMO

    0下载:
  2. C++实现的稀疏矩阵类,可实现稀疏矩阵的存储计算等功能-Now, instead of using 2D, we will use doubly-linked lists to present sparse matrices. There are various methods of organizing doubly-linked-lists. We not only store elements of sparse matrices but also implement operations
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:4.72kb
    • 提供者:xkx
  1. MultiCore-Programming

    0下载:
  2. Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-05-20
    • 文件大小:5.6mb
    • 提供者:Arthas
  1. OMPPI

    0下载:
  2. OPENMP 求 PI 4种方法 私有化和临界区-OPENMP seeking PI 4 methods of privatization and the critical areas
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:586byte
    • 提供者:单婷婷
  1. Cudalecture

    0下载:
  2. 介绍了cuda的发展,开发,以及编程方法,是cuda初学者必读之lecture-Introduced the cuda development, development, and programming methods, the lecture is a must-read for beginners cuda
  3. 所属分类:MPI

    • 发布日期:2017-05-23
    • 文件大小:6.86mb
    • 提供者:琪琪
« 12 3 »
搜珍网 www.dssz.com