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

搜索资源列表

  1. LU法求解线性方程组

    0下载:
  2. LU法求解线性方程组,可以用于求解任意的线性方程组,非常有用.-LU method of linear equations, which can be used to solve arbitrary linear equations, very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38026
    • 提供者:范兴
  1. doollite

    0下载:
  2. 用Doolittle方法求解此方程组; 1.先由U[1][i]=a[1][i] 求的U的第一行,在根据L[i][1]=a[i][1]/U[1][1] 求的L的第一列;2..然后根据公式求得U,L其他的值; 3 回带求解得到X -Try using this method to solve equations; 1. First U [1] [i] = a [1] [i] for the U in the first line, in accordance with L [i] [1
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:28288
    • 提供者:崔青
  1. GaussElimination

    0下载:
  2. Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6834
    • 提供者:杨祎
  1. mm

    0下载:
  2. 雅可比迭代求解方程 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以-Jacobi iteration equation Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2443
    • 提供者:浪子
  1. VBparse

    0下载:
  2. 该系统分为数学公式编译器和数值计算两大块,数学公式编译器的实现比较复杂,计算系统的实现是利用编译器调用数学公式进行的,插值方法,方程求根,数值积分,线性方程组求解
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:562861
    • 提供者:李亚成
  1. 线形方程组求解

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1054
    • 提供者:lz
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:22108
    • 提供者:hjq
  1. optimization

    0下载:
  2. 阻尼算法实现优化,主要是针对线性方程组求解超定方程的一种算法。大家可以试试。-Damping algorithm to realize optimization
  3. 所属分类:MPI

    • 发布日期:2016-06-02
    • 文件大小:21504
    • 提供者:legend
  1. matlab

    0下载:
  2. 龚纯主编的“matlab语言常用算法程序集”第十章非线性方程组求解的源代码-Gong pure edited matlab language commonly used algorithm for assembly source code Chapter solving nonlinear equations
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:12097
    • 提供者:李伟
  1. xufortran

    0下载:
  2. 各种fortran基础源代码,包括线性方程组求解,矩阵运算,矩阵特征值与向量等等问题的求解。-The various Fortran underlying source code, including solving linear equations, matrix operations, matrix eigenvalue vector problem solving.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:944393
    • 提供者:彭欣欣
  1. Gravity-and-magnetic-data

    0下载:
  2. 重磁金属的非线性方程组求解,使得大家可以对编程有更深刻的理解,对C++编程开发更加深入学习。-Gravity and magnetic metals nonlinear equations, so that we can have a more profound understanding of programming, programming for C++ develop more in-depth study.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2110447
    • 提供者:徐倩
  1. linear-equation

    0下载:
  2. 线性方程组 求解啊啊啊 -linear equation
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1337
    • 提供者:草丛
  1. GPU_Parallel_linear_equation

    1下载:
  2. GPU并行加速线性方程组求解,包括源代码、原理、运行结果-GPU parallel speed up system of linear equations solution, including the source, principle, operation results
  3. 所属分类:MPI

    • 发布日期:2017-04-27
    • 文件大小:201443
    • 提供者:郭利凯
  1. ch10-Ordinary-differential-equations

    0下载:
  2. 这是一个关于常微分方程组求解的C程序算法,可供大家学习-This is a C program algorithm on ordinary differential equations, and for them to learn
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:17716
    • 提供者:Li Ming
  1. GAOSI

    0下载:
  2. 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:745688
    • 提供者:KID
  1. Cholesky-solution-of-equation

    0下载:
  2. 乔累斯基解方程主要用于矩阵求解,线性方程组求解等,用法较广-Cholesky solution of equation
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3511
    • 提供者:王强
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. 非线性方程组求解

    1下载:
  2. 利用改进的遗传算法求解非线性方程,遗传算法得到全局最优解作为初值寻找局部最优解(Using the improved genetic algorithm to solve the nonlinear equation, the genetic algorithm gets the global optimal solution as the initial value to find the local optimal solution)
  3. 所属分类:并行计算

    • 发布日期:2017-10-28
    • 文件大小:4096
    • 提供者:zzb1111
  1. 常用算法程序集第五版

    0下载:
  2. 数值积分、线性方程组求解、数据处理、统计分析算法(Numerical integration, linear equations, data processing, statistical analysis algorithm)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:174080
    • 提供者:落木1
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

« 12 3 4 »
搜珍网 www.dssz.com