LCS @求解两字串最长公共子串问题
@brief?LCS?PROBLEM??n^2?solved
@string?a?‘?size?is?m,?str?b‘s?size?is?n
?
for?i?->?1?to?m
????for?j?->?1?to?n
????????????i...
分类:
其他好文 时间:
2014-11-17 19:50:15
阅读次数:
162
简单的记录下在VMware下安装11月的Arch经历。 我也不太清楚VMware下应该使用何总分区表以及启动方式...模模糊糊的就给分了GPT...//正文 总的来说,ISO提供了一个小型的Arch linux,在这个环境下安装Arch linux到pc,在进入pc arch完成一定安装 ...
分类:
系统相关 时间:
2014-11-17 17:41:53
阅读次数:
230
/**
?*?@brief?Codeforces?Round?#277?(Div.?2)?d
?*?@file?d.cpp
?*?@author?面码
?*?@created?2014/11/17?14:53
?*?@edited??2014/11/17?14:53
?*?@type?dfs?dp
?*?
?*
?*/
#i...
分类:
其他好文 时间:
2014-11-17 16:05:09
阅读次数:
223
/**
?*?@brief?Codeforces?Round?#277?(Div.?2)?c
?*?@file?c.c
?*?@author?面码
?*?@created?2014/11/14?13:39
?*?@edited??2014/11/14?13:39
?*?@type?greedy
?*
?*/
#include?<...
分类:
其他好文 时间:
2014-11-14 16:01:41
阅读次数:
163
/**
?*?@brief?Codeforces?Round?#277?(Div.?2)?b
?*?@author?面码
?*?@created?2014/11/13?14:01
?*?@edited??2014/11/13?14:01
?*?@type?greedy
?*?@TODO?less?space?and?time?c...
分类:
其他好文 时间:
2014-11-13 14:51:24
阅读次数:
160
/**
?*?@brief?Codeforces?Round?#277?(Div.?2)?a
?*?@author?xiyan
?*?@created?2014/11/13?11:23
?*?@edited??2014/11/13?11:24
?*?@type?math?
?*?
?*
?*/
#include?<stdio.h>...
分类:
其他好文 时间:
2014-11-13 13:07:39
阅读次数:
143
一、时序图简介(Brief introduction)时序图(Sequence Diagram)是显示对象之间交互的图,这些对象是按时间顺序排列的。顺序图中显示的是参与交互的对象及其对象之间消息交互的顺序。时序图中包括的建模元素主要有:对象(Actor)、生命线(Lifeline)、控制焦点(Foc...
分类:
其他好文 时间:
2014-11-13 12:20:55
阅读次数:
170
/*
?*?@brief?hdu?5059
?*?@file?5059.c
?*?@author?xiyan
?*?@CreatedTime?2014/11/12
?*?@LastChanged?2014/11/12
?*?@note
?*??????type:?string?convert
?*
?*
?*/
#include...
分类:
其他好文 时间:
2014-11-12 12:05:59
阅读次数:
141
[0. Brief introduction of block]Block是iOS4.0+ 和Mac OS X 10.6+ 引进的对C语言的扩展,用来实现匿名函数的特性。用维基百科的话来说,Block是Apple Inc.为C、C++以及Objective-C加入的特性,使得这些语言能够用类lamb...
分类:
移动开发 时间:
2014-11-11 20:59:14
阅读次数:
369
Oriented FAST and Rotated BRIEF这篇文章我们将介绍一种新的具有局部不变性的特征 —— ORB特征,从它的名字中可以看出它是对FAST特征点与BREIF特征描述子的一种结合与改进,这个算法是由Ethan Rublee,Vincent Rabaud,Kurt Konolig...
分类:
其他好文 时间:
2014-11-08 18:05:09
阅读次数:
366