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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

DEPTH-first

  • Proceedings of Practice of Interesting Algorithms 2007 The editor assumes no responsibility for the

    Proceedings of Practice of Interesting Algorithms 2007 The editor assumes no responsibility for the accuracy, completeness or usefulness of the information disclosed in this volume. Unauthorized use might infringe on privately owned patents of publication right. Please contact the individual authors for permission to reprint or otherwise use information from their papers. First edition 2007 Publication Planned by Prof. Wenxin Li Edited by Yili Zhao All rights reserved by Artificial Intelligence Laboratory, Peking University June 26, 2007

    標(biāo)簽: responsibility Proceedings Interesting Algorithms

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

    上傳用戶:wyc199288

  • This handbook is a concise guide to architecting, designing, and building J2EE applications. It guid

    This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and data modeling, and leading a development team through construction. Whether you are about to architect your first J2EE application or are looking for ways to keep your projects on-time and on-budget, you will refer to this handbook again and again.

    標(biāo)簽: architecting applications designing handbook

    上傳時(shí)間: 2014-08-06

    上傳用戶:xuan‘nian

  • 編譯原理

    編譯原理,很有用的源代碼printf("所得first集為:") ShowCollect(first) printf("所得follow集為:")

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

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

    上傳用戶:rocwangdp

  • ll1文法分析

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

    標(biāo)簽: ll1

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

    上傳用戶:gonuiln

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

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

    標(biāo)簽: java LL 語(yǔ)言 編寫(xiě)

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

    上傳用戶:xiaodu1124

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

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

    標(biāo)簽: 分析器

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

    上傳用戶:13517191407

  • 特殊函數(shù)說(shuō)明的PDF文檔

    特殊函數(shù)說(shuō)明的PDF文檔,包括:Bessel Function,marcum Q-function,Hankel Function,Spherical Bessel Function of the First Kind,Confluent Hypergeometric Function of the First Kind

    標(biāo)簽: 函數(shù) 文檔

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

    上傳用戶:qiao8960

  • 對(duì)任意給定的文法G 構(gòu)造LR(1) 項(xiàng)目集規(guī)范族

    對(duì)任意給定的文法G 構(gòu)造LR(1) 項(xiàng)目集規(guī)范族,其中要實(shí)現(xiàn)CLOSURE(I)、GO(I,X)、FIRST 集合等。在此基礎(chǔ)上, 構(gòu)造了LR(1)分析表。然后對(duì)輸入的句子進(jìn)行語(yǔ)法分析,給出接受或出錯(cuò)報(bào)告。 程序采用文件輸入輸出方式。其中包括兩個(gè)輸入文件:文法grammar.txt,以及 輸入串input.txt;兩個(gè)輸出文件:項(xiàng)目集items.txt 和文法的LR(1)分析表 action_table.txt。由于語(yǔ)法分析的結(jié)果只給出接受或錯(cuò)誤報(bào)告,比較簡(jiǎn)

    標(biāo)簽: LR 項(xiàng)目

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

    上傳用戶:來(lái)茴

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

    用一門(mén)面向?qū)ο笳Z(yǔ)言建立一個(gè)針對(duì)LL(1)文法分析構(gòu)造演示器,輸入定義好的文法,進(jìn)行分析后在內(nèi)存中建立其存儲(chǔ)結(jié)構(gòu),判斷其能用LL(1)文法分析后,建立其分析過(guò)程。 為此我們將本任務(wù)分解為以下內(nèi)容: (1)文法的建立; (2)上下文無(wú)關(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ù)測(cè)分析表的構(gòu)造; (19)總控程序的構(gòu)造; (20)語(yǔ)法樹(shù)的演示; (21)根據(jù)總控程序輸出語(yǔ)法樹(shù); (22)根據(jù)布爾矩陣求First集。 我所要完成的任務(wù)是 語(yǔ)法樹(shù)的演示。

    標(biāo)簽: LL 對(duì)象 語(yǔ)言

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

    上傳用戶:kelimu

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

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

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

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

    上傳用戶:hphh

主站蜘蛛池模板: 长宁县| 宁海县| 武夷山市| 康保县| 旺苍县| 延津县| 磐安县| 甘洛县| 商南县| 二手房| 焦作市| 米林县| 基隆市| 隆德县| 绥阳县| 元氏县| 衢州市| 松溪县| 习水县| 大埔区| 广东省| 安乡县| 封开县| 关岭| 许昌市| 承德县| 谷城县| 沁源县| 高台县| 通化县| 清徐县| 北流市| 灵璧县| 闽清县| 扎赉特旗| 大名县| 东兰县| 繁峙县| 梁河县| 西华县| 庆城县|