NFA转化为DFA(国外英文资料).doc

  1. 1、本文档共30页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
NFA转化为DFA(国外英文资料)

NFA转化为DFA # include stdio, h # include conio. H / / macro definition # define MAX_NODE 50 / / allows the maximum number of nodes # define MAX_END 10 / / allows the maximum number of input symbols # define MAX_DEGR 8 / / the maximum allowed per node # define MAX_TAB 200 / / state transformation matrix is the maximum number of rows # define BEGIN_STATE 0 / / initial state node int # define END_STATE -1 / / end state node int # define EMPTY # / / EMPTY cost char type (n, from, to) ((n))/((n))/(())/(())/() / / set structure Typedef struct muster { The int member [MAX_NODE]; / / the element of the collection, at most, is the number of nodes Int num. / / the number of elements in the collection } muster; / / function declaration Void musInit muster * (a); / / initialize a set Void init (void); / / initialization function, which will be zero Void getData (void); / / get the user input data Void getDataExpert (void); / / get the user input data expert mode Void taxis (muster * a); / / sort function, the elements in the collection are sorted by small to large Bool isEqual (muster * a, muster * b); / / determine whether a and b are equal attention: the two sets of judgment should be sorted Void eCLOSURE (muster * a, muster * b); / / the empty word closure of a is saved to b Void the empty (int a, muster * b); / / recursive node a is the set of nodes that were going to spend an empty word on Void aCLOSURE (muster * a, muster * b, char c); / / the empty word closure of a state node, which is reached by a c arc, is saved to b Int findLocal (int a); / / find the node that is represented as the element of a in the node array Void addMem2Mus (muster * a, int b); / / add b to the set a Void addMus2Mus (muster * a, muster * b); / / set b to set a Void printMus muster * (a); / / print a / / for ease of processing, a set of variables is set to global variables Int nodeNum; / / nodes Int endNum; / / terminator Char end [MAX_END]; / / terminator Int node [MAX_NODE] [MAX_DEGR + 1] / /

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档