-
基于Matlab的GMM算法实现
高斯混合模型(GMM)算法利用matlab实现,主函数信息如下:% emgmm:GMM参数生成函数% Input:% Data: D x N ,N个D维数据% Alpha0: Gauss模型的权重初始值% Mu0: D x M,Gauss模型的中心初始值% Sigma0:Gauss模型的方差初始值(假设每个方差矩阵都是对角阵, 即一个数和单位矩阵的乘积)% loglikthreshold:EM迭代停止条件% Output:% [Alpha, Mu, Sigma]:高斯混合模型参数
- 2022-03-10 08:23:18下载
- 积分: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
-
vtk 图像处理入门示例
这是叶峰无偿提供的宝贵的学习财富,叶峰同志为中国的VTK研究事业和C3P论坛的发展作出巨大贡献,国内的VTK研究源头从C3P开始传播到各个学校、研究所、企业,同时也从C3P走出一大批VTK&C3P的优秀人才。非常感谢叶峰的努力和分享,希望大家向他学习
- 2022-03-12 04:36:14下载
- 积分:1
-
李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等...
李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等- Li Xuewu submits the C language source code, including the
Hilbert curve, the high accuracy computation, pi the value formula,
takes the gravel game, the interest equality fills in the number to
play 3 pieces, confirms four colors theorems and so on
- 2023-03-22 20:00:03下载
- 积分:1
-
计算机模拟物理作业,用来模拟抛体运动
计算机模拟物理作业,用来模拟抛体运动-computer simulation of physical operations, used to simulate Projectile Motion
- 2022-07-14 17:12:36下载
- 积分:1
-
自己编的一个判断浮点数的有限自动机,大家来看看啊
自己编的一个判断浮点数的有限自动机,大家来看看啊-own series of the float of a judge finite automata, we arrives
- 2022-03-25 12:02:07下载
- 积分:1
-
在GPU上实现数值模拟技术(线性方程组)的通用架构,
在GPU上实现数值模拟技术(线性方程组)的通用架构,-In the GPU to achieve numerical simulation techniques (linear equations) generic framework,
- 2022-03-23 05:23:41下载
- 积分:1
-
猜数字游戏
简单的控制台下的猜数字游戏,适合初学编程的人学习一下基本编程和基本算法,游戏规则为随机生成一个数待猜,0~9可重复,共最多五次机会,每次猜后会给出每一位的对错信息,如果该位数字猜对则显示o,数字对但位置不对则为^,没有这个数字则为x,程序循环执行,直至关闭退出,VC6.0,WIN7下编译通过
- 2023-05-05 13:30:02下载
- 积分:1
-
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的...
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的-This is a few in the reverse engineering may be used in the calculation of the variance of the article, very good
- 2023-09-05 04:40:04下载
- 积分:1
-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-06-27 07:38:27下载
- 积分:1