搜索资源列表
马尔科夫随机场和图像分析
- 马尔科夫随机场在图像分析中的应用,需要了解马尔科夫算法的同学将是最好的资料
隐马尔可夫模型.rar
- 隐马尔可夫模型(Hidden Markov Model,HMM)是统计模型,它用来描述一个含有隐含未知参数的马尔可夫过程。其难点是从可观察的参数中确定该过程的隐含参数。然后利用这些参数来作进一步的分析,例如模式识别。
隐马尔可夫模型在客户关系动态研究中的应用
- 隐马尔可夫模型在客户关系动态研究中的应用
隐马尔科夫模型
- 隐马尔可夫模型(Hidden Markov Model,HMM)作为一种统计分析模型,创立于20世纪70年代。80 年代得到了传播和发展,成为信号处理的一个重要方向,现已成功地用于语音识别,行为识别,文字识别以及故障诊断等领域。
隐马尔可夫模型简介
- 隐马尔可夫模型简介-Hidden Markov Model Introduction
隐马尔可夫模型的源代码
- 隐马尔夫模型的源代码-implicit successor model of source code
马踏棋盘
- 一个C的马踏棋盘-a chessboard horse riding
隐马尔可夫模型介绍
- 隐马尔可夫模型介绍,文档形式,供下载后阅览!-Hidden Markov models, documentation forms for downloading after viewing!
基本的隐马尔可夫_模型
- 一个最几本的隐马尔可夫模型-most of the Hidden Markov Model
隐马尔可夫模型(源代码和原理介绍)
- 隐马尔可夫模型,C语言编写,重要的是里面附带有隐马尔可夫模型原理介绍的ppt,可以对应学习-HMM, C language, it is important that they are incidental tenets of Hidden Markov Models introduced ppt, can learn from counterparts
马踏棋盘-vc.net
- 采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径-greedy algorithm used in VC.net environment under chessboard horse riding. And provide multiple paths
马踏棋盘(第2章)
- 1. 问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,将数字1,2,3,4,…,64依次填入一个8*8方阵。-1. Problem descr iption design of a chess board Ma travels in the demonstration program. 2. Ma basic require
C马踏棋盘
- C语言实现的马踏棋盘,也是一个数据结构的小实验,代码简短,思路清楚,但算法效率不是很高-C language of the chessboard horse riding, as well as a small data structure experiments, code brief, clear thinking, but not very efficient algorithm
马踏棋盘问题.
- 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the r
简单的马踏棋盘
- 这是一个马踏棋盘游戏的原代码,其中只是一种算法,还有很多方法可以实现!以后陆续上载!-This is a horse riding the original board game code, which is an algorithm, there are many ways to achieve! After gradually uploaded!
马踏棋盘127457
- 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the r
一个通用的隐性马尔可夫C代码库
- 一个用C语言编写的通用的隐性马尔可夫代码库-a general c code for hidden semi-Markov model
马踏棋盘2.1.1
- 本程序可模拟中国象棋中马步走法 对你输入的一个点快速遍步整个棋盘-this program can simulate Chinese Chess Knight law to which you input a point fast times throughout the chessboard step
隐马尔可夫
- 用于人脸识别的隐马尔可夫随机过程,英文原版文章。-original english edition of article about face recogniton based on implicit markov random process.
马踏棋盘C
- 一个数据结构的实验。马踏棋盘的程序。已经通过编译了。-a data structure experiments. Horse riding chessboard procedures. The compiler has been passed.