码迷,mamicode.com
首页 >  
搜索关键字:_finite    ( 159个结果
FDM, FVM, FEM
有限元法、有限差分法和有限体积法的区别 标签: 函数 有限元 插值 差分 格式 有限差分方法(Finite Differential Method)是计算机数值模拟最早采用的方法,至今仍被广泛运用。该方法将求解域划分为差分网格,用有限个网格节点代替连续的求解域。有限差分法以泰勒级数展开等方法,把控制 ...
分类:其他好文   时间:2017-06-07 15:43:35    阅读次数:223
基于状态机的游戏框架
一 定义 有限状态机就是一个具有有限数量状态, 而且可以依据对应的操作从一个状态变换到还有一个状态。 而在同一时刻仅仅能处在一种状态下的智能体。 英文:Finite State Machine 简称:FSM 二 最简单的状态机 最简单的状态机:if-else 实际上if-else就是一个最有两种状态 ...
分类:其他好文   时间:2017-05-22 13:37:23    阅读次数:163
POJ——T2553 The Bottom of a Graph
http://poj.org/problem?id=2553 Description We will use the following (standard) definitions from graph theory. Let V be a nonempty and finite set, its ...
分类:其他好文   时间:2017-05-20 11:15:16    阅读次数:253
FDTD方法
时域有限差分法 (FDTD, Finite-Difference Time-Domain) 把Yee网格空间离散法 1.基本原理 2.数值稳定条件 ...
分类:其他好文   时间:2017-05-19 12:58:23    阅读次数:315
Victor 串口控件 1.5.0.6 VCL/FMX for C++ Builder 10.2 Tokyo, 10.1 Berlin, 10.0 Seattle, XE8, XE7, XE6 已经发布
Victor 串口控件 1.5.0.6 更新内容: ? 增加支持 FMX (Firemonkey) Win32/Win64,控件包含 VCL 和 FMX 两个框架版本的,可以同时安装 ? 增加 FSM (Finite State Machine) 控件,包括 TVictorFSM 控件和 TVict ...
分类:编程语言   时间:2017-05-16 15:04:24    阅读次数:316
A Go library implementing an FST (finite state transducer)——mark下
https://github.com/couchbaselabs/vellum Building an FST To build an FST, create a new builder using the New() method. This method takes an io.Writer a ...
分类:其他好文   时间:2017-05-04 12:06:38    阅读次数:181
利用简单的有限状态机(FSM)来实现一个简单的LED流水灯
有限状态机,(英语:Finite-state machine, FSM),又称有限状态自动机,简称状态机,是表示有限个状态以及在这些状态之间的转移和动作等行为的数学模型。 有限状态机是指输出取决于过去输入部分和当前输入部分的时序逻辑电路。一般来说,除了输入部分和输出部分外,有限状态机还含有一组具有“... ...
分类:其他好文   时间:2017-04-27 10:31:05    阅读次数:275
draw graph
http://www.icl.pku.edu.cn/member/yujs/bsdfiles/html/mpost.htmlUNIX下绘图面面观http://www.tug.org/metapost.htmlhttp://www.python-course.eu/finite_state_machi ...
分类:其他好文   时间:2017-04-18 10:12:52    阅读次数:247
数字信号与模拟信号的区别
Digital Signals. Digital signals must have a finite set of possible values. That's the big difference between analog and digital waves. Analog waves a ...
分类:其他好文   时间:2017-03-23 13:54:03    阅读次数:168
[SPOJ1812]Longest Common Substring II
[SPOJ1812]Longest Common Substring II 试题描述 A string is finite sequence of characters over a non-empty finite set Σ. In this problem, Σ is the set of l ...
分类:其他好文   时间:2017-03-13 19:13:34    阅读次数:258
159条   上一页 1 ... 6 7 8 9 10 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!