登录
首页 » 算法 » HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H...

HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H...

于 2022-05-31 发布 文件大小:7.90 kB
0 45
下载积分: 2 下载次数: 1

代码说明:

HMM的c实现,对理解HMM很有用,尤其是动态手势识别中,手运动的建模基本都基于H-HMM of c realization of HMM is useful for understanding, especially in the dynamic gesture recognition, hand movements are based on modeling the basic H

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方求出精确解,既然求不出精确解,...
    98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
    2023-05-19 17:45:04下载
    积分:1
  • MP匹配追踪
    该源码是在MATLAB 平台上实现的,主要是关于匹配追踪算法语音和音频的应用,对语音和音频进行稀疏分解和重构,实验仿真表明,语音和音频通过MP算法进行稀疏分解,重构后的音质不但不会下降,并达到压缩的效果
    2022-01-30 18:02:19下载
    积分:1
  • schedulecpu
    应用背景关键技术联合国 ;algoritmo de planificacióN  ;硒利用对位calcular洛杉矶阙消耗等algoritmo O Conjunto de一个接着一个algoritmos(程序)确定的人不使用铝realizar尤娜。EJ:Tiempo de finalizacióN,porcentaje de utilización de la CPU,等..)ES UNA aplicacion de algoritmos FCFS Y Y Y prioryti水井坊RR德艾维斯operativos  ;硒ejecuta做CD EN EL卢格Donde埃斯特CD cpu.tar.gzjavac mainapp.javaJava MainApp
    2022-12-14 23:00:03下载
    积分:1
  • 200495231612.rar
    200495231612.rar
    2022-12-13 23:05:03下载
    积分:1
  • 这是用来验证卡号世界各地LUHN
    This the Luhn algorithm used to verify card numbers throughout the world. -This is the Luhn algorithm used to verify card numbers throughout the world.
    2022-12-16 15:10:03下载
    积分:1
  • 语音编解码代码库_C语言
    详细说明:基于DSP的用C语言实现语音编码解码,能完成基本的语音编码解码功能           C language voice codecs based on DSP,that can complete basic voice codec functions
    2022-01-22 02:45:44下载
    积分:1
  • 生成随机数,将随机数写入文件
    能够读取一般文件和写入一般文件。生成随机数,将随机数写入文件。
    2023-09-05 01:15:03下载
    积分:1
  • this to find out the shortest path for various nodes
    this to find out the shortest path for various nodes-this is to find out the shortest path for various nodes
    2022-02-03 14:28:49下载
    积分:1
  • delphi realized apriori algorithm source code
    delphi实现的apriori算法源代码-delphi realized apriori algorithm source code
    2022-03-18 11:06:53下载
    积分:1
  • 一个简单的c语言实现的纸牌程序
    用一个具有52个元素的数组(如char p[52][5])存放这52张牌的内容,如P_i表示黑桃、H_i表示红桃、C_i表示梅花、D-i表示方块;程序中可以首先初始化该数组,然后显示菜单等待用户选择输入,用户选择“发牌”,程序调用“发牌”函数;在发牌函数中,可使用C 中的产生随机数的函数(参看rand(),srand(),random()等函数的使用说明)一个随机数m,选取一张牌{p[m]},将其与最前面的牌交换位置,即将选取的牌放在最前面;然后对数组p余下的牌重复选取操作,直到所有牌均重排列;最后按13行*4列输出发牌结果
    2022-01-29 00:25:19下载
    积分:1
  • 696522资源总数
  • 104035会员总数
  • 91今日下载