-
基于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
-
Mips4X4矩阵乘法
Mips4X4矩阵乘法
- 2022-03-14 07:17:45下载
- 积分:1
-
数值分析中的简单迭代法求方程根问题(迭代公式为[sqrt(x+1)]),程序中含方程输入和根显示界面。...
数值分析中的简单迭代法求方程根问题(迭代公式为[sqrt(x+1)]),程序中含方程输入和根显示界面。-Numerical analysis of a simple iterative method for equation of the root problems (iterative formula is [sqrt (x+ 1)]), process input and root equation containing display.
- 2022-01-25 21:19:57下载
- 积分:1
-
对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种周游,
对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种周游,输出三种周游的结果。- To wilfully assigns two forks the tree (to go against points
from to decide) establishes it two to fork the chain table storage
structure, and (sets at spatial stack after the stack five kind of
fundamental operations, enters stack, sends out of the warehouse,
takes stack top element, sentences stack to be spatial) realizes two
forks the tree first the foreword, center the foreword, the foreword
three kinds travels around, outputs the result which three kinds
travels around.
- 2022-01-26 18:45:01下载
- 积分:1
-
多项式的根
Calculating roots of polynomial
- 2022-04-11 04:00:33下载
- 积分:1
-
random number algorithm,including code.
随机数算法,包含文档和源代码-random number algorithm,including code.
- 2022-01-27 10:29:16下载
- 积分:1
-
宿舍管理系统
宿舍管理系统:包括宿舍同学名单查询,增添同学名单,删除同学名单等,还有包括查询学生相关的详细信息等。登陆界面分为学生以及宿舍管理人员。
- 2023-04-14 08:00:03下载
- 积分:1
-
constant recognition of a simple four Operators (3KB)
识别常数的简单四则运算(3KB)-constant recognition of a simple four Operators (3KB)
- 2022-01-29 00:40:33下载
- 积分:1
-
c++ 数据结构 基本实例
包含 排序,堆,二叉树,二进制,括号匹配,简易word,四则运算,银行叫号系统等
编程实例 有利于初学者进行学习
- 2022-07-20 07:19:28下载
- 积分:1
-
knapsak problem
一个旅游者想在周末和他的朋友好好旅行。他们要去山上看大自然的奇观,所以他需要好好收拾行装。他有一个很好的背包用来装东西,但他知道,他最多只能装4公斤,而且要用一整天。他列了一张单子,上面写着他想带什么去旅行,但所有东西的总重量太大了。然后,他决定在初始列表中添加列,详细说明它们的权重,并添加一个数字值,表示该项对旅行的重要性。
- 2022-10-30 04:45:03下载
- 积分:1