抽象語法 的英文怎麼說

中文拼音 [chōuxiàng]
抽象語法 英文
abstract grammar
  • : 動詞1 (把夾在中間的東西拉出; 提取) take out (from in between) 2 (從全部里取出一部分; 騰出) ...
  • : 語動詞[書面語] (告訴) tell; inform
  • : Ⅰ名詞1 (由國家制定或認可的行為規則的總稱) law 2 (方法; 方式) way; method; mode; means 3 (標...
  • 抽象 : abstract
  • 語法 : grammar; syntax
  1. The protocol specifies the definition of inter - library loan service working on c / s mode. by means of 21 apdu messages defined in this protocol and standard encode / decode rule, we can realize the resource sharing between different libraries. this article advances a set of solution scheme for the implementation of inter - library loan on the internet environment, and gives some discussion about the key elements for the implementation which includes the process of apdu, the computer descriptions of asn. l syntax, the ber coding rules and the design for supporting db etc. the exact method and program for implementation of inter - library loan are also presented in the article

    本文在詳細分析和研究館際互借協議內容和工作原理基礎上,根據我國圖書館目前的實際情況,給出了在internet環境下實現館際互借服務的解決方案,論述了基於windows2000操作系統下開發館際互借軟體的具體思路,討論了實現該協議的一些關鍵問題,包括apdu的處理, asn . 1抽象語法表示、 ber編碼規則、數據庫設計等,並給出了具體的解決方和實現程序。
  2. The main work included : the classical lambda calculus was modified to describe the character of dynamic fuzzy ; the abstract syntax of dfl programming language was described through bnf notation ; an operational semantics model of dfl programming language was proposed with a ternary array < dfsc, dfo, dfss > and then some basic data types and several mechanisms of constructing new data types were defined ; the frame of dfl progaramming language was provided ; it was described how to solve some problems applying the operational semantics model ; the correctness and reliability of the operational semantics model were proved by hoare logic and denotational semantics

    主要內容包括:變形傳統的演算,以更好地描述具有動態模糊性的問題;通過bnf描述了dfl程序設計言的抽象語法;通過一個三元組< dfsc , dfo , dfss >給出了dfl程序設計言的操作義模型;給出了dfl程序設計言的基本框架結構;給出了該操作義模型的一些應用實例;通過hoare邏輯和基本指稱義對本文所定義的操作義模型的正確性和可靠性進行了證明。由此可見,本文從全新的角度定義了一種可以處理動態模糊問題的程序設計言。
  3. C c abstract syntax in software instant test

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

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

    遍歷抽象語法樹( abstract syntax tree , ast )一次或多次,收集信息並檢查輸入程序
  6. An abstract syntax tree is built after syntax analysis and traversed three times to do semantic analysis to generate the intermediate code

    分析、義分析及中間代碼生成方面,先經過分析建立抽象語法樹,然後對抽象語法樹進行三次遍歷完成義分析並生成中間代碼。
  7. 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類的抽象語法樹進行處理。
  8. 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 )框架。
  9. 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

    本文在原有的編程題自動評分模型的基礎上,對結構體的結構和實現原理進行研究,並在以下幾個方面完善原有模型:在詞分析、程序的系統依賴圖建立和抽象語法樹生成三個方面增加結構體類型的中間表示形式;擴充程序的標準化規則,主要包括類型定義標準化、結構體嵌套結構標準化、結構體初始化的標準化、結構體作為函數參數時函數調用標準化、結構體變量名稱標準化、結構體句排列順序標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學生程序中錯誤的檢測和改進程序匹配策略。
  10. 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

    內容包括通過分析獲得源程序的抽象語法樹,從抽象語法樹構造控制流圖,在控制流圖上做控制流分析獲得源程序的控制依賴關系,在控制流圖上做數據流分析獲得源程序的數據依賴關系,以及最後獲得源程序的程序依賴圖並以圖可達性演算獲得程序分片的全過程。
  11. 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 ,實現了度量數據的自動採集、分析與展示。
  12. Based on the basic theory of tmn, and with the network management information model as a target, this thesis has given an in - depth study of the theory of tmn information model, gdmo and asn. 1

    本文基於tmn的基本理論,以網路管理信息模型為研究方向,深入研究了基於tmn的網路管理信息模型、管理信息模型中用於建模的被管對定義指南( gdmo )和抽象語法標記一( asn . 1 )的
  13. Asn abstract syntax notation

    抽象語法符號
  14. Asn. 1 is a data definition language which allows formal definitions of information structures to be expressed in a manner which is independent of any implementation constraints

    抽象語法符號asn . 1是一種資料定義言,透過將資訊結構的定義正規化,使資料結構在任何發展環境之下都能用相同的表示方來表示。
  15. To ensure that this data can be exchanged between the systems involved, the representation layer transmits it in a standardized form ( e. g., by using abstract syntax notation ( asn. 1 ) or basic encoding rules ( ber ) )

    為了確保數據能在不同系統間進行交換,表示層以標準的格式傳遞它(通過使用抽象語法符號( asn . 1 )或基本編碼規則( ber ) ) 。
  16. Asn. 1. information technology. abstract syntax notation one. constraint specification

    信息技術.抽象語法表示1
  17. Asn. 1. 3 : information technology - abstract syntax notation one part 3 : constraint specification

    信息技術.抽象語法表示
  18. Asn. 1. asn. 1 information technology. abstract syntax notation one. parameterization of asn. 1 specifications

    信息技術.抽象語法表示1
  19. Asn. 1 : information technology - abstract syntax notation one : constraint specification

    信息技術.抽象語法1
  20. Asn. 1 : information technology - abstract syntax notation one : specification of basic notation

    信息技術.抽象語法1
分享友人