diagram language 中文意思是什麼

diagram language 解釋
圖表語言
  • diagram : n. 圖,圖形,圖解;【數學】作圖。 a diagram of an engine 發動機設計圖。vt. (-gram(m)ed; -gram(m)ing) 用圖表示,圖解。
  • language : n 1 語言;(某民族,某國的)國語;語調,措詞。2 (談話者或作者所使用的)言語,語風,文風,文體。3...
  1. Analysing five kinds of programming language prescribed by international standard iec1131 and their peculiarities, choses ladder diagram ( ld ) and instruction list ( il ) as two programming languages of this system, and makes their instructions

    研究、分析國際標準iec1131 - 3對于plc五種編程語言的規定,按照其各自特點,選擇梯形圖( ld )和指令表( il )作為本系統的兩種編程語言。並依據標準制定了它們的指令集。
  2. To improve the efficiency of assembly programming for microcontroller and to shorten the developing period, this article discussed the composition key element, function, characteristic and designing mentality of the developing platform of the mcu assembly language, also gave the basic procedure block diagram of the mathematical operation platform based on the view of the platform

    摘要為了提高單片機匯編語言程序的編程效率,縮短開發周期,從平臺模式的觀點出發,闡述了單片機匯編語言程序開發平臺的構成要素、功能和特點以及設計思路,並給出數學運算平臺的基本程序框圖。
  3. 2. virtual technology in this section, firstly, introduce virtual instrument development and analyze the main principles in tractor testing projects ( including shaft mass, left - and - right side trigging forces, smoke density, noise and velocity ). secondly, propose a general design combined multifunction data acquisition devices ( daq ) with lab view diagram language

    ( 2 )虛擬儀器技術介紹了虛擬儀器的發展特點,分析了拖拉機主要的檢測項目(軸重、左右制動力、煙度、噪聲、速度)的檢測原理和手段,提出一套基於多功能數據採集卡daq和圖形化編程語言labview的虛擬儀器構建方案。
  4. At first system accomplishes chinese language automatic word segmentation and part - of - speech tagging through chinese input approach with word segmentation, then forms corresponding surface semantic network according to the semantic structure grammar, and finally gets corresponding data flow diagram and data dictionary according to the automatic generation algorithms of data flow diagram and data dictionary, the whole completion of the work, can not only provide a description environment of natural language for case, but also develop into the system which takes the question described on the basis of the natural language as the system ' s input

    工作的中心是自然語言篇章理解。系統首先通過分詞輸入法實現漢語自動分詞與詞性標注,然後根據語義結構文法產生相應的表層語義網路,最後根據數據流圖、數據字典自動生成演算法轉換為相應的數據流圖和數據字典。這項工作的徹底完成,不僅可以給case提供一個自然語言的描述環境,而且可進一步發展為基於自然語言描述問題作為輸入的系統。
  5. This paper formalizes analysis patterns with raise. after analyzing static structure diagram, present a definite specification by raise language and analysis patterns " formal specifications. the formalizing is a foundation of reusing analysis patterns efficiency and automated tools

    在對分析模式的靜態結構圖進行分析后,給出使用raise規約語言的描述定義,並對具體的分析模式進行形式化描述,為有效復用分析模式提供有力的保障基礎,為分析模式的自動工具支持提供基礎。
  6. Makes an investigation of interpretive principles and key techniques of plc ladder diagram language based on fx2n series plc instruction set, and proposes interpretive methods of basic program instructions, sfc instructions and application instructions on cygnal f040 single chip system, as well as the design and debugging of hardware and software. 3. analyzes the can controller of cygnal f040

    ( 2 )針對fx2n系列plc指令集,對plc梯形圖語言的解釋原理和關鍵技術進行了詳細的研究,提出了在cygnalf040單片機硬體系統上實現plc基本邏輯指令, sfc指令和功能指令的解釋方法,完成了其硬體和軟體的設計和調試。
  7. Start by taking a look at the overview of the sample application design - a unified modeling language deployment diagram describing the phonebook client application - shown in

    首先簡要介紹一下示例應用程序設計一個描述電話簿客戶端應用程序的統一建模語言( unified modeling language , uml )部署圖如
  8. Then a detailed introduction was given on the development process of a course selection system through internet based on j2ee with uml as modeling language and rup as process framework : constructing requirement model through using use case diagrams and activity diagrams to make clear users " requirement and system boundary ; constructing analysis model through designing analysis classes, analysis sequence diagrams, analysis activity diagrams and some collaboration diagrams if necessary ; constructing design model through designi ng design classes, sequence diagrams and class diagrams ; constructing implementation model through the establishment of component diagrams and deployment diagram

    然後主要介紹了以uml為建模語言,以rup為過程框架,開發基於j2ee的網上選課系統的過程:使用用例圖,活動圖來尋找用戶需求,確立系統邊界,從而建立系統的需求模型;構建分析類,使用分析類的順序圖,活動圖,合作圖來描述系統的分析模型;構建設計類,運用設計類順序圖,類圖來實現了系統的設計模型;使用構件圖、部署圖來描述系統的實現模型。
  9. Sencondly, according to fft and iir, using the c language realize the algorithm, and procedure realization method selection according to the monolithic integrated circuit itself hardware resources. finally, draw up the hardware circuit diagram and confirming the procedure result

    然後分別根據快速傅里葉變化演算法和無限脈沖響應數字濾波演算法,用c語言編寫程序,根據單片機本身的硬體資源分析對比確定採用哪種程序實現方式。
  10. It presents the arithmetic that is achieved by postorder traversing binary tree, which is built from aov diagraph, based on investigating the arithmetic of interchanging between the ladder diagram and instruction list, and the interpretation and execution of plc programming language. the whole software is developed in visual c + + ide with mfc and multi - threads mechanism. the software is well constructed and conforms to a standard of iec61131

    在重點研究了編程軟體中梯形圖與指令表程序的轉換演算法以及指令解釋執行的原理和方法的基礎上,提出了由aov有向圖建立二叉樹、並對其進行後序遍歷來實現梯形圖程序與指令表程序轉換的演算法,並給出了演算法在編程軟體中的具體實現。
  11. American ni company send out labview, which is a revolution of the diagram language. after assay the advantage of virtual instrument and labview, the paper research the new technology of non - calibrate card driver under labview. there are two methods that is call library funtion and code interface node technology to achieve the requirement

    本文在分析了虛擬儀器和labview的特點之後,研究了在labview下非標準(非內置)介面板卡的驅動程序開發技術:調用板卡的動態鏈接庫clf技術和調用vc編程語言的cin技術,探討了在用戶環境下調用labview功能模塊的方法。
  12. The author studies some important domain analysis methods in the world. because of the virtues of foda method, the paper researches over am / fm / gis domain with the foda method, tries to plot out the boundary of am / fm / gis domain, extracts the domain features of am / fm / gis, and gains am / fm / gis domain model, including domain structure model, context feature model, operational feature model, representation feature model, information model, and activity model. these models are expressed in uml modeling methods, class description language, and tree view diagram

    論文在分析了眾多國內外領域分析方法的基礎上,選擇foda方法對am fm gis領域進行深入研究,界定其領域邊界,抽取出am fm gis領域特徵,得出了am fm gis領域結構圖、場景圖、特徵模型、信息模型和操作模型,並採用多種uml建模方法、類描述語言、樹狀圖等表達方式對相關模型進行描述,並在此am fm gis領域模型的基礎上探討了領域設計與實現。
  13. In this paper, it first defines the rule of basic structures in xyz / e, analyzes the analogies between xyz / adl design elements and uml modeling elements and defines the conversion rule, and uses uml extension mechanism and object constraint language to perfect the conversion. and then it selects class diagram and composite structure new in uml2. 0 for research, defines how to convert them to xyz / adl. there has been some research for the conversion from uml state machine diagram, activity diagram and sequence diagram to xyz / e

    本文具體工作如下:從xyz / adl到uml的轉換,首先定義了xyz / adl的語義基礎? ? xyz / e的基本結構到uml的轉換規則,接著通過分析xyz / adl的設計元素和uml建模元素之間的語義相似,定義了二者之間的轉換規則,並用uml的擴展機制和對象約束語言ocl描述進一步的約束來完善相應的轉換過程;另外對于從uml到xyz / adl的轉換,本文著重對uml類圖進行研究,定義了從uml類圖到xyz / adl的轉換機制,也對uml2 . 0新增加的組成結構圖到xyz / adl的轉換進行了定義,同時亦對國內已經開展的uml狀態圖、活動圖、順序圖到xyz / e的轉換機制研究作了簡要介紹。
  14. On the content diagram index, according to content diagram language, diagram resemble righteousness and context contact proceed to seek, with the diagram resemble language righteousness, the characteristic resemble database from the diagram as the clues has the other diagrams with the characteristic resemblance

    摘要基於內容的圖像檢索根據圖像、圖像的內容語義以及上下文聯系進行查找,以圖像語義特徵為線索從圖像數據庫中檢出具有相似特性的其它圖像。
  15. Based on the previous studies, this article, in view of the different ideas about mountain and sea classics, does a comparative study in terms of the content, language and archeological data, concludes that the version in basu diagram language was completed between the early years of the zhou dynasty and the mid of the warring states, and the huawen version was composed by the noble descendents of chu based on a combination of synthesized diagram language, oral spreading, the local mythology, and the knowledge of overseas history and geography of the people at central plain

    摘要這里在前人研究成果的基礎之上,從對歷代學者有關《山海經》的不同看法中,就《山海經》的內容(山川、樂園、主神) 、語言特點與考古資料進行了比較研究,最後得出結論: 《山海經》巴蜀圖語本成書于西周前期,戰國初中期,華文本《山海經》由定居蜀地的楚國貴族後裔綜合圖語本、口頭流傳,再加人楚地神話以及中原、海外歷史地理知識編寫而成。
  16. Based on these, this paper explores a new way which combines the visual modeling language and formal method to describe software architecture through combining uml 2. 0 and xyz / adl. in this paper, the disadvantage of several main methods of software architectural description is analysed, the advantage of uml 2. 0 compared with uml 1. x in the software architecture description is analysed, the corresponding relationship between uml 2. 0 and xyz / adl in the architectural description is given and uml 2. 0 model elements which used to describe the according architectural conception are determined, then a new way to describe software architecture which combine uml 2. 0 and xyz / adl through defining the semantics of xyz / e for uml 2. 0 is composed. in order to realize this method, the formal semantics of uml 2. 0 sequence diagram and state diagram based on xyz / e are defined. in final, the arcitectural description of a simple dask manager system which uses our method is given

    本文分析和比較了當前國內外常用的軟體體系結構描述方法,指出了它們各自存在的問題;分析了uml2 . 0與uml1 . x相比在軟體體系結構描述方面的優勢,確定了用uml2 . 0描述軟體體系結構概念元素所使用的相關模型元素,給出了uml2 . 0與xyz / adl在體系結構描述中的元素對應關系;提出了一種通過定義uml2 . 0相關視圖的xyz / e語義,把uml2 . 0與xyz / adl結合起來描述軟體體系結構的新方法,並分別定義了uml2 . 0的順序圖和狀態圖的xyz / e時序邏輯語義;最後通過對一個簡單的任務管理系統的體系結構進行描述,把本文提出的結合思想運用到實例系統的描述當中。
  17. Information technology - dxl : diagram exchange language for tree - structured charts

    信息技術. dxl :樹形結構圖的圖形交換語言
  18. Is it unify modeling language carry on modeling to the software and hardware of the intelligent heating meter, through come detailed description intellectual heating meter whole structure of form with use case diagram, sequence diagram, activity diagram ; and has presentation the software and hardware of the heating form to design course

    本文的研究工作主要包括以下方面:應用統一建模語言uml ( unifiedmodelinglanguage )對智能暖氣表的軟硬體進行建模,通過用例圖( usecasediagram ) 、活動圖( activitydiagram )來詳細的描述智能暖氣表的整體結構;並且介紹了暖氣表的軟硬體設計實施過程。
  19. This paper is discussed with emphasis on the diagram structure, skill at the graphical programming with language g and application of dynamic link library

    本文重點介紹了流程圖的結構、 g語言編程技巧和動態連接庫的應用。
  20. Furthermore, this architecture is favorable to construct a heterogeneous and extensible distributed nids because it utilizes the object - oriented, language and platform independent features of core a. the key issues of the inids implementation are investigated in detail in the final three chapters of the thesis, including the communication model, class diagram, idl description and sequence diagram of key processes

    在這個模型的基礎之上,實現了一個基於智能的網路入侵檢測系統inids ( intelligentnetworkintrusiondetectionsystem ) 。論文詳細討論了該模型的體系結構、通信模型和對象模型,給出了系統中關鍵對象的idl描述和關鍵處理過程的時序圖。
分享友人