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

搜索资源列表

  1. newtonpf

    1下载:
  2. matpower潮流计算时求解雅克比矩阵的源程序-matpower flow calculation solving the Jacobian matrix source
  3. 所属分类:Energy industry

    • 发布日期:2017-11-08
    • 文件大小:2140
    • 提供者:陈晨
  1. gudianJocob

    0下载:
  2. 数值计算之古典雅克比,文中附有C++程序及运行结果,阐述清晰,确保可以运行-Numerical calculation of the secant, with C++ program and run results
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:60691
    • 提供者:lucieh
  1. jocobdiedaiway

    0下载:
  2. 计算机数值分析之雅克比迭代法,文中有详细的说明和完整代码,思路清晰,程序已经运行成功并附有实验结果-Computer numerical analysis of Jacobi iterative method, the paper has detailed instructions and complete code, clear thinking, the program has been running successfully with experimental results
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:20831
    • 提供者:lucieh
  1. generalJacobianMatrix

    2下载:
  2. 6自由度自由漂浮空间机械臂运动学建模,广义雅克比矩阵-6 degrees of freedom of the free-floating space manipulator kinematics modeling, generalized Jacobian matrix
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:4479
    • 提供者:刘双
  1. Numerical-analysis

    0下载:
  2. 数值分析中Guass消去法、Guass主元消去法和雅克比等算法-Numerical analysis in Guass elimination method, Guass main element elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:2095
    • 提供者:烟囱
  1. jacobian

    0下载:
  2. 雅克比算法,计算力学程序,绝对有效,正确的程序-Jacobi algorithm, computational mechanics program, absolutely effective, the correct procedure
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:200145
    • 提供者:马艳
  1. jacobi_test

    0下载:
  2. 串行算法—使用雅克比迭代解线性方程组,c++ -Serial algorithm- using the Jacobi iterative solution of linear equations, c++
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:771069
    • 提供者:jin
  1. eig

    0下载:
  2. 实对称矩阵计算特征值及特征向量,主要是用雅克比法进行迭代计算-Eigenvalues ​ ​ and eigenvectors of real symmetric matrix calculation
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:1755
    • 提供者:wen wuming
  1. yakebi

    0下载:
  2. 用高斯消元,牛顿迭代法,解决雅克比方程。-Gaussian elimination, Newton iteration method to solve the Jacobi equation
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:26668
    • 提供者:kojf
  1. Jacobi

    0下载:
  2. 数值计算方法中的一个上机实验,雅克比迭代法,一份很详细的实验报告,包括源码-Numerical methods in an experiment on the computer, Jacobi iterative method, a very detailed lab report, including source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1109151
    • 提供者:蔡仕林
  1. Jacobi

    0下载:
  2. 本程序用C语言实现雅克比迭代法的应用,很简单。-This program with C language application of the Jacobi iterative method is very simple.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:693
    • 提供者:刘世界
  1. geneJacobi

    0下载:
  2. 广义雅克比算法,求解小维数矩阵全部特征值的变换类算法-failed to translate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:1487
    • 提供者:yinjin
  1. diedai

    0下载:
  2. 迭代算法,利用matlab编译环境实现迭代求解矩阵最大特征值和特征向量;包含雅克比迭代、高斯迭代和SOR-Iterative algorithm, using matlab compiler environment to achieve maximum iteration for solving matrix eigenvalues ​ ​ and eigenvectors contains Jacobi iteration, Gauss and SOR iteration
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1015
    • 提供者:
  1. Power-Flow

    0下载:
  2. 本程序的功能:在直角坐标系中,运用牛顿---拉夫逊法求解一般的潮流问题, 形成节点导纳矩阵、雅克比矩阵来建立修正方程,求解偏移量和电压新值, 进而求解电流、相角和输入功率、输出功率以及线路功率及其损耗问题。-This program features: In the Cartesian coordinate system, using Newton--- Raphson method for solving general trend of the problem, the forma
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:10244
    • 提供者:angelica
  1. Jacobi_Gauss

    0下载:
  2. 高斯雅克比迭代和高斯赛德尔迭代的源码,用于求解线性代数方程组。-Gauss Jacobi and Gauss Seidel
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:645429
    • 提供者:yliu
  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
    • 文件大小:62727
    • 提供者:qin
  1. C_Lauguage

    0下载:
  2. 用雅克比迭代公式,求解线性方程组的近似解。-With Jacobi iteration formula for solving linear equations approximate solution.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:178733
    • 提供者:刘冬
  1. Jacobi.m

    0下载:
  2. 雅克比法求矩阵特征值特征向量,已在matlab上编译成功,直接可用-Jacobi method for matrix eigenvalue eigenvector has been compiled successfully in matlab, directly available
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1116
    • 提供者:juicy
  1. robot simulink

    1下载:
  2. 用于仿真机器人手臂输出位形和输入角度之间的变化关系,通过建立中间的雅克比矩阵进行计算。
  3. 所属分类:matlab例程

    • 发布日期:2013-07-10
    • 文件大小:684
    • 提供者:mananlink
  1. jakobi

    0下载:
  2. 用雅克比算法求解特征值和特征向量,编程语言采用fortran-Jacobi algorithm using eigenvalues ​ ​ and eigenvectors, programming languages ​ ​ using fortran
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1162
    • 提供者:总工
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com