Welcome![Sign In][Sign Up]
Location:
Search - Gauss

Search list

[Mathimatics-Numerical algorithms用java来编写列主元gauss消去法解方程组

Description: 用java来编写列主元gauss消去法解方程组-used to prepare main-element Gauss elimination method of solving equations Group
Platform: | Size: 1024 | Author: 赵宏滨 | Hits:

[DocumentsORDGAUSS

Description: 利用高斯法求线性方程组的解-Gauss method for solving linear equations solution
Platform: | Size: 1024 | Author: 谷雨 | Hits:

[Mathimatics-Numerical algorithms1.列主元Gauss消去法

Description: 列主元Gauss消去法-out PCA Gaussian Elimination
Platform: | Size: 1024 | Author: 黎元凯 | Hits:

[Mathimatics-Numerical algorithmsGauss-Seidel

Description: Gauss_Seidel迭代-Gauss_Seidel
Platform: | Size: 1024 | Author: 陈国栋 | Hits:

[Mathimatics-Numerical algorithmsGuass_C_Sharp

Description: C#编写的Guass消去法-C# prepared by the Gauss elimination method
Platform: | Size: 1024 | Author: 李庆 | Hits:

[Bio-RecognizeGauss列主元消去法1

Description: 高斯列主元消去法-out PCA Gaussian Elimination
Platform: | Size: 1024 | Author: 王琦 | Hits:

[Mathimatics-Numerical algorithms列选主元的Gauss消去法

Description: 列选主元的Gauss消去法-out how the PCA Gaussian Elimination
Platform: | Size: 66560 | Author: 王俊 | Hits:

[Mathimatics-Numerical algorithms高斯—塞德尔迭代法

Description: 高斯—塞德尔迭代法。-Gauss- Seidel iteration.
Platform: | Size: 276480 | Author: 陈新 | Hits:

[Algorithmgauss-seigel-1

Description: 线性方程解法算法-linear equations Algorithm
Platform: | Size: 2048 | Author: 哈尼 | Hits:

[Graph program图象处理程序

Description: 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-the image histogram equalization, robert, segmentation, prewitt, "and Gauss methods of edge detection operators, the median filter, two-dimensional FFT and DCT, image inversion, and rotating some of the basic template image and transform point transformation functions. Currently only handle 256* 256 images
Platform: | Size: 582656 | Author: 姚立月 | Hits:

[Algorithmjisuanff

Description: 含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现 -with linear interpolation, spline interpolation, Gauss matrix main-element elimination algorithm Law Implementation
Platform: | Size: 2048 | Author: lihao8397 | Hits:

[AlgorithmGAUSS迭代

Description: 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
Platform: | Size: 157696 | Author: 王永科 | Hits:

[Algorithminterfunc

Description: 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, the algorithm functions with C languages, the C programming environment called directly
Platform: | Size: 2048 | Author: 张蔚 | Hits:

[AlgorithmDSP中含有gauss白噪声的双频正弦输入

Description: DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.
Platform: | Size: 1024 | Author: feide | Hits:

[Algorithm先处理法程序PFF.f90

Description: ! 平面杆系结构静力分析程序 ! 先处理法源程序 ! ! 主要功能和特点: ! 可调数组 ! 输入单元结点编号和结点位移编码; ! 先处理法形成总体刚度阵和结构综合结点荷载 ! 存储总刚上三角元素; ! GAUSS消元法解线性代数方程组; ! 计算结点位移和单元杆端力-! Plane truss structure static analysis program! First treatment source!! Main functions and characteristics:! Adjustable array! Input module node number and node displacement coding ! First approach to form and structure of the overall stiffness matrix Consolidated Statement point load! storage total just on the triangular element ! GAUSS elimination method solving linear algebraic equations ! computing node displacement and force unit rod end
Platform: | Size: 5120 | Author: 吴建明 | Hits:

[Data structs预测

Description: 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve reunification.* Forecast and Analysis-- This algorithm applies only to clear linear trend data* default as a quadratic curve equation method** The procedure involves two main algorithm* 1. Using the principle of least squares linear equations to find the constants and coefficients.* 2. The solution of linear equations* The procedure for solving linear equations, due to convergence problems using iterative method, instead of using the Gauss-Jordan elimination method to solve.
Platform: | Size: 2048 | Author: 吴名 | Hits:

[Mathimatics-Numerical algorithmsSeidel

Description: GAUSS-SEIDEL法的Matlab程序-A programm realizing GUASS-SEIDEL algorithm,written in Matlab.
Platform: | Size: 1024 | Author: lll | Hits:

[Algorithm高斯消元法解n阶线性方程组

Description: 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
Platform: | Size: 269312 | Author: 郑双明 | Hits:

[Mathimatics-Numerical algorithms高斯消元法(选主元)

Description: 高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
Platform: | Size: 1024 | Author: 胡铭育 | Hits:

[Windows Develop高斯消元法(c)

Description: 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
Platform: | Size: 1024 | Author: 肖江 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net