-
利用gmm模型进行特征分析的程序,欢迎与各位相关研究的朋友进行交流...
利用gmm模型进行特征分析的程序,欢迎与各位相关研究的朋友进行交流-use gmm model analysis procedures, and welcome to friends from the relevant research exchange
- 2022-01-25 19:30:29下载
- 积分:1
-
用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。...
用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。-Jin-Sheng Xie used the formula three times a dollar equation aX3 bX2 cX d = 0, (a, b, c, d ∈ R, and a ≠ 0).
- 2022-07-09 03:58:39下载
- 积分:1
-
Runge_Kutta_Fehlber法计算
Runge_Kutta_Fehlber法计算-Runge_Kutta_Fehlber method
- 2022-02-16 04:21:47下载
- 积分:1
-
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。...
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。-WBGragg solution to improve the solution of differential equations, in order to improve the mid-point of law, and gives a solution of an equation example.
- 2023-03-15 11:30:03下载
- 积分:1
-
区间树的实现
区间树的实现。我们将利用这种数据结构在程序中实现一种简单的一维地理定位算法:一组带有标识符的线段作为输入点——一个具有最高权重的标识符的结果。
- 2022-03-21 16:20:37下载
- 积分:1
-
机械设计优化的鲍威尔无约束优化方法…
机械优化设计,鲍威尔法无约束优化程序,程序可以在vc6.00++环境运行-Optimization of Mechanical Design, Powell method for unconstrained optimization procedure, the procedure can vc6.00++ Environment running
- 2022-08-16 00:47:09下载
- 积分:1
-
贴一个自己写的小波变换的C源代码,用C语言实现
贴一个自己写的小波变换的C源代码,用C语言实现-Affixed to a wavelet transform to write the C source code, using C language
- 2022-02-02 15:14:28下载
- 积分:1
-
sofm神经网络的c++程序
神经网络是新技术领域中的一个时尚词汇。很多人听过这个词,但很少人真正明白它是什么。本文的目的是介绍所有关于神经网络的基本包括它的功能、一般结构、相关术语、类型及其应用。
一个真正的神经网络是由数个至数十亿个被称为神经元的细胞(组成我们大脑的微小细胞)所组成,它们以不同方式连接而型成网络。人工神经网络就是尝试模拟这种生物学上的体系结构及其操作。在这里有一个难题:我们对生物学上的神经网络知道的不多!因此,不同类型之间的神经网络体系结构有很大的不同,我们所知道的只是神经元基本的结构。 这是一个SOFM神经网络的c++程序。
- 2022-02-09 11:31:06下载
- 积分:1
-
math, matrix operations
数学运算,矩阵运算的说明共式,包括求逆,行列式等-math, matrix operations-a total of the note, including inversion, as Determinant
- 2022-01-29 01:44:19下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1