搜索结果
找到约 5 项符合
Infinity 的查询结果
数学计算 《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码
《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码
加密解密 ISGCSSecure增强Client/Server系统安全的控件。(源代码
ISGCSSecure增强Client/Server系统安全的控件。(源代码,需注册)价格:$799。工作在:CB1 CB3 D3 D4 D5。作者:Infinity Software Group
数学计算 Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th
Mapack可用来做矩阵运算
Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single V ...
文章/文档 We analyze, both analytically and numerically, the effectiveness of cloaking an infinite cylinder f
We analyze, both analytically and numerically, the effectiveness
of cloaking an infinite cylinder from observations by electromagnetic
waves in three dimensions. We show that, as truncated approximations
of the ideal permittivity and permeability tensors tend towards
the singular ideal cloaking fiel ...
源码 多项式计算代码
void DFS(MGraph G, int i)
{
    int j;
    visited[i] = TRUE;
    printf("%c ",    G.vexs[i]);
&nbsp; &nbsp; for (j=0; j<G.numVertexes; ++j)
&nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; if (G.arc[i][j]!=INFINITY &nbsp;&& &nbsp;!visited[j])
&nbsp; &nbsp; &nbsp; ...