Welcome![Sign In][Sign Up]
Location:
Search - c jacobi

Search list

[Other resourcec++jacobi

Description: 用C++编写的一个jacobi迭代的求解
Platform: | Size: 1009 | Author: 欧阳纯萍 | Hits:

[CSharpy4

Description: y4.c Jacobi方法-y4.c Jacobi method
Platform: | Size: 1024 | Author: 王杰 | Hits:

[CSharp雅可比C++

Description: 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
Platform: | Size: 2048 | Author: 王景晖 | Hits:

[Windows Develop形成雅克比矩阵程序(c)

Description: 电力系统中用雅克比矩阵的形成,在潮流计算和仿真中用途广泛-create Matrices by using Jacobi iterative in electric power system.Mostly this method is proposed to calculate the power flow and emulator.
Platform: | Size: 1024 | Author: 肖江 | Hits:

[Mathimatics-Numerical algorithms雅可比法(C语言)

Description: 用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。-Realizes with the language C, the way of Jacobi may be serviceable to the solid symmetrical matrix for complete characteristic value and the corresponding characteristic value vector.
Platform: | Size: 1024 | Author: luo | Hits:

[Mathimatics-Numerical algorithmsJacobi迭代法

Description: 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
Platform: | Size: 20480 | Author: luo | Hits:

[Mathimatics-Numerical algorithmsC++常用算法之08非线性方程组求解

Description: 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套非线性方程组求解代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过 -the code is "commonly used computer numerical algorithms and procedures C version," a book supporting solve nonlinear equations code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
Platform: | Size: 103424 | Author: 闻杉 | Hits:

[AlgorithmJacobi

Description: jacobi迭代法解方程组的具体实现算法 用c++开发的源程序-jacobi iteration method for solution of equations of the specific algorithm used c++ developed source
Platform: | Size: 1024 | Author: 王朝喜 | Hits:

[MPIc++jacobi

Description: 用C++编写的一个jacobi迭代的求解-With C++ Prepared a jacobi iterative solution
Platform: | Size: 1024 | Author: 欧阳纯萍 | Hits:

[Linux-Unixjacobi

Description: JACOBI算法的C语言版,可用于openmp和pthreads。-JACOBI algorithm C language version, can be used for OpenMP and pthreads.
Platform: | Size: 2048 | Author: laote | Hits:

[ELanguagejacobi

Description: 利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi-Realize the use of MPI-based parallel jacobi algorithm, at the same time serial algorithm is used to realize the contrast compilers: mpicc jacobi.c-o jacobi run: mpirun-n nodenum jacobi
Platform: | Size: 2048 | Author: stonewing | Hits:

[AlgorithmGauss-Jacobi

Description: 该文件是国外的一个用C#编写的数学分析源码,主要解决高斯—雅可比矩阵这一类数学问题。-The document is used abroad, a C# Prepared mathematical analysis source, mainly to solve the Gauss- Jacobi matrix of this type of mathematical problem.
Platform: | Size: 18432 | Author: 李丽 | Hits:

[Windows DevelopJacobi

Description: 数值计算Jacobi的算法实现,文件名Jacobi.cpp,一个比较优秀的实现算法.-date calculate Jacobi program, wirted in C++.
Platform: | Size: 1024 | Author: 陈铭 | Hits:

[MPIjacobi

Description: 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 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.
Platform: | Size: 2048 | Author: 刘铭 | Hits:

[AlgorithmJACOBI-suanfa

Description: 雅可比算法的算例程序,用简单明了的计算过程展示了雅可比算法的C设计过程。-Jacobi algorithm example program, with a simple and straightforward calculation shows C Jacobi algorithm design process.
Platform: | Size: 13312 | Author: yyt | Hits:

[AI-NN-PRJacobi

Description: 雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
Platform: | Size: 321536 | Author: | Hits:

[MPIjacobi

Description: 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
Platform: | Size: 2048 | Author: 付玉强 | Hits:

[source in ebookthe-codes-of-C-about-important-algorithms

Description: 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
Platform: | Size: 7168 | Author: jhy | Hits:

[MPIJacobi_MPI

Description: MPI c++ jacobi迭代代码,VS05 下编译通过-MPI c++ jacobi iteration code, VS05 compiled by
Platform: | Size: 2048 | Author: pujunyi | Hits:

[MPIJacobi

Description: 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
Platform: | Size: 2048 | Author: jonajosejota | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net