搜索结果
找到约 20 项符合
symmetric 的查询结果
按分类筛选
文章/文档 Distributed Symmetric Key Management for Mobile Ad hoc Networks
Distributed Symmetric Key Management for Mobile Ad hoc Networks
数值算法/人工智能 QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
数学计算 computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalue
computes the eigenvalues of a symmetric tridiagonal
* matrix T. The user may ask for all eigenvalues, all eigenvalues
in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
数学计算 a software code for computing selected eigenvalues of large sparse symmetric matrices
a software code for computing selected eigenvalues of large sparse symmetric matrices
人工智能/神经网络 Simulated annealing (SA) for the Symmetric Euclidean TSP
Simulated annealing (SA) for the Symmetric Euclidean TSP
数值算法/人工智能 The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Trunca
The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated .
The number of independent components are calculated using Bayes Information Criterion (BIC), ...
数据结构 Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Com
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part.
数学计算 平均因子分解法
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangul ...
书籍源码 zemax源码: This DLL models an anamorphic aspheric surface. This surface is essentially an even asp
zemax源码:
This DLL models an anamorphic aspheric surface.
This surface is essentially an even aspheric surface with different terms for
the x and y directions.
The sag is given by:
Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y)))
+ AR*( (1 - AP)*x*x + (1 + AP)*y*y ...
VC书籍 Secure Programming Cookbook for C and C++ is an important new resource for developers serious about
Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, sy ...