文法first集和follow集的计算源代码
2022-05-14 08:39:08 9KB first集和follow集的计算
1
给定一个上下文无关文法,判断其是否为 LL(1)型文法。如果不是,尝试是否 可以改写为 LL(1)文法。 覆盖知识点:FIRST 集、FOLLOW 集、SELECT 集、预测分析表的构建、消除左递归、 消除左公共因子。 求first集、FOLLOW集、select集、LL(1)文法判别、构造预测分析表、非LL(1)文法转换为LL(1) C++版
2022-05-10 16:32:05 247KB 编译原理 LL(1)文法 实践 c++
1
Head First设计模式。通俗易懂的语言描述模式的神奇
2022-05-07 17:00:33 8.93MB 设计模式 文档资料 综合资源
1
井字游戏 我的第一个投影作品并创建了一个Tic-Tac-Toe游戏。 数量不多,但这就是我要开始熟悉编程语言的目的。
2022-05-02 10:04:28 5KB ai game-development tic-tac-toe first-project
1
First-APAC-MyXXXService-ok
2022-05-02 09:05:43 339KB android
1
深入浅出设计模式 (head first design pattern), 幽默诙谐的语言讲解常用的设计模式, 适合面向对象编程的初学者。
2022-04-30 09:22:04 25.92MB Design Pattern 设计模式 深入浅出
1
head first c#两个版本VS2012与VS2013,每一章节的例程都有,配合书记学习,效果很好。
2022-04-29 23:19:35 184.23MB C# headfirst 源码
1
注:源码粘贴在报告中。原创,转载请注明。 本实验要求建造一个没有虚拟功能的内存管理系统。任务如下: • 设计一个内存管理器,支持至少两种分配策略, 如first-fit, next-fit, best-fit, worst-fit 等。 • 对不同分配策略的性能进行评估。
1
Book Description: What will you learn from this book? It’s an exciting time to be agile! Finally, our industry has found a real, sustainable way to solve problems that have perplexed generations of software developers. Agile not only leads to great results, but teams say they also have a much better time at work. Yet … if agile is so great, why isn’t everyone doing it? It turns out that agile can work well for one team and cause serious problems for another. The difference is team mindset. With this brain-friendly guide, you’ll change the way you think about your projects—for the better! Preparing for your PMI-ACP certification? This book has everything you need to pass the exam: a complete study guide, tips, exam questions, and a full-length practice PMI-ACP exam. Why does this book look so different? Based on the latest research in cognitive science and learning theory, Head First Agile uses a visually rich format to engage your mind, rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.
2022-04-23 18:40:41 62MB Agile
1