語法樹 的英文怎麼說

中文拼音 [shù]
語法樹 英文
syntactic [syntax] tree
  • : 語動詞[書面語] (告訴) tell; inform
  • : Ⅰ名詞1 (由國家制定或認可的行為規則的總稱) law 2 (方法; 方式) way; method; mode; means 3 (標...
  • : Ⅰ名詞1 (木本植物的通稱) tree 2 (姓氏) a surname Ⅱ動詞1 (種植; 栽培) plant; cultivate 2 (樹...
  • 語法 : grammar; syntax
  1. A sentence of a grammar is ambiguous if there exists two syntax trees for it.

    如果一文的句子存在兩個語法樹,那麼該句子是二義性的。
  2. A parse of a sentential form is the construction of a derivation and possibly a syntax tree for it.

    句型的分析是某個推導(或許是其語法樹)的構造過程。
  3. The gcc compiler scales very well - from simple batch utility programs to multimillion - line systems. it is the clear syntax tree front end, the highly recapitulative intermediate language and the concise machine description back end that help gcc port to kinds of platforms

    其清晰的前端語法樹結構、高度概括的抽象機中間言、簡潔有力的後端機器描述等三部分為快速實現多種開發、多平臺移植提供了有力的支持。
  4. If a sentential form is ambiguous, then it has more than one syntax tree and therefore, in general, more than one handle.

    如果句型是二義性的,那末,它不只有一棵語法樹,因此,一般地說,也不只有一個句柄。
  5. A parse of a sentential form is the construction of a derivation and possibly a syntax tree for it

    句型的分析是某個推導(或許是其語法樹)的構造過程。
  6. According to the program structure of ansi c, some syntax - tree - nodes are designed in front - end, including function, block, data structure, type, expression, identifier and so on. syntax tree is divided into three levels, namely program level, function level and block level, which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl. retargetable compiler mainly includes intermediate representation, machine description and interface technique between compiler and machine description

    編譯前端的實現技術包括詞分析、義分析和中間代碼生成技術等,針對ansic的程序結構,分別設計了函數、塊、數據結構、類型、表達式、標識符等語法樹結點,並將語法樹分成編譯層次、函數聲明和塊三個不同層次,使語法樹具有清晰的層次結構,有利於編譯程序的義分析,以及從語法樹到rtl中間表示的轉換。
  7. An integrated ufo _ syntax _ tree is built

    建立一顆完整的ufo語法樹
  8. C c abstract syntax in software instant test

    抽象語法樹的生成
  9. Generating abstract syntax trees

    生成抽象語法樹
  10. Traverses the abstract syntax tree one or more times, collecting information and checking that the input program

    遍歷抽象語法樹( abstract syntax tree , ast )一次或多次,收集信息並檢查輸入程序
  11. This paper introduced a kind of variable type collecting method, which is based on layered thoughtway and abstract syntax tree

    摘要提出了一種基於分層思想的,並且無需構造具體語法樹的變量類型提取方
  12. An abstract syntax tree is built after syntax analysis and traversed three times to do semantic analysis to generate the intermediate code

    分析、義分析及中間代碼生成方面,先經過分析建立抽象語法樹,然後對抽象語法樹進行三次遍歷完成義分析並生成中間代碼。
  13. It takes a plain javacc grammar file as input and automatically generates the following : a set of syntax tree classes based on the productions in the grammar using the visitor design pattern ; two interfaces visitor and objectvisitor ; two depth - first visitors depthfirstvisitor and objectdepthfirst ; and a javacc grammar with the proper annotations to build the syntax tree during parsing

    它把普通的javacc文件作為輸入並自動生成下列各項:基於中的生成的一組語法樹類(使用visitor設計模式) ;兩個介面( visitor和objectvisitor ) ;兩個深度優先訪問器( depthfirstvisitor和objectdepthfirst ) ;和一個帶正確注釋的javacc(用於在解析期間構建語法樹) 。
  14. You can add new rules, either by writing java code and recompiling pmd or, a little more simply, by writing xpath expressions that are resolved against each java class s abstract syntax tree

    您可以添加新規則:可以通過編寫java代碼並重新編譯pdm ,或者更簡單些,編寫xpath表達式,它會針對每個java類的抽象語法樹進行處理。
  15. You would never use a scanner to analyze an entire java source ; for that you would turn to something quite familiar to compiler aficionados : the jdt s abstract syntax tree framework

    您決不會使用掃描程序分析整個java源代碼;因為您會轉而使用一些對編譯器迷而言十分熟悉的工具: jdt的抽象語法樹( abstract syntax tree , ast )框架。
  16. Existent automatic grading model of programs can not deal with the programs with structural body. in this paper, we study the syntax and concept of structural body based on an existed model, and improve the original model in the following aspects : increasing the middle representation form of structural body in analysis of morphology and syntax and system dependence graph and abstract syntax tree, adding standardization rules, mainly including type definition, nesting structure, initialization, function invocation, renaming and sequence of program sentence, besides standardization rules of bit operation and program with enumeration, enhancing the function of inspecting syntax error and improving matching strategies

    本文在原有的編程題自動評分模型的基礎上,對結構體的結構和實現原理進行研究,並在以下幾個方面完善原有模型:在詞分析、程序的系統依賴圖建立和抽象語法樹生成三個方面增加結構體類型的中間表示形式;擴充程序的標準化規則,主要包括類型定義標準化、結構體嵌套結構標準化、結構體初始化的標準化、結構體作為函數參數時函數調用標準化、結構體變量名稱標準化、結構體句排列順序標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學生程序中錯誤的檢測和改進程序匹配策略。
  17. The following works have been done : ( 1 ) define csl language and complete the lexical analysis and syntactical analysis of it ; ( 2 ) obtain control flow graph ( later referred as cfg ) from abstract syntax tree ( ast ) ; ( 3 ) control dependence analysis of csl ; ( 4 ) system architecture of csl slicing system

    內容包括通過分析獲得源程序的抽象語法樹,從抽象語法樹構造控制流圖,在控制流圖上做控制流分析獲得源程序的控制依賴關系,在控制流圖上做數據流分析獲得源程序的數據依賴關系,以及最後獲得源程序的程序依賴圖並以圖可達性演算獲得程序分片的全過程。
  18. This dissertation systematically generalizes theory, methods and techniques of software metrics, depicts an inproved software quality metrics model and brings forward a new software metrics tool architecture that based on abstract syntax tree. a software metrics tools named emmetrics is designed and implemented based on the new architecture, so metrics data can be automatically collected, analyzed and exhibited

    本文系統歸納了軟體度量的理論、方和技術,改進了已有的軟體質量度量模型,提出了一種以抽象語法樹為核心的度量工具的體系結構,並且基於該體系結構設計並實現了一個自動化軟體度量工具emmetrics ,實現了度量數據的自動採集、分析與展示。
  19. In this paper, we firstly study two wcet analysis methods ( control flow graph based wcet analysis method and syntax tree based wcet analysis method ), and get integrated comprehension on the static wcet analysis

    本文首先研究了兩種wcet分析方(基於控制流圖的wcet分析方和基於語法樹的wcet分析方) ,加深了對靜態wcet分析的理解。
  20. Start generating depth - first visitors automatically with the java tree builder, a syntax tree builder used with the java compiler compiler javacc parser generator

    開始自動生成深度優先訪問器, java構建器它是一種與java compiler compiler ( javacc )解析生成器一起使用的語法樹構建器。
分享友人