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

搜索资源列表

  1. 雅可比法(C语言)

    2下载:
  2. 用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.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:luo
  1. Jacobi迭代法

    0下载:
  2. 用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.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19.94kb
    • 提供者:luo
  1. Jacobi

    0下载:
  2. jacobi迭代法解方程组的具体实现算法 用c++开发的源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:王朝喜
  1. c++jacobi

    0下载:
  2. 用C++编写的一个jacobi迭代的求解
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1009byte
    • 提供者:欧阳纯萍
  1. jacobi

    0下载:
  2. JACOBI算法的C语言版,可用于openmp和pthreads。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:laote
  1. jacobi

    0下载:
  2. 利用MPI实现并行化的jacobi算法,同时加入串行实现的算法用于对比 编译:mpicc jacobi.c -o jacobi 运行:mpirun -n nodenum jacobi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.67kb
    • 提供者:stonewing
  1. Gauss-Jacobi

    0下载:
  2. 该文件是国外的一个用C#编写的数学分析源码,主要解决高斯—雅可比矩阵这一类数学问题。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18.7kb
    • 提供者:李丽
  1. 雅可比C++

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现-Jacobian (Jacobi) iterative algorithm to achieve C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:王景晖
  1. 形成雅克比矩阵程序(c)

    0下载:
  2. 电力系统中用雅克比矩阵的形成,在潮流计算和仿真中用途广泛-create Matrices by using Jacobi iterative in electric power system.Mostly this method is proposed to calculate the power flow and emulator.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:肖江
  1. Jacobi

    0下载:
  2. 数值计算Jacobi的算法实现,文件名Jacobi.cpp,一个比较优秀的实现算法.-date calculate Jacobi program, wirted in C++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1.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

    0下载:
  2. 数值分析算法 Jacobi迭代算法的C++实现-Numerical analysis of Jacobi iteration
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:529byte
    • 提供者:刘韬
  1. JACOBI-suanfa

    0下载:
  2. 雅可比算法的算例程序,用简单明了的计算过程展示了雅可比算法的C设计过程。-Jacobi algorithm example program, with a simple and straightforward calculation shows C Jacobi algorithm design process.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12.83kb
    • 提供者:yyt
  1. Jacobi

    0下载:
  2. 雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:313.58kb
    • 提供者:
  1. jacobi

    1下载:
  2. 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
  3. 所属分类:MPI

    • 发布日期:2017-03-25
    • 文件大小:2.09kb
    • 提供者:付玉强
  1. Jacobi

    0下载:
  2. Jacobi method implememented in C
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3.23kb
    • 提供者:Kimiekins
  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. jacobi.c

    0下载:
  2. jacobi method to solve a system of euqation(linear)
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:794byte
    • 提供者:sid
  1. Jacobi.c

    0下载:
  2. 计算传热学简单的一维导热问题,利用Jacobi迭代法计算温度场。-Calculation of one dimensional heat conduction problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:丁凯
  1. Jacobi

    0下载:
  2. 线性方程组Jacobi迭代的并行计算程序,数据文件是A*x=b,A是4阶方阵的算例。(A*x=b, Jacobi, In Data.txt the Matrix is 4*4)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:jonajosejota
« 12 3 4 5 »
搜珍网 www.dssz.com