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

搜索资源列表

  1. 168168

    0下载:
  2. 计算机辅助正弦交流电路分析的理论及实现过程。分析方法采用节点分析法。采用了把一个二端元件定义一支路的概念,这种处理方法在网络分析中具有简单、易于掌握的特点。而在解线性方程时采用大家所熟悉的高斯—约当消去法。在建立方程的过程中采用的是形成Gn,Jn的直接填写法。为使读者理解编写通用程序的思路和方法,使用了大量的流程图。程序能处理含有导纳支路、电流源支路、电压源支路、四种受控源支路及含有互感支路的正弦稳态电路。-sinusoidal AC circuit computer-aided analysi
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:黄斌
  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.81kb
    • 提供者:刘亮
  1. Computmethod

    0下载:
  2. 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13.44kb
    • 提供者:易牧
  1. gaussjor

    0下载:
  2. 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:younger
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. yuandaima

    0下载:
  2. 用C语言实现高斯顺序消元法和行尺度化的方法,以及雅克比迭代法和高斯赛都迭代法-Using C language Gaussian elimination method and line order scaling methods, and Jacobi iteration and Gauss iterative method match all
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1.54kb
    • 提供者:吴万清
  1. Gauss_yuedang

    0下载:
  2. 全选主元高斯-约当消去法,param mtxResult - Matrix对象,返回方程组的解,return bool 型,方程组求解是否成功-Select All PCA Gauss- Jordan elimination method, param mtxResult- Matrix object, return to the solution of equations, return bool type, the success of Equations
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1.18kb
    • 提供者:Hou
  1. yuxiangchuli--pinghua

    0下载:
  2. 一幅原始图像,在获取和传输过程中,会受到各种噪声的干扰,使图像退化,质量下降. 退化会引起图像模糊,特征淹没,对分析图像不利.为了抑制噪声改善图像质量进行的处理称为图像平滑或去噪.利用高斯函数得到了图像平滑去除随机噪声中使用的平滑模板的一个较普遍的公式。该公式为图像平滑去除噪声提供了多种模板选择。针对不同的图像噪声水平,选取不同的模板,才能达到去除噪声的最理想的效果。文中给出了图像平滑的实现算法,显示结果验证了上述方法和结论。-Any picture would be affected by a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:618.94kb
    • 提供者:朱华
  1. include

    0下载:
  2. 用全选主元高斯约当消去法求N阶复矩阵的逆矩阵其中A=AR+JAI-Select All PCA using Gauss Jordan elimination method for N-order complex matrix in which the inverse matrix A = AR+ JAI
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3.32kb
    • 提供者:chen
  1. 6GJDN

    0下载:
  2. 用全选主元高斯—约当消去法求解实系数方程组-Select All PCA with Gauss- Jordan elimination method to solve real coefficient equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:591byte
    • 提供者:majun
  1. shuzhifenxichazhi

    0下载:
  2. 该算法集集中了数值分析当中几乎所有的插值算法,如牛顿法,艾特肯法,高斯法,样条函数法等,均在MATLAB(R2006@)中运行通过了。-The algorithm sets a numerical analysis which focused on almost all the interpolation algorithms, such as Newton' s law, Aitken law, Gauss law, such as spline function method, are
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9.97kb
    • 提供者:qinghexiaoyue
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5.66kb
    • 提供者:陈永恒
  1. gaussQ

    0下载:
  2. 程序:全主元Gauss消去法 过程:gaussq(aa,bb,xx,n,sgn) 作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败 方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:9.01kb
    • 提供者:王超
  1. liezu

    0下载:
  2. 全主元高斯-约当消元法 可以求解线性方程组-All Principal Gauss- Jordan elimination method for solving linear equations can be
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.06kb
    • 提供者:lcy
  1. all1

    0下载:
  2. Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:837byte
    • 提供者:junli
  1. Equation-Set-Solution-All-Methods

    0下载:
  2. This software source allows you to solve equation by 2 methods Gauss & Gauss-Jordan
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:280.49kb
    • 提供者:pedram
  1. Gauss

    0下载:
  2. 提高质量与生产率是软件工程要解决的核心问题。高质量程序设计是非常重要的环节,毕竟软件是靠编程来实现的。-Improving quality and productivity of software engineering to solve the core problem. High-quality programming is a very important part, after all, the software is achieved by programming.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:42.17kb
    • 提供者:zhaoyi
  1. Gauss-Jordan-Matrix

    0下载:
  2. For inverting a matrix, Gauss-Jordan elimination is about as efficient as any other method. For solving sets of linear equations, Gauss-Jordan elimination produces both the solution of the equations for one or more right-hand side vectors b, and also
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:6.72kb
    • 提供者:Myoung-Jin
  1. Gauss

    0下载:
  2. 高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!-Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.69mb
    • 提供者:onev
  1. Gauss-Kruger-Projection

    0下载:
  2. 首先你要弄清楚方位角是对线段说的,没有“测站点坐标方位角”这说法。 2.线段的方位角的正切值=y坐标差÷x坐标差。而后比较线段终点和起点的x、y坐标的大小,判断其在哪个像限,得到正确角度。 3.现在你遇到的问题中,方位角已知,后视点坐标已知,条件还不够,没法算。-First of all, you should make sure azimuth is said to segment, there is no this site coordinates azimuth measurement
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.23mb
    • 提供者:lbx
« 12 3 »
搜珍网 www.dssz.com