摘要
单字符的WML(Wireless Markup Language)解析自动机整体解析通过四个基本状态的转换完成。解析过程中,依次读入WML卡片上的字符,每个字符的解析均由相关状态函数处理。为了适应资源受限的嵌入式环境,WML的解析自动机的数据结构均采用最基本的数据结构实现。解析的最终结果是生成一个二叉树。
The overall analysis of a single character by a WML analysis automaton is accomplished by the transformation of four basic states. In the process of analysis, every character read from the WML card in turn is interpreted by the related state functions. In order to adapt the embedded environment with limited resources, the data structures of the WML analysis automaton are the most basic data structures. The final output of analysis is a binary tree.
出处
《计算机应用与软件》
CSCD
北大核心
2008年第4期217-218,223,共3页
Computer Applications and Software