搜索结果
找到约 13 项符合
Elimination 的查询结果
电子书籍 the minimun square elimination in curve fitting,introduction how to orgnize the data and has the pro
the minimun square elimination in curve fitting,introduction how to orgnize the data and has the program flow chat
matlab例程 用MATLAB写的Gaussian Elimination算法即LU算法
用MATLAB写的Gaussian Elimination算法即LU算法
数学计算 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve
2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
数学计算 Using Gaussian elimination to solve linear equations.
Using Gaussian elimination to solve linear equations.
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.
数值算法/人工智能 The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate, but they are far s ...
数学计算 The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate, but they are far s ...
数学计算 Numerical Methods- Gauss Elimination
Numerical Methods- Gauss Elimination
matlab例程 A very simple Gaussian elimination code in matlab
A very simple Gaussian elimination code in matlab
学术论文 基于FPGA的LDPC码的实现.rar
低密度校验码(LDPC)是一种能逼近Shannon容量限的渐进好码,其长码性能甚至超过了Turbo码。低密度校验码以其迭代译码复杂度低,没有错误平层,码率和码长可灵活改变的优点成为Turbo码强有力的竞争对手。目前,LDPC码已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域,因此LDPC码编译码器的硬件实现已成为纠错 ...