首页 > 2015年03月12日 > 全部分享
HMM的学习笔记1:前向算法
HMM的学习笔记   HMM是关于时序的概率模型,描述由一个隐藏的马尔科夫链随机生成不可观测的状态随机序列,再由各个状态生成不可观测的状态随机序列,再由各个状态生成一个观测而产生观测的随机过程。 HMM由两个状态和三个集合构成。他们分别是观测状态序列,隐藏状态序列,转移概率,初始概率和混淆矩阵(观察值概率矩阵)。 HMM的三个假设: 1、有限历史性假设,p(si|si-1,si-2,.....
分类:编程语言   时间:2015-03-12 20:49:58    收藏:0  评论:0  赞:0  阅读:332
L - Abbott's Revenge(比较复杂的bfs)
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit Status Practice UVA 816Appoint description:Description Abbott’s RevengeThe 1999 W...
分类:其他   时间:2015-03-12 20:49:18    收藏:0  评论:0  赞:0  阅读:293
CodeForces 522A 手速题
1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 #include "map" 6 using namespace std; 7 int n; 8 map dp; 9 vo....
分类:其他   时间:2015-03-12 20:49:08    收藏:0  评论:0  赞:0  阅读:348
MyEclipse 6.5安装maven插件
一、卸载原有maven插件MyEclipse 6.5集成了Maven插件,不过有不少bug,用习惯了m2eclipse,不想在这上面浪费时间。要安装m2eclipse,需要先把自带的maven插件卸载掉,卸载步骤如下:1.删除/eclipse/features/com.genuitec.myecli...
分类:系统服务   时间:2015-03-12 20:48:57    收藏:0  评论:0  赞:0  阅读:450
【POJ2406】【KMP】Power Strings
DescriptionGiven two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think...
分类:其他   时间:2015-03-12 20:48:48    收藏:0  评论:0  赞:0  阅读:257
WindosForm 计算器
计算器 可以分一下类 数字键 + - * / % =和撤销 归零C最简单下面看一下计算器具体的代码using System;using System.Collections.Generic;using System...
分类:Windows开发   时间:2015-03-12 20:48:38    收藏:0  评论:0  赞:0  阅读:462
【leetcode】Merge Two Sorted Lists(easy)
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.思路:使用伪头部c...
分类:其他   时间:2015-03-12 20:48:17    收藏:0  评论:0  赞:0  阅读:249
Search for a Range
Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord...
分类:其他   时间:2015-03-12 20:47:58    收藏:0  评论:0  赞:0  阅读:251
Android之NetworkOnMainThreadException异常
看名字就应该知道,是网络请求在MainThread中产生的异常先来看一下官网的解释:Class OverviewThe exception that is thrown when an application attempts to perform a networking operation on...
分类:移动平台   时间:2015-03-12 20:47:48    收藏:0  评论:0  赞:0  阅读:236
最长上升子序列
#include #include #include #include using namespace std;const int Maxn=1010;int dp[Maxn];int main(){ int t; int n,num[Maxn]; while(~scanf("%d...
分类:其他   时间:2015-03-12 20:47:28    收藏:0  评论:0  赞:0  阅读:225
make clean vs make clobber
make is pretty smart, and picks up what has changed from the last build, so if you run repo sync and then build without cleaning, in most cases it sho...
分类:其他   时间:2015-03-12 20:47:07    收藏:0  评论:0  赞:0  阅读:326
每日必读(2) --Base64
一、 base64是什么?按照RFC2045的定义,Base64被定义为:Base64内容传送编码被设计用来把任意序列的8位字节描述为一种不易被人直接识别的形式。(The Base64 Content-Transfer-Encoding is designed to represent arbitr...
分类:其他   时间:2015-03-12 20:46:57    收藏:0  评论:0  赞:0  阅读:231
Linux 下 git连接github的使用
1、安装gitsudo apt-get install git2、创建github帐号3、Linux创建SSH密钥:ssh-keygen //一直默认4、将公钥加入到Github账户信息Account Settings -> SSH Key5、测试验证是否成功ssh -T git@github.co...
分类:系统服务   时间:2015-03-12 20:46:38    收藏:0  评论:0  赞:0  阅读:242
poj3009——迭代加深搜索
POJ 3009 迭代加深搜索Curling 2.0Time Limit:1000MSMemory Limit:65536KTotal Submissions:12986Accepted:5460DescriptionOn Planet MM-21, after their Olympic game...
分类:其他   时间:2015-03-12 20:46:28    收藏:0  评论:0  赞:0  阅读:251
淘宝API调用 申请 获取session key
在调用淘宝的API时,我们都会用到appkey,appsecret,appsession。1、我们申请应用就会有appkey和appsecret了2、正式环境下获取SessionKey注意:web插件平台应用和web其它应用在正式环境下是同样的获取方法 1)、WEB应用 回调URL:http://....
分类:Windows开发   时间:2015-03-12 20:46:07    收藏:0  评论:0  赞:0  阅读:1329
AS3动态获取对象类名及类的方法,getDefinitionByName,getQualifiedClassName,getQualifiedSuperclassName
首先先告诉大家,我要讲的是flash.utils包中的getDefinitionByName,getQualifiedClassName,getQualifiedSuperclassName可能帮助文档写的过于专业,程序底子差的不一定能看明白,我用我理解的,通俗的讲一遍给大家听。。1、getDefi...
分类:其他   时间:2015-03-12 20:45:57    收藏:0  评论:0  赞:0  阅读:320
BASIC-2 01字串
问题描述 对于长度为5位的一个01串,每一位都可能是0或1,一共有32种可能。它们的前几个是:0000000001000100001100100 请按从小到大的顺序输出这32种01串。 输入格式 本试题没有输入。 输出格式 输出32行,按从小到大的顺序每行一个长度为5的01串。 样例输出 00000...
分类:其他   时间:2015-03-12 20:45:47    收藏:0  评论:0  赞:0  阅读:195
【BZOJ1483】【链表启发式合并】梦幻布丁
DescriptionN个布丁摆成一行,进行M次操作.每次将某个颜色的布丁全部变成另一种颜色的,然后再询问当前一共有多少段颜色.例如颜色分别为1,2,2,1的四个布丁一共有3段颜色.Input第一行给出N,M表示布丁的个数和好友的操作次数. 第二行N个数A1,A2...An表示第i个布丁的颜色从第三...
分类:其他   时间:2015-03-12 20:45:38    收藏:0  评论:0  赞:0  阅读:234
iOS学习笔记(1)--认识Xcode6.1的Interface Builder和常用快捷键
Interface Builder基本界面红色区域为工具栏(Tool Bar)蓝色区域为导航区(Navigator Area)绿色区域为编辑区(Editor Area)黑色区域是调试区(Debug Area)橙色区域是检查器区(Inspector)粉紫色区域是库区(Library)快捷键总结导航区c...
分类:移动平台   时间:2015-03-12 20:45:28    收藏:0  评论:0  赞:0  阅读:475
Codeforces 417A Elimination
题意:比赛 至少 要晋级n×m 个人 ,使用题目数C 可以晋级 n 个人 使用题目1d 可以晋级1个人 问最少需要多少题目解题思路:完全背包。解题代码: 1 // File Name: 417c.cpp 2 // Author: darkdream 3 // Created Time: 2015.....
分类:其他   时间:2015-03-12 20:45:17    收藏:0  评论:0  赞:0  阅读:276
1925条   上一页 1 ... 15 16 17 18 19 ... 97 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!