object class 中文意思是什麼

object class 解釋
對象分類代碼
  • object : n 1 物,物體,物件。2 目標 (of; for); 目的,宗旨。3 【哲學】對象,客體,客觀 (opp subject); ...
  • class : n 1 階級;社會等級。2 學級;班級,年級,級,班;組;(有組織的)講習班;〈美國〉同年畢業班;【軍事...
  1. At the begin, we decompound the frame - work to seven class set, which are object class set, interaction class set, model class set, federate - agent class set, simulation class set, interface class set and framework class set, and offer a class - hierarchy structure gragh for it. then, we give the detailed realizing method for each class set in sequence

    先把空襲目標流邦元分解為7大類集,即對象類集、交互類集、模糊類集、聯邦成員代理類、模擬類集、界面類集、框架類集,並給出其類層次結構圖,然後對各個類集的具體實現方法進行了詳細設計。
  2. This paper addresses how to introduce the corba techologies into the tmn, meanwhile, it also addresses the possible applicatioin of corba in tmn. finally, this paper also introduces the detail design of how to apply a corba middleware tao into alcatel ' s forth generatioin project, using corba as the network management interface between the qaf and nef, the functions in tmn. this paper especially pays attention to the detail design of the netowrk management ' s softweare framework, managed object class and notifciation management, try to find a more elegant design pattern in network management development

    隨著電信網路技術的不斷發展,各種新業務的日新月異,傳統的基於osi協議棧的電信管理網tmn在開放性,分散式,互操作性和實現的復雜程度上都日漸不能滿足需求,為了解決這樣的問題,國際電信聯盟itu - t將corba技術引入電信管理網中,本文就如何在tmn電信管理網中引入corba技術,引入后的實際設計問題,以及corba技術在tmn中可能的應用做了一定程度的探討,並結合alcatel4g網管子項目介紹了如何將基於corba的中間件tao ,應用在網元層網管系統中,作為q介面適配層qaf和網元功能層nef的標準管理介面。
  3. Although uml activity diagram is magnitude component in uml, which agrees with modeling system dynamic process and describing workflow, it is immature in itself with the characteristic of non - oriented - object and essentially different from other uml diagram, and need to be ameliorated especially when applicated in workflow, own to the following limitation : firstly, activity diagram describes the behaviors of object class that response the inner action, so uml activity diagram is generally on the assumption of that there is no interruption caused by outer events during the process and no time defer, which limits the ability of uml activity diagram discribing complicated process ; secondly, user cannot obtain enough information of object data, and cannot make sure the character of mutual objects because of actually complicated object and relatively simple object expression in uml activity diagram ; lastly, owe to lacking rigorous mathematical basis and strict, effective methods of validation and analysis, uml activity diagram cannot support the simulation and optimization of workflow, let alone optimizating the model based on the result

    Uml活動圖是uml的重要組成部分,適用於系統動態行為建模和描述工作流,與uml的其他圖形工具不同,它本質上是非面向對象的,而且其本身並不成熟,仍在改進之中,特別是在工作流應用方面。首先, uml活動圖描述的是響應內部處理的對象類的行為, uml活動圖通常假定在整個計算處理的過程中沒有外部事件引起的中斷,也沒有時間的延遲,這就限制了uml活動圖對一些復雜過程描述能力。第二,現實世界業務過程涉及的對象數據十分復雜,但是uml活動圖的對象語義卻非常簡略,用戶基本上無法從uml活動圖中獲取關于對象數據的信息,也不能確定參與交互的對象的特徵。
  4. Object - oriented technique is a new software development method, by using the concept of object, class, encapsulation, inheritance and so on to construct system

    面向對象技術是一種運用對象,類,繼承,封裝等概念來構造系統的軟體開發方法。
  5. Displays the description of an object class

    即,顯示對象的類的信息。
  6. In step of conceptual design, requirement analysis and actor analysis are discussed to analyze erp system using case diagrams and sequence diagrams. in step of logical design, database models and package diagrams are presented in definition of object class, user interface and object class diagrams. in step of physical design, design planning, deployment realization and technology environment of erp system are introduced

    在概念設計階段,重點探討需求分析和角色分析,並採用用例視圖和順序圖來分析erp系統;在邏輯設計階段,充分利用定義對象類、定義用戶介面、定義對象類圖等方法建立erp系統數據庫模型和包圖;在物理設計階段,重點探討系統的設計規劃、部署實現及技術平臺來實現erp系統。
  7. In chapter 3, basic concepts and development steps of simulation systems based on hla / simulink are introduced at first. then design of communication countermeasure federation is investigated. the results of object class design, interaction class design and federation design are presented in the form of tables of federation object model and architecture diagram of simulation system

    第三章首先介紹了基於hla / simulink的模擬系統的基本概念及開發步驟,其次研究了通信對抗聯邦的設計,並給出了對象類設計、交互類設計以及聯邦設計結果,其具體表現形式為fom (聯邦對象模型)表和模擬系統體系結構框圖。
  8. Using a demonstration system, the uml - pns modeling process is described detailly and the use case diagrams, object class graphs, interaction graphs and action graphs and the petri network model of i - mes are provided

    並以一個簡單的零件組裝為例,詳細介紹了uml - pns建模過程,給出了系統用例圖、對象類圖、交互圖和行為圖,以及i - mes的petri網模型。
  9. Managed object class mo

    被管對象類
  10. Here, the managed objects are classified into four types : m - based ( storing all resource information in memory ), md - based ( storing the base managed object in memory and the list of attribute in persistent storage ), mr - based ( storing the base managed object in memory and accessing the resource directly ) and d - based ( storing all resource information in a database ). to achieve those, a generic class is designed for the need of the basic managed object ; as a result, the managed object class abstracted from the managed objects mentioned above can be derived from this generic class when corresponding attributes and methods are added. finally, a mib storage structure of a real application inherited from its super classes can be constructed

    該實現方法首先根據管理系統中被管對象的特點將其分為基於內存( m - based ) ,基於內存?數據庫( md - based ) ,基於內存?指針( mr - based )和基於數據庫( d - based )等四種類型;其次,定義被管對象基類用於描述通用的被管對象,然後以此基類為基礎,繼承並添加與具體模式有關的數據成員和方法成員,實現其它類型的被管對象類;對于具體的網管應用,則根據具體要實現的被管對象特點,從合適的被管對象類衍生,添加與具體應用有關的代碼,即可實現相應的mib存儲結構。
  11. Class, using the specified distinguished name and object class

    使用指定的識別名和對象類初始化
  12. These are the members of the object class : tables, views, table - valued functions, stored procedures, extended stored procedures, scalar functions, aggregate functions, service queues, and synonyms

    Object類的成員包括:表、視圖、表值函數、存儲過程、擴展存儲過程、標量函數、聚合函數、服務隊列以及同義詞。
  13. I pose a point of view that the object - oriented common data model and it ' s object - state - transforming rule based on eeca and it ' s object class - cluster mechanism based on ccrm may solve preferablely heterogeneous sharing conflict in domain engineering

    提出了面向對象的公共數據模型及其基於eeca的對象狀態轉換規則和基於ccrm的聚類機制能較好地解決領域工程中異構數據共享沖突的觀點。
  14. Adopted generative rule based on object class, concluded the rule of fixture choosing, author implemented an open easily extendable and maintainable dynamic repository

    採用基於對象類的產生式規則,分析了影響工藝裝備選擇的因素,總結出工藝裝備選擇的規則,建立了一個開放且易於擴充、維護的動態知識庫。
  15. On the basis of analyzing the knowledge used in the course of electronic assembly process planning, an object model of knowledge and electronic assembly knowledge representation language ( eakrl ) which integrates the object class with generative rules were presented. by means of eakrl, knowledge model of electronic assembly was built

    在對電子裝配工藝設計過程中用到的知識進行分析的基礎上,建立了知識的對象模型,採用對象類與產生式規則相結合的方法表示電子裝配工藝設計知識,並建立的電子裝配工藝知識模型。
  16. A simple example is given to support the theory. object - oriented technique is widely used in gis data modeling. point - object class, line - object class, time class, polygon - object class and complex - object class are extracted from geo - objects, which combines with spatio - temporal topology forms an object - oriented gis spatio - temporal data model

    運用面向對象的分析技術,對gis中點、線、面基本對象類和復雜對象類的分析與描述,結合時空拓撲的描述,總結出了一個面向對象的gis時空數據模型,體現了面向對象理論在gis時空數據建模中的思想。
  17. Taking advantages of visual object - oriented modelling technology named uml, the system is modelled and the basic object class structure model is studied. process - oriented networked manufacturing system model ( po - nmsm ) is a tri - dimensional integrated framework, which consists of five sub - models, i. e. control model, function model, resource model, organization model and data model

    首先構建了以控制模型為主,功能模型、資源模型、組織模型和數據模型為輔的三維集成化模型框架,通過控制模型建立起其他幾個視圖模型之間的內部關聯,通過資源模型和組織模型來反映網路化製造系統中組織的分散性和過程對動態資源的調度與分配。
  18. In your code, create an instance of the object class

    在代碼中創建該對象類的一個實例。
  19. Specifying the correct object class name in a type library

    在類型庫中指定正確的對象類名稱
  20. Is created that is bound to the object class in your project

    會創建一個綁定到項目中的對象類的
分享友人