syntax description 中文意思是什麼

syntax description 解釋
語法描述
  • syntax : n. 【語法】1. 句法;句子結構學。2. 措辭法,字句排列法。
  • description : n. 1. 記述,敘述,描寫;記載。2. 敘事文;(物品)說明書;相貌說明書。3. 種類。4. 作圖;繪制。
  1. 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

    其清晰的前端語法樹結構、高度概括的抽象機中間語言、簡潔有力的後端機器描述等三部分為快速實現多語種開發、多平臺移植提供了有力的支持。
  2. The rest of the statements of the wsdl binding do not follow the direct approach suggested by the syntax of the original wsdl, because i tried to examine the description of the binding element in the specification to find a representation that best captures the meaning behind the concepts there

    Wsdl綁定的其餘語句並不符合最初的wsdl語法所提議的直接方式,因為我曾嘗試通過仔細閱讀規范中對綁定元素的描述,來尋找最能抓住概念背後的意義的表達。
  3. 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中間表示的轉換。
  4. Owl ' s semantics is limited to description logic, which cannot capture semantics of arbitrary rules. therefore, owlrule + is designed. its syntax extends owl and its semantics is based on carin, a representation language combining description logic and horn rules

    針對語義web層次結構中webontology語言owl在一般規則表達能力方面的不足,在其基礎上設計了一種語義web規則標記語言? ? owlrule + ,作為語義web的邏輯規則層。
  5. Then, after the analysis of the semantic hierarchy of rdf ( resource description framework ) resource description, we proposed a kind of rdfms ( resource description framework model and syntax ) data hierarchy clustering method based on semantic distances among data

    對于rdf資源描述進行語義層次分析,提出了基於語義距離的rdfms數據層次聚類方法,並給出了具體的演算法描述和實例。
  6. Aiming at this problem, the main research issues and achievements in this paper are as follows : bi - directional data transformation between rdb and xml with semantic constraints preserved for most of existing researches on static data transformation between xml and rdb, dtd is taken as the schema description language for xml, and the semantic constraints are often lost during the transformation process. to overcome these disadvantages, the author adopts xml - schema, a standard schema description language proposed by w3c to replace dtd, as the description method owing to its more powerful functions than dtd, and of course with the syntax much more complicated. after analyzing the constraints characteristics in both xml - schema and relational schema, a semantic constraints - preserved algorithm is proposed which can realize the bi - directional schema mapping between rdb and xml through a formalized description of xml based on regular tree and a general expression for relational schema based on direct graph approach

    保留語義約束的xml與rdb雙向靜態數據轉換技術現有研究大多採用dtd ( documenttypedefinition ,文檔類型定義)作為xml的模式描述語言,並且在模式映射過程中丟失語義約束信息,本文分析了xml - schema ( xml - schema採用與dtd完全不同的語法,數據描述能力更強同時也更為復雜,已被w3c確定為替代dtd作為xml模式描述語言的標準)及關系模式的語義約束特徵,通過基於正則樹的xml形式化描述方法以及基於有向圖的一般關系模式表示方法的研究,建立保留語義約束的xml - schema與關系模式的雙向模式映射演算法,實現了xml與rdb的雙向數據轉換,較好地解決了xml與rdb在靜態數據轉換層面的數據集成問題,可有效滿足企業大量rdb數據面向xml的發布以及與日俱增的xml數據存入rdb的應用需求。
  7. Xml, as the seed technology within the progress of the web, is the universal applicable declarative syntax in the future web, and rdf providing a data model for resource description and a set of primitives at semantic level is the technical foundation of semantic web

    Web已經到了向語義化發展的一個轉折點: xml提供了通用的表示語法,是web向語義化方向發展的種子技術; rdf提供了語義上描述知識的數據模型和一組基本的描述原語,是語義化web在語義上的技術基礎。
  8. The definitions of syntax structure, semantic interpretation, knowledge base form and reasoning problems based on satisfiability are given for the extended fuzzy description logic

    定義了擴展模糊描述邏輯的語法結構、語義解釋、知識庫形式以及基於可滿足性的推理問題。
  9. This thesis presents a description of a semantic disambiguation model applied in the syntax parsing process of the machine translation system. this model uses hownet as its main semantic resource. it makes the word sense and structure disambiguation in the two ways of " binding " and " preferring "

    本文提出了機器翻譯中句法分析的一種語義排歧模型,該模型以《知網》為主要語義知識源,從「制約」與「優選」兩個角度同時進行詞義及結構的排歧: 「制約」是在分析規則中對產生的結果進行約束,而「優選」則是從若干個已分析出的侯選結構中根據某種選擇原則挑出一個最優的結構。
  10. As ' to the front end, this thesis does n ' t use the method of syntax directed semantic analysis. instead, it arranges syntax analysis and semantic analysis into different stages in virtue of the equal description of source program. as to the back end, it selects the scheme that a virtual machine executes the intermediate code through interpreting

    在對語言編譯器即語言實現方面的研究中,論文總結了編譯器的一般模型,並針對其前端和後端分別選擇了合適的實現方案:前端沒有採用語法制導的語義分析,而是通過對源程序等價表述的引入將語法分析和語義分析安排到不同階段進行;後端選擇了用虛擬機對中間代碼解釋執行的實現方案。
  11. Description of team foundation source control command line syntax

    描述team foundation源代碼管理命令行語法。
  12. Brief description this download contains a quick reference sheet that can be used to access frequently used exchange management shell cmdlets and syntax

    此下載包含快速參考頁,可用來存取常用的exchange管理命令介面指令程式及語法。
  13. To be concluded, the main work done are : propose solutions of databases sharing and integration based on xml ; describe and release database profile by xml ; propose the idea of semantic e - r description pattern of requirement ; propose the model of commen sql syntax verifing ; research the strategy of security in database sharing and integration

    歸納起來,本論文所做的工作主要有:提出基於xml的數據庫共享與集成方案;用xml統一描述和發布數據庫概貌信息;提出可視化語義e - r模式共享需求描述方式;提出了一種通用的sql語法驗證模型;分析了數據庫共享與集成方案中的安全策略。
  14. May give a description of syntax and available options

    命令可以給出語法和選項的說明。
分享友人