随笔分类 -  开源笔记

摘要:第一:Lua函数调用的总体流程 在保护性调用的情况下,lua中函数调用的流程如下,非保护性调用的流程更加简单,请追踪lua_call函数int docall (lua_State *L, int narg, int nres) |—— int lua_pcallk (lua_State *L, in... 阅读全文
posted @ 2015-11-21 17:12 Orig 阅读(3191) 评论(0) 推荐(0)
摘要:基于 http://www.boost.org/doc/libs/1_59_0/libs/statechart/doc/tutorial.html#AsynchronousStateMachines 的文档说明 git地址和例子在:https://github.com/boostorg/state... 阅读全文
posted @ 2015-11-13 11:15 Orig 阅读(2922) 评论(0) 推荐(0)