搜索资源列表

  1. 168168

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

    • 发布日期:2008-10-13
    • 文件大小:4190
    • 提供者:黄斌
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:24060
    • 提供者:周思良
  1. 数学

    0下载:
  2. c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:22612
    • 提供者:郑伟雄
  1. 解线性的迭代法

    0下载:
  2. 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3728
    • 提供者:xjs
  1. functionz1

    0下载:
  2. 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, g
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3911
    • 提供者:讲演
  1. guss

    0下载:
  2. 解各类线性方程的方法以及相关的编程! 希望可以采用我这个工程软件,我可是花了好多的心血!-various solutions of linear equations method and the related programming! I hope to use this software works, but I spent a lot of effort!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1651218
    • 提供者:李历岷
  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4317
    • 提供者:凃道
  1. DotMatrix

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:凃道
  1. conjgrad

    0下载:
  2. 共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值-conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2364
    • 提供者:李国齐
  1. jfc

    0下载:
  2. 线性方程一元求解double roundto(double x,int n) //将某数保留指定位数!-linear equations to solve one yuan roundto double (double x, int n) / / designated certain reservations median!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7186
    • 提供者:dezhen
  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9769
    • 提供者:henry
  1. LECalculator

    0下载:
  2. 线性方程类,封装有关解线性方程的方法-linear equations, the package solution of linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:72127
    • 提供者:熊方勋
  1. 多元线性方程

    0下载:
  2. 多元线性方程求解程序-multivariate linear equation solvers
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:186595
    • 提供者:章明
  1. BGM求解线性方程

    1下载:
  2. 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2877
    • 提供者:谢继晖
  1. 多元线性方程

    0下载:
  2. 多元线性方程求解程序-multivariate linear equation solvers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:186368
    • 提供者:章明
  1. BGM求解线性方程

    0下载:
  2. 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:谢继晖
  1. c常用算法程序

    0下载:
  2. C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义-C algorithms commonly used procedures machine is on the solution of linear equations, various matrix processing. Very practical significance
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:797696
    • 提供者:wlr
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:23552
    • 提供者:周思良
  1. guss

    0下载:
  2. 解各类线性方程的方法以及相关的编程! 希望可以采用我这个工程软件,我可是花了好多的心血!-various solutions of linear equations method and the related programming! I hope to use this software works, but I spent a lot of effort!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-10
    • 文件大小:1650688
    • 提供者:李历岷
  1. Numerical-Analysis-5

    0下载:
  2. 这里面是数值分析作业的VB程序数值分析程序 线性方程 雅可比 高斯 迭代 二次及高次 线性微分方程 列主元及行主元高斯消元法 LU分解 插值法-This operation which is the numerical analysis numerical analysis program VB program Gaussian iterative linear Fangcheng Ya secondary and higher tha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:56320
    • 提供者:耿伟
« 12 3 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org