博客https://blog.csdn.net/gongsai20141004277/article/details/52949995#10759250中的代码
2021-05-23 16:33:55 5KB NFA
1
编译原理实验: 掌握THOMPSON 算法原理和方法 输入字母表∑上的一个正规表达式r。,输出接受L(r)的NFA 规则1: 对ε构造NFA Start ε 规则2: 对于∑中的每个符号a构造NFA Start a 规则3: 如果N()和N()是正规表达式s和t的NFA (a)、对于正规表达式s|t,可构造复合的NFA N(s|t)如下: N(s) ε ε Start ε N(t) ε (b)、对于正规表达式st,可构造复合的NFA N(st)如下: Start N(t) N(s) (c)、对于正规表达式s*,可构造复合的NFA N(s*)如下: ε start ε N(s) ε ε (d)、对于正规表达式(s),可使用N(s)本身作为它的NFA
2021-05-07 16:26:57 1.12MB THOMPSON 编译原理
1
这则表达式向确定有限自动机的转化,RE到NFA/DFA的转化是编译器词法分析的关键步骤,本资源用C++实现该转化的重要算法Thompson算法。
2021-05-07 16:15:41 1.08MB Thompson
1
根据python简单模拟交通环境模拟交通环境,根据汤普森选样建模解决最优路线问题。道路条数以及道路随机情况可自行更改。非常简单。
2021-04-17 11:10:46 3KB 机器学习 汤普森选样 python
1
Thompson的关于网格生成的经典文章
2021-03-08 15:06:53 2.54MB Thompson
1
I want to thank you and congratulate you for downloading the book, “Python Programming For Beginners: Learn The Basics Of Python In 7 Days!” This book will help you to understand the basics of python in just 7 days. Code is the language of the future. And the time to learn the ins and outs of coding is now, unless of course you want to be left behind from the biggest revolution that mankind will witness. So what does it take to be one of those who the masses will rely on to create products, change them and do a lot more programming languages because programming language. with technology? every electronic Well, the secret device runs on is in learning some sort of The question then becomes; so which programming language should you at least prioritize to learn given that there are so many programming languages? Well, if for whatever reason, you have been looking to learn programming or perhaps looking to improve your programming skills, Python programming language could be the best option you can get right now. It makes everything so easy! From the rich and well-designed standard library and built-ins to the availability of modules and numerous third-party open source libraries, very few programming languages can beat it.
2019-12-21 21:54:29 9.08MB Python
1