CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 解方程组

搜索资源列表

  1. 2 雅各比迭代法求方程组的解

    0下载:
  2. 2 雅各比迭代法求方程组的解 2 雅各比迭代法求方程组的解.rar-two Jacoby iterative method for the solution of the equations 2 Jacoby iterative method for the solution of the equations. Rar
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:杜正
  1. 解线性方程组的迭代法

    0下载:
  2. 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22840
    • 提供者:悟凡
  1. 高斯消元法解n阶线性方程组

    2下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:郑双明
  1. 雅可比迭代解线性方程组

    0下载:
  2. 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11876
    • 提供者:郑双明
  1. ibe具有认证功能算法

    3下载:
  2. 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
  3. 所属分类:密码/编码算法

  1. 用高斯消去发解n元一次线性方程组

    0下载:
  2. 用高斯消去发解n元一次线性方程组
  3. 所属分类:源码下载

    • 发布日期:2010-11-03
    • 文件大小:25088
    • 提供者:ziseshandian
  1. gaussian elimination with partial pivoting

    1下载:
  2. gaussian elimination with partial pivoting for C++ 解方程组
  3. 所属分类:其它

  1. 超过松弛迭代解线性方程组

    1下载:
  2. 利用超过松弛迭代解线性方程组,经过详细优化过的源程序,求解效率极高,程序有注释,方便阅读,程序经过验证。
  3. 所属分类:源码下载

    • 发布日期:2011-09-14
    • 文件大小:1447
    • 提供者:qindecheng_01
  1. 退火算法解非线性方程组Matlab程序

    1下载:
  2. 退火算法解非线性方程组Matlab程序
  3. 所属分类:源码下载

    • 发布日期:2011-09-29
    • 文件大小:6210
    • 提供者:yuyehang2011
  1. 牛顿迭代法解非线性方程组

    3下载:
  2. 牛顿迭代法解非线性方程组,C语言程序,基本数值计算算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-11-24
    • 文件大小:3129
    • 提供者:paganini
  1. 全主元消元解线性方程组

    0下载:
  2. 全主元消元解线性方程组
  3. 所属分类:编程文档

  1. 解线性方程组的迭代法

    0下载:
  2. 解线性方程组的迭代法
  3. 所属分类:C#编程

  1. 高斯-赛德尔迭代法解线性方程组的C++程序

    0下载:
  2. 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:2760
    • 提供者:wade
  1. longgeceshi 四阶龙格库塔法解微分方程组实例

    4下载:
  2. 四阶龙格库塔法解微分方程组实例,没有调用函数,而是在基本含义基础上进行编译,有助于对龙格库塔法的理解。-Fourth-order Runge-Kutta method for solving differential equations instance, did not call the function, but on the basis of the basic meaning of compiler, contribute to the understanding of Runge-Ku
  3. 所属分类:matlab例程

    • 发布日期:2015-01-07
    • 文件大小:3072
    • 提供者:cuijian
  1. guass 高斯消去法求解线性方程组

    0下载:
  2. 高斯消去法求解线性方程组 输入变量为一个n阶非奇异方阵A,和n维列向量b,输出的结果为线性方程组Ax=b的解-Gaussian elimination method for solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:1611
    • 提供者:sanbudeyu
  1. test3_5

    0下载:
  2. 解方程组的雅克比迭代法,其中描述了迭代法的收敛条件-Jacobi equations solution iteration, which describes the convergence conditions for iterative methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1965
    • 提供者:zhoulei
  1. Cholesky-

    1下载:
  2. 用Cholesky 分解法解方程组Ax=b-Cholesky
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:zhou kaner
  1. zuixiaoerchengfa

    0下载:
  2. 最小二乘法快速解决方程组求解问题 给定方程组系数 旧能快速求出解级-Fast least squares method to solve problems of solving a given equation coefficients used to quickly find the solution level
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:460249
    • 提供者:cai
  1. Euler_adv

    1下载:
  2. 欧拉法解二阶微分方程组的源代码 以某一特例为代表-Euler
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1174
    • 提供者:ls
  1. tonglunsuanfalilun

    1下载:
  2. 同伦算法的研究理论,一硕士论文,对解非线性方程组很有用-Homotopy algorithm theory, a master' s thesis on the nonlinear equations are useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1384491
    • 提供者:liuming
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com