<ul id="aiwmq"></ul>
    <tfoot id="aiwmq"></tfoot>
    <abbr id="aiwmq"></abbr>
  • <strike id="aiwmq"><input id="aiwmq"></input></strike>
  • <fieldset id="aiwmq"></fieldset>
  • <fieldset id="aiwmq"></fieldset>
  • 論文格式
    電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
    機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
    制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
    通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
    • 首頁 |
    • 畢業論文 |
    • 論文格式 |
    • 個人簡歷 |
    • 工作總結 |
    • 入黨申請書 |
    • 求職信 |
    • 入團申請書 |
    • 工作計劃 |
    • 免費論文 |
    • 合作期刊 |
    • 論文同學網 |
    搜索 高級搜索

    當前位置:論文格式網 -> 畢業論文 -> 計算機論文
    畢業論文標題:

    業務規則引擎詞法分析

     本文ID:LWGSW13590 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 業務規則引擎詞法分析 (收費:1000 積分)  

    論文字數:13626,頁數:38  有開題報告,任務書

    摘   要

     編譯程序的工作貫穿從輸入源程序開始到輸出目標程序為止的整個過程,是非常復雜的。一般來說,整個過程可以劃分為五個階段:詞法分析、語法分析、中間代碼生成、優化和目標代碼生成。
     本設計即為詞法分析階段。詞法分析階段是編譯過程的第一個階段。這個階段的任務是從左至右掃描源程序的字符串,按照詞法規則(正則文法規則)識別出一個個正確的單詞,并轉換成該單詞相應的二元式(種別碼、屬性值)交給語法分析使用。因此,詞法分析是編譯的基礎。執行詞法分析的程序稱為詞法分析器。
     詞法分析是從輸入的源程序中,識別出每個具有獨立意義的單詞,即基本保留字(關鍵字)、標識符、常數、運算符、分隔符五大類,剔除空格與轉義字符,并依次輸出各個單詞的內部編碼及單詞符號自身值。

    關鍵詞:詞法分析;原詞;編譯原理;記號
    Business rules engine Lexical Analysis

    Abstract

     Compiler runs through the work started from the source input to output targets procedures of the whole process is very complex. Generally, the whole process can be divided into five phases: lexical analysis, grammar analysis, intermediate code generation, optimization and target code generation.
     This is the lexical analysis of the design stage. Lexical analysis stage is to build the first phase of the process. This phase of the mission is scanned from left to right source of the string, in accordance with the rules of morphology (Regular Grammar rules) to identify the correct one word, and converted into the corresponding dual-word (category codes, property values ) To the analysis of the use of grammar. Therefore, the lexical analysis is compiled based. Lexical analysis of the implementation of the procedure known as the lexical analyzer.
     Lexical analysis is imported from the source, identify each has an independent significance of the word, namely, the basic reservations about the word (keywords), the identifier, constant, the operator, separators top-five, remove spaces and escape, And the words were out of the internal code words and symbols its own value.

    Key Words:  Lexical analysis; Vocable; Compilers; Principles; Token
    目       錄
    1. 緒論 1
    1.1課題背景及來源 1
    1.2課題研究的目標及意義 1
    1.3編譯器發展歷史及前景 2
    1.4本論文組織結構 3
    2. 項目介紹及方案概述 4
    2.1編譯器的構造 4
    2.1.1編譯程序的引進 4
    2.1.2編譯程序的功能 4
    2.1.3編譯程序的構造 5
    2.2詞法分析器構造實踐之必要性 5
    3. 業務規則引擎詞法分析之過程分析 6
    3.1掃描處理 6
    3.2正則表達式 8
    3.3有窮自動機 9
    3.4從正則表達式到DFA 10
    3.4.1從正則表達式到NFA 11
    3.4.2從NFA到DFA 12
    3.4.3利用子集構造模擬NFA 13
    3.4.5將DFA中的狀態數最小化 13
    4. 詞法分析器的設計與實現 15
    4.1詞法分析器設計目的 15
    4.2詞法分析器設計要求 15
    4.3算法設計思想 15
    4.3.1 Token編碼 15
    4.3.2函數構成 19
    4.3.3注意事項 23
    4.4詞法分析流程圖 23
    4.4.1詞法分析輸入輸出總體流程圖 23
    4.4.2判斷標識符和數字的流程圖 25
    4.4.3函數dealword判別字符串流程圖 25
    4.5詞法分析結果 28
    4.5.1正確分析結果 28
    4.5.2異常處理結果 28
    4.5.3詞法分析結果界面顯示 29
    5. 總結 31
    致謝 32
    參考文獻 33


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:均質無線傳感網關鍵節點屬性特征.. 下一篇:嵌入式Linux基于MiniGUI信息終端..
    Tags:業務 規則 引擎 詞法 分析 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

    論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    论文格式网:毕业论文格式范文
  • <tfoot id="ygcc8"></tfoot>
      • <abbr id="ygcc8"></abbr>
          <fieldset id="ygcc8"></fieldset>