搜索资源列表
C-Program-examples
- 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
The-LSI-text-classification-model
- LSI就是这样一种维数约减方法。它可以通过对“文档向量矩阵”进行解奇异值分解(SVD: Singular Value Decomposition)运算,自动计算得到一个比原始空间小得多的有效语义空间-LSI is such a dimensionality reduction method. It can be through the "document vector matrix" for the singular value decomposition (SVD: Singular Valu
QR-Schur-decompositi
- QR算法计算一个矩阵的Schur分解。这当然是一个 在特征值的计算中最重要的算法 -QR algorithm to compute the Schur decomposition of a matrix. This is certainly a feature in the calculation of the value of the most important algorithms
schur
- 矩阵的QR分解定理: 任意nxn实矩阵A, 存在正交阵Q与上三角阵R, 使得A=Q*R-QR matrix decomposition theorem: any nxn real matrix A, the presence of orthogonal matrix Q and the upper triangular matrix R, such that A = Q* R