CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - iteration
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - iteration - List
[
MPI
]
cmpi
DL : 0
C+mpi编写的jacobi的迭代求解源码-C+ Mpi prepared jacobi iteration of the source
Date
: 2026-01-01
Size
: 2kb
User
:
欧阳纯萍
[
MPI
]
MPI
DL : 0
MPI实现四个进程以上的Jacobi迭代,进行连续四次迭代后选择两进程所处理数据交界处8×8子矩阵进行输出-MPI realize more than four Jacobi iterative process, carried out four successive iteration process after the selection of two data processing at the junction of 8 × 8 sub-matrix output
Date
: 2026-01-01
Size
: 69kb
User
:
董立峰
[
MPI
]
MATLAB
DL : 0
牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法-Newton iteration method algorithm for example, you can write this to the calculation of other
Date
: 2026-01-01
Size
: 1kb
User
:
李黎
[
MPI
]
gauss
DL : 0
用c语言编写的gauss迭代,属于并行算法,是学习的好资料!-With the c language of the gauss iteration, are parallel algorithms, is to learn the good information!
Date
: 2026-01-01
Size
: 2kb
User
:
付玉强
[
MPI
]
jacobi
DL : 0
用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
Date
: 2026-01-01
Size
: 2kb
User
:
付玉强
[
MPI
]
sendandreceive
DL : 0
用c语言编写的简单发送和接收并行算法—雅克比迭代,是学习并行的好例子 -With the c language to send and receive simple parallel algorithm- Jacobi iteration, is a good example of parallel learning
Date
: 2026-01-01
Size
: 1kb
User
:
付玉强
[
MPI
]
Parallel_Computing
DL : 0
并行计算实验.多线程计算pi,MPI实现Jacobi迭代,3PCF多线程实现.附报告.-Parallel experiment 3. Multithreaded computing pi, MPI implementation Jacobi iteration, 3PCF Multithread. Attached report.
Date
: 2026-01-01
Size
: 1.62mb
User
:
YipingMa
[
MPI
]
Jacobi_MPI
DL : 0
MPI c++ jacobi迭代代码,VS05 下编译通过-MPI c++ jacobi iteration code, VS05 compiled by
Date
: 2026-01-01
Size
: 2kb
User
:
pujunyi
[
MPI
]
MPI-Jacobi
DL : 0
并行计算课程实验,利用MPI实现jacobi迭代-Parallel computing course experiment, the use of MPI to achieve jacobi iteration
Date
: 2026-01-01
Size
: 885kb
User
:
YUANZX
[
MPI
]
concurrent-computation
DL : 0
多线程计算pi,多线程计算3PCF,MPI实现jacobi迭代,3PCF优化!天津大学计算机学院并行计算课程作业。-Multi-threaded computing pi, multi-threaded computing 3PCF, MPI implementation jacobi iteration, 3PCF optimization! Tianjin University, Computer Science course work in parallel computing.
Date
: 2026-01-01
Size
: 571kb
User
:
马克.托拉
[
MPI
]
jacobi
DL : 0
A: aij, 1<= i,j<=n b: 1<=i<=n x0: intial guess, 1<=i<=n tol: tolerance N maximum number of iterations k: number count of iteration Xm(:,k): X in each k iteration-Jacobi s method: In numerical linear algebra, the Jacobi method is an algorithm for determining the solutions of a system of linear equations with largest absolute values in each row and column dominated by the diagonal element. Each diagonal element is solved for, and an approximate value plugged in. The process is then iterated until it converges. This algorithm is a stripped-down version of the Jacobi transformation method of matrix diagonalization. The method is named after German mathematician Carl Gustav Jakob Jacobi. http://en.wikipedia.org/wiki/Jacobi_method
Date
: 2026-01-01
Size
: 1kb
User
:
Eric Chou
[
MPI
]
grover_min
DL : 0
用GROVER搜无序数据库中的任一个数,把该数找出来,即找出该数在数据库中的下标。由于量子并行性计算的特点,精度高,迭代步数少-GROVER search disorderly database in any of a number, the number to find out, that is, to find out the subscript of the number in the database. Due to the characteristics of quantum parallel computation, high accuracy, less iteration steps
Date
: 2026-01-01
Size
: 4kb
User
:
hanfu
[
MPI
]
collapse
DL : 0
采用Master/Worker并行计算一个整数集的Collapse(计算所有数字的和,迭代直到结果只剩一位数)-Master/Worker parallel computation of a set of integers Collapse (calculated all the numbers and iteration until the results of only one number)
Date
: 2026-01-01
Size
: 25kb
User
:
王聪
[
MPI
]
Jaccobi-chuanxing
DL : 0
这是雅克比迭代的串行算法。主要目的是计算串行所用的时间。-Jacobi iteration serial algorithm. The main purpose is to calculate the time used for the serial.
Date
: 2026-01-01
Size
: 177kb
User
:
wang bo
[
MPI
]
Lanczos
DL : 0
Lanczos迭代算法,计算大型稀疏对称矩阵特征值-Lanczos iteration
Date
: 2026-01-01
Size
: 1kb
User
:
贾长冬
[
MPI
]
Jacobi
DL : 0
计算矩阵的解,是一种雅克比迭代,应用此程序可以很快的计算矩阵的解。-Computing solution matrix is a Jacobi iteration, the application of this procedure can quickly calculate the matrix solution.
Date
: 2026-01-01
Size
: 3kb
User
:
yu hong li
[
MPI
]
source66
DL : 0
MPI 用虚拟进程拓扑和向量数据类型来实现Jacobi 迭代-MPI processes with virtual topology and vector data types to achieve the Jacobi iteration
Date
: 2026-01-01
Size
: 2kb
User
:
wangfan
[
MPI
]
j
DL : 0
MPI实现Jacobi矩阵迭代,每迭代5次输出中间结果-MPI implementations Jacobi iteration matrix, each iteration 5 times the output of intermediate results
Date
: 2026-01-01
Size
: 1kb
User
:
小苹
[
MPI
]
Pthread
DL : 0
pthread多线程计算Jacobi矩阵迭代,每迭代5次输出中间结果-pthread multi-threaded computing Jacobi matrix iterations, each iteration 5 times the output of intermediate results
Date
: 2026-01-01
Size
: 1kb
User
:
小苹
[
MPI
]
Pthread
DL : 0
1.pthread多线程计算圆周率 2.pthread多线程雅可比迭代-1.pthread multi-threaded multi-threaded computing pi 2.pthread Jacobi iteration
Date
: 2026-01-01
Size
: 27kb
User
:
郭可成
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.