文件名称:parallelstatemachineinCS
介绍说明--下载内容均来自于网络,请自行研究使用
在客户端和服务器架构中,平行状态机的使用,使用python实现的,最多可以有20个客户连接到服务器上,服务器将会验证客户端状态的改变-This demonstration illustrates the use of parallel statemachines in a client-server implementation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
parallel state machine in CS
............................\client
............................\......\actor.py
............................\......\psmclient.py
............................\server
............................\......\actor.py
............................\......\psmserver.py
............................\shared
............................\......\casting.py
............................\......\characterstatedata.py
............................\......\characterstatemgr.py
............................\......\crafting.py
............................\......\dead.py
............................\......\fighting.py
............................\......\gesturing.py
............................\......\idle.py
............................\......\layingdown.py
............................\......\movebackward.py
............................\......\moveforward.py
............................\......\moveleft.py
............................\......\moveright.py
............................\......\msgtypes.py
............................\......\sitting.py
............................\......\standing.py
............................\......\stopped.py
............................\......\__init__.py
............................\client
............................\......\actor.py
............................\......\psmclient.py
............................\server
............................\......\actor.py
............................\......\psmserver.py
............................\shared
............................\......\casting.py
............................\......\characterstatedata.py
............................\......\characterstatemgr.py
............................\......\crafting.py
............................\......\dead.py
............................\......\fighting.py
............................\......\gesturing.py
............................\......\idle.py
............................\......\layingdown.py
............................\......\movebackward.py
............................\......\moveforward.py
............................\......\moveleft.py
............................\......\moveright.py
............................\......\msgtypes.py
............................\......\sitting.py
............................\......\standing.py
............................\......\stopped.py
............................\......\__init__.py