CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - jacobi c code

搜索资源列表

  1. yaccobi

    0下载:
  2. 数值计算方法,将连续方程离散化,用迭代方法求解最优解,这里是雅可比迭代C++的代码-Numerical methods, discretization of continuous equations, iterative method for solving the optimal solution, here is the Jacobi iteration code in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:779byte
    • 提供者:吴建金
  1. random-inc

    0下载:
  2. 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996byte
    • 提供者:kgd
  1. Mathematics

    0下载:
  2. 利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码-Numerical analysis of the use of LU, LDLT, JACOBI, GAUSS_SEIDEL, RELAXATION structure matrix method to solve various problems, Visual C# Source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5.03kb
    • 提供者:王大和
  1. jacobi

    0下载:
  2. 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 p
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2.04kb
    • 提供者:刘铭
  1. Jacobi_iteration_Roots

    0下载:
  2. 一个实用的雅可比迭代求根的C++源代码,可以很方便的进行计算,并且是由用户输入数据,很灵活。-Use of a Jacobi iteration Roots of C++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1009byte
    • 提供者:李远江
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7.44kb
    • 提供者:jhy
  1. 2

    0下载:
  2. 算法C语言实现源代码之二:牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-Algorithm C language source code of the two: Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisaideer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:张丽丽
  1. Jacobi_MPI

    0下载:
  2. MPI c++ jacobi迭代代码,VS05 下编译通过-MPI c++ jacobi iteration code, VS05 compiled by
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1.94kb
    • 提供者:pujunyi
  1. yakebi

    0下载:
  2. 雅克比迭代公式的源代码,是用C++编程的源程序,希望大家踊跃下载-Jacobi iteration formula of the source code is C++ programming source code, I hope you actively download
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3.15kb
    • 提供者:yy
  1. shuzhifenxi

    0下载:
  2. 数值分析课程中代码的C++实现,主要有Gauss,高斯赛德尔消去法,jacobi行列式,朗格朗日插值、列主元高斯消去等。-Numerical analysis course code C++ implementation, mainly the Gauss the the high Sisaideer elimination, jacobi determinant Lang Gelang interpolation out PCA Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:919.22kb
    • 提供者:Maple
  1. JACOBI-method

    0下载:
  2. 一种利用Yacobi方法求实对称矩阵的特征向量的C程序源代码-Source code of a the eigenvectors C program Yacobi real symmetric matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:36.6kb
    • 提供者:wush
  1. jacobi

    0下载:
  2. 雅可比迭代法的C++代码,最简单的迭代法求解方程组-jacobi iteration method C++ code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:6.76kb
    • 提供者:wangchao
  1. jacobi

    0下载:
  2. 求解线性方程组的雅克比迭代法的C语言代码以及VC6.0编译器的项目文件。-The C language code of Jacobi iterative method for solving linear equations and the project files using the Visual Studio C++ 6.0 compile.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:61.26kb
    • 提供者:qin
  1. Jacobi-algorithm-and-source-code

    0下载:
  2. Jacobi迭代算法求解线性方程组,有算法说明与C++代码-algorithm and C++ source code for Jacobi
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:57.1kb
    • 提供者:李正东
  1. Eigen-decomposition

    0下载:
  2. 矩阵特征分解算法的C代码程序包,包括瑞利商算法、Givens旋转算法、QL分解,和雅可比循环算法,另有一篇英文文档详细描述了各种算法函数的参数,程序思路。 -This is C code packet for Matrix decomposition algorithms including C file of Rayleigh s quotient method, Givens bisection method, QL method and Jacobi cyclic method as
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:25.88kb
    • 提供者:唐然
搜珍网 www.dssz.com