搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
Computmethod
- 有关计算方的经典算法的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_6
- 高斯-赛德尔迭代法--源代码,这是我的课程设计作业,有点幼稚,请指教-Gauss - Seidel iterative method -- source code, this is my course design work, a bit naive, please enlighten
OpenSees
- 高斯积分代码,对学习有限单元法很有帮助的哦-Gauss integration code, the finite element method for learning useful oh
queen
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出: 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上. -Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the famous mathemati
toolcodes
- gauss routine various
dsp
- 高斯分布的随机数的生成代码.基于Uniform随机函数的生成-Gauss Distribution Random Number Generation Code, based on uniform random number
gauss-number
- 高斯函数产生随机数,并进行了数据输出 ,可画出图像-Gaussian function to generate random numbers, and carried out data output, the image can be drawn
gsty
- 高斯投影正反算公式及换带计算,有需要的可以下载-Gauss projection formula for calculating pros and conversion with calculation, need to be downloaded
gauss
- Linear Equations using Gauss method
quadrature
- 求解Gauss公式的求积几点和求积权,8个节点的Gauss程序-Solving Gauss quadrature formula quadrature points and the right to eight nodes Gauss program
vbgaosi
- vb高斯消去法解方程组组,也就是矩阵求解,直接三角形解法-Vb gauss elimination equation way, namely matrix to solve, triangle method directly
matrix
- pixman and cairo and Mathematics for Game Programmers lcms uses gauss-jordan elimination with partial pivoting which is less efficient and not as numerically stable. See Mathematics for Game Programmers. - pixman and cairo and Mathematics for Game
lmpar
- compute and store in x the gauss-newton direction. if the jacobian is rank-deficient, obtain a least squares solution Source Code for Linux v2.13.6. -compute and store in x the gauss-newton direction. if the jacobian is rank-deficient, obtain a le
GaussNewton
- gauss newton inversion code
background-segmentation
- 21.【高斯处理视频并跟踪运动做前景背景分割】bgfg221.【高斯处理视频并跟踪运动做前景背景分割】bgfg2-Gauss processing video and tracking motion foreground background segmentationGauss processing video and tracking motion foreground background segmentation
ghsss
- 用Visual C++实现的高斯—赛德尔迭代法 很好用的-With Visual c++ implementation of gauss- seidel iterative method is very useful
izxpx
- 作业 高斯消去法 vc 程序语言:c++ 程序源代码 可以的(Homework to gauss elimination vc programming language: c + + program source code)