码迷,mamicode.com
首页 >  
搜索关键字:_finite    ( 159个结果
ACM 编辑距离
DescriptionLetxandybe two strings over some finite alphabetA. We would like to transformxintoyallowing only operations given below:Deletion:a letter i...
分类:其他好文   时间:2015-08-18 21:09:57    阅读次数:181
poj 3356
Description Let x and y be two strings over some finite alphabet A. We would like to transform x into y allowing only operations given below: Deletion: a letter in x is missing in y at a co...
分类:其他好文   时间:2015-08-16 21:32:50    阅读次数:102
2015 HUAS Summer Trainning #5 C
DescriptionLetxandybe two strings over some finite alphabetA. We would like to transformxintoyallowing only operations given below:Deletion:a letter i...
分类:其他好文   时间:2015-08-16 19:48:49    阅读次数:106
poj3356 AGTC 解题心得
原题:DescriptionLetxandybe two strings over some finite alphabetA. We would like to transformxintoyallowing only operations given below:Deletion:a lette...
分类:其他好文   时间:2015-08-15 18:12:01    阅读次数:93
poj3356 AGTC
DescriptionLetxandybe two strings over some finite alphabetA. We would like to transformxintoyallowing only operations given below:Deletion:a letter i...
分类:其他好文   时间:2015-08-15 16:13:32    阅读次数:119
动态规划——C编辑最短距离
C -编辑距离时间限制:1000女士内存限制:65536KB64位输入输出格式:%I64d & %I64u提交状态描述Letxandybe two strings over some finite alphabetA. We would like to transformxintoyallowing...
分类:其他好文   时间:2015-08-13 17:43:48    阅读次数:142
POJ 2007 Scrambled Polygon(凸包)
Scrambled Polygon Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 7568   Accepted: 3604 Description A closed polygon is a figure bounded by a finite number...
分类:其他好文   时间:2015-08-12 01:25:19    阅读次数:125
二叉树基本概念
Binary Tree? CLRS We define binary trees recursively. A binary tree T is a structure defined on a finite set of nodes that either contains no nodes, o...
分类:其他好文   时间:2015-07-27 20:51:58    阅读次数:209
Finite State Machine 有限状态机
首先这是一篇FSM翻译,关于Finite State Machine 的架构赏析,如果项目对ai需求不是非常强,可以在此基础上扩展,keyle也是在学习中欢迎交流,后面两篇计划是在写一篇BehaviorTree(行为树),最后一篇实现基于Lua的AI的热更新QQ群交流:137728654Finite...
分类:系统相关   时间:2015-07-04 18:13:17    阅读次数:175
状态机编程
一、简介 有限状态机(finite state machine)是一个数学概念,如果把它运用于程序中,可以发挥很大的作用。它是一种协议,用于有限数量的子程序("状态")的发展变化。每个子程序进行一些处理并选择下一种状态(通常取决于下一段输入)。 二、参考 http://blog.csdn.net/i...
分类:其他好文   时间:2015-06-28 16:54:48    阅读次数:109
159条   上一页 1 ... 10 11 12 13 14 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!