avtomat:非确定性有限状态机(带空移动)实现

时间:2024-06-23 07:45:11
【文件属性】:

文件名称:avtomat:非确定性有限状态机(带空移动)实现

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-23 07:45:11

JavaScript

亚托马特 非确定性有限状态机(带空移动)实现 安装 凉亭: $ bower install --save avtomat 用法 构造函数的语法是: Avtomat . StateMachine ( states , startState ) 在哪里: states是包含机器状态详细信息的 JSON 对象(见下文) startState是作为机器启动状态的状态的 ID states对象具有以下结构: { "stateID1" : { "final" : stateFinal , // Boolean "transitions" : { // stateSymbol could be integer, float, or string "in


【文件预览】:
avtomat-master
----package.json(852B)
----test()
--------demo.htm(2KB)
----gulpfile.js(742B)
----LICENSE(1KB)
----dist()
--------avtomat.js(14KB)
--------avtomat.min.js(2KB)
----src()
--------avtomat.js(15KB)
----.gitignore(2KB)
----demo()
--------css()
--------index.htm(3KB)
----README.md(5KB)
----bower.json(681B)

网友评论