亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

FOllOW

  • ll1文法分析

    ll1文法分析,可求first FOllOW 預(yù)測一份

    標(biāo)簽: ll1

    上傳時(shí)間: 2016-07-20

    上傳用戶:gonuiln

  • 用java語言編寫的LL(1)文法分析程序

    用java語言編寫的LL(1)文法分析程序,輸出first集、FOllOW集和分析表,并對輸入串進(jìn)行預(yù)測分析

    標(biāo)簽: java LL 語言 編寫

    上傳時(shí)間: 2014-01-20

    上傳用戶:xiaodu1124

  • 這是一個(gè)完整的文法分析器

    這是一個(gè)完整的文法分析器,能識(shí)別FIRST、FOllOW集,還有實(shí)驗(yàn)報(bào)告!

    標(biāo)簽: 分析器

    上傳時(shí)間: 2016-07-28

    上傳用戶:13517191407

  • 用一門面向?qū)ο笳Z言建立一個(gè)針對LL(1)文法分析構(gòu)造演示器

    用一門面向?qū)ο笳Z言建立一個(gè)針對LL(1)文法分析構(gòu)造演示器,輸入定義好的文法,進(jìn)行分析后在內(nèi)存中建立其存儲(chǔ)結(jié)構(gòu),判斷其能用LL(1)文法分析后,建立其分析過程。 為此我們將本任務(wù)分解為以下內(nèi)容: (1)文法的建立; (2)上下文無關(guān)文法的判定; (3)消除文法中一切左遞歸的算法; (4)文法二義性的判定; (5)LL(1)文法的判定; (6)消除直接左遞歸; (7)消除間接左遞歸; (8)直接左公因子的改造; (9)間接左公因子的改造; (10)遞歸子程序的構(gòu)造; (11)根據(jù)布爾矩陣求FOllOW集; (12)能導(dǎo)出ε的非終結(jié)符; (13)根據(jù)定義構(gòu)造First集; (14)根據(jù)關(guān)系圖構(gòu)造First集; (15)根據(jù)定義構(gòu)造FOllOW集; (16)根據(jù)關(guān)系圖構(gòu)造FOllOW集; (17)Select集的構(gòu)造; (18)預(yù)測分析表的構(gòu)造; (19)總控程序的構(gòu)造; (20)語法樹的演示; (21)根據(jù)總控程序輸出語法樹; (22)根據(jù)布爾矩陣求First集。 我所要完成的任務(wù)是 語法樹的演示。

    標(biāo)簽: LL 對象 語言

    上傳時(shí)間: 2016-07-30

    上傳用戶:kelimu

  • 編譯原理課程設(shè)計(jì)

    編譯原理課程設(shè)計(jì),LL(1)方法,用FIRST()和FOllOW(),SELECT(),以及預(yù)測分析表

    標(biāo)簽: 編譯原理

    上傳時(shí)間: 2013-12-24

    上傳用戶:hphh

  • LL(1)方法

    LL(1)方法,能夠計(jì)算FIRSR()和FOllOW()以及SELECT()

    標(biāo)簽:

    上傳時(shí)間: 2013-12-16

    上傳用戶:qq521

  • 非常好的優(yōu)化算法的書

    非常好的優(yōu)化算法的書,詳細(xì)介紹了蟻群算法和粒子群算法以及相關(guān)的matlab工具箱,講了理論和應(yīng)用給出了工具箱的下載地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to FOllOW instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.

    標(biāo)簽: 優(yōu)化算法

    上傳時(shí)間: 2014-01-26

    上傳用戶:zgu489

  • 使用MFC實(shí)現(xiàn)編譯原理詞法分析器

    使用MFC實(shí)現(xiàn)編譯原理詞法分析器,里面包括求first集和FOllOW

    標(biāo)簽: MFC 編譯原理 分析器

    上傳時(shí)間: 2016-08-10

    上傳用戶:lz4v4

  • LL1文法的實(shí)現(xiàn)

    LL1文法的實(shí)現(xiàn),先輸入語法規(guī)則,之后求出FIRST和FOllOW,最后給出預(yù)測分析表。

    標(biāo)簽: LL1

    上傳時(shí)間: 2013-12-28

    上傳用戶:q123321

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t FOllOW your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.

    標(biāo)簽: intermediate you quickly dummy

    上傳時(shí)間: 2014-01-09

    上傳用戶:wpwpwlxwlx

主站蜘蛛池模板: 固镇县| 县级市| 鲜城| 明溪县| 长兴县| 罗城| 永登县| 贡山| 错那县| 九寨沟县| 昌黎县| 宁城县| 奉新县| 杨浦区| 忻城县| 舟曲县| 罗江县| 南宁市| 大连市| 景谷| 芦溪县| 岐山县| 遂川县| 林西县| 柘荣县| 疏勒县| 达拉特旗| 文化| 桃江县| 抚顺市| 平凉市| 文山县| 榆社县| 石棉县| 商洛市| 嘉定区| 朔州市| 日喀则市| 贵州省| 新乡县| 香港|