systems implementation 中文意思是什麼

systems implementation 解釋
系統實施
  1. Implementation of geographic information systems based on groupware object mode for school campuss

    基於組件對象模型的校園地理信息系統的實現
  2. The management of consultancy studies for the wider use of water - cooled air - conditioning systems ( wacs ) and implementation of district water - cooled air - conditioning systems

    管理有關廣泛使用水冷式空調系統及實施區域性冷卻系統的顧問研究;
  3. There exists some malpractices for our traditional civil executive systems in power installation, management and operation, and it should be restructured according to the division theory of administration and rights - and - obligations in the civil executive power : under the condition that executive power is still installed in courts, administrative executive departments should be set up for its full implementation, separate implementation is also encouraged according to the different natures and characteristics of executive and adjudicative powers, and its implementation should be handed to the intermediate courts or higher to guarantee the justice of adjudication

    我國傳統的民事執行制度在權力的設置、管理、運行等方面存在弊端,應依據民事執行權的行政權屬性和權能劃分的理論進行重構:在執行權仍配置於法院的前提下,設立行政化的執行局專司執行,並按照實施權和裁決權的不同性質和特點實行分離行使,為保證裁決權的公正性,應統一交由中級以上人民法院行使。
  4. It ’ s a pc cluster running linux named network storage cluster ( nss ). it ’ s a linux block level implementation and is transparent to file systems. using pc cluster, it ’ s scalable and low - cost implementation

    根據tns數據布局的特點,本文提出了基於linuxpccluster結構的存儲系統體系結構的設計方案? ?網路存儲集群( nss : networkstoragecluster )系統。
  5. Moreover, the block time - recursive 2 - d rdgt algorithms and their unified parallel lattice structure implementation are extended from 1 - d rdgt case. three applications of the rdgts are investigated : gabor representation for transient signals via the rdgts, mnr fid signal enhancement via the oversampled gabor transforms, representation and approximation of time - varying systems via the rdgts. the experimental results show the efficiency and advantages of the rdgts in applications

    研究了基於實值離散gabor變換的瞬變信號表示演算法、基於過抽樣實值離散gabor變換的核磁共振fid信號增強演算法以及基於實值離散gabor變換的線性時變系統表示與逼近方法,實驗結果驗證了實值離散gabor變換在應用方面的優越性和有效性。
  6. Information technology. open systems interconnection. common management information protocol. protocol implementation conformance statement proforma

    信息技術.開放式系統互連.公用管理信息協議.第2部分:協議執行一致性格式
  7. Information technology - open systems interconnection - common management information protocol - part 2 : protocol implementation conformance statement proforma

    信息技術開放系統互連公共管理信息協議第2部分:協議實現一致性聲明形式表
  8. It illustrates not only the present procedures for commutation, but also the unfairness in the implementation. the seventh part compares the commutation systems in china and foreign countries

    該部分闡明了現存的減刑適用的程序,又指出了所存在的有失公正、不利於減刑適用的問題。
  9. Supervise the it supervisor to follow up project implementation, to ensure compliance to corporate standards and successful implementation of technology and systems within designated timeline and budget

    指導部門主管負責酒店管理系統的實施,確保系統按期保質和在預算內完成,並執行管理公司標準
  10. 5 weiser w, welch b, demers a, shenker s. scheduling for reduced cpu energy. in proc. the 1st usenix symposium on operating systems design and implementation, monterey, ca, november 1994, pp. 13 - 23

    與半導體技術的發展速度相比電池技術發展慢的多,未來的移動設備必須在有限能源供應下發揮更大的效能,這對系統功耗提出了很高的要求。
  11. ( a ) the research of heterogeneous electromechanical equipment systems integration technologies, namely, the 3 - tier architecture technology of integration platform, the equipment access technology based on open protocol and the core layer component technology of 3 - tier architecture. ( b ) the research of implementation technology in the core layer of integration management platform based on 3 - tier architecture. the thesis analyzes concretely the core layer implementation technologies of auto roll polling equipment, supervisory control equipment, linkage control, etc. ( c ) the research of access technology of integration platform for the client computer

    為了開發上述集成管理平臺,論文進行了相應關鍵技術的研究,包括:異構機電設備系統集成技術的研究,即集成平臺的三層體系架構、基於開放式協議的設備接入技術、三層體系結構核心層組件技術的研究;集成管理平臺三層結構中核心層實現技術的研究,具體分析了自動輪詢設備、監控設備、聯動控制等功能在核心層的實現技術;集成管理平臺客戶端接入技術的研究。
  12. Industrial automation systems and integration - product data representation and exchange - implementation methods - clear text encoding of the exchange structure

    工業自動化系統和集成.產品數據表述和交換.執行方法:交換結構的明碼電文編碼
  13. Industrial automation systems and integration - product data representation and exchange - part 21 : implementation methods : clear text encoding of the exchange structure

    工業自動化系統和集成.產品數據表示法和交換.第21部分:執行方法:交換結構的明碼電文編碼
  14. Industrial automation systems and integration parts library part 31 : implementation resources : geometric programming interface

    工業自動化系統與集成零件庫第31部分:實現資源:幾何編程介面
  15. Industrial automation systems and integration - parts library - part 31 : implementation resources : geometric programming interface

    工業自動化系統和集成.零件庫.第31部分:實現方法:幾何編程介面
  16. As a crucial embedded development tool, the embedded system debugger is usually used to debug and test embedded software 。 a embedded system debugger consists of a cross debugger and a debugger agent, which characteristic lies in the separation of running environments between the cross debugger and the debuggee and the dependence on the gdb agent in the debug session 。 with the development of embedded technique, various embedded debug techniques continuously advance and all kinds of embedded system debuggers are playing a more and more important role in the embedded software development 。 the gnu debugger, gdb as a tool in the gnu toolkits, is an extremely powerful source - level debugger 。 among gdb ’ s many noteworthy features, its ability to debug programs “ remote ” is fascinating 。 this capability is not only essential when porting gnu tools to a new operation system or microprocessor, but it ’ s also useful for developers who need to debug an embedded system based on a processor that gnu already supports 。 gdb is the preferred solution in embedded development because it provides portable, sophisticated debugging over a broad rang of embedded systems 。 this paper discusses the status quo of various embedded system debuggers ; deeply analyses the overall structure of gdb and the debugging mechanism of gdb based on its source codes ; introduces the gdb ’ s remote debug technique and gdb / mi, which are usually used to develop the gdb - based embedded system debugger 。 then dwells on how to use gdb / mi to develop a gui front and how to use rsp 、 stub and gdbserver to design a debug agent, in order to expatiate on the design method of the gdb - based embedded system debugger 。 in the end, provides a concrete implementation of the gdb - based embedded system debugger of “ embedded simulation development platform ”, the project of the innovation fund for technology based firms 。

    這個特性不僅在將gnu工具移植到一個新的操作系統和微處理器的時候很有用,對于想調試一個基於gnu支持的晶元的嵌入式系統的開發人員來說,也是非常有用的。由於gdb提供了在大多數嵌入式系統上的可移植的、復雜的調試功能,它已成為嵌入式開發的首選解決方案。本文討論了當前的各種嵌入式調試器的現狀,結合源代碼詳細分析了gdb的結構和調試原理,介紹了開發基於gdb的嵌入式系統調試器常用的遠程調試技術和gdb / mi介面;然後詳細闡述了如何使用gdb / mi開發gdb的圖形前端和怎樣使用rsp協議、 stub和gdbserver設計一個調試代理,從而較深入地討論了基於gdb的嵌入式調試器的設計方法;最後,結合國家中小型企業創新基金項目「嵌入式模擬開發平臺」 ,給出了一個基於gdb的嵌入式系統調試器具體實現。
  17. Being a widely utilized public ip platform, it is susceptible to security attacks of all nature, as outlined in the following areas : the open nature of the ip internet systems - increase of foreign attacks, for example dos / ddos attacks ; the current weakness of the existing operating system ' s internet protocol ; mainframe, and lack of an evaluation standard for back office systems, the inevitable problem of illegal internal access, the lack of guidelines for record keeping and post attack documentation processes, hi addition, still in existence, are managerial problems including the lack of securit y knowledge amongst the workforce and the inexistence of a complete set of security guidelines. to guarantee china telecom ' s 163 / 169 system ' s reliable functions, to protect the user ' s interests, at the same time, insuring quality service, it is necessary to adapt p2dr model as a solution to the current security issues. supported by the modern secure theory and made the secure implementation abundant project practices, this paper gives the general secure design for the chongqing public ip network using p2dr secure model

    中國電信建設的公眾ip網對我國internet的發展起著決定性作用,重慶電信163 / 169網際網路是國家骨幹網在本地的延伸,擁有7個核心節點(採用cisco12012 、 2 * 2 . 5gdpt環) ,三十八個匯接節點,能提供寬帶,窄帶多種接入方式的公眾ip網,現擁有近20萬用戶,佔全市網際網路用戶四分之三以上,作為這樣一個擁有眾多用戶,開放的ip平臺,會受到各種各樣的安全威脅,主要表現在ip網路的開放性,來自外部的攻擊增多,如dos / ddos攻擊;所使用的操作系統運行的網路協議自身的脆弱性;主機、網路設備的配置是否缺乏評估手段;不可避免的內部非法訪問;缺乏必要的攻擊審計作為犯罪取證,出此之外,還有管理上的一些問題,如人員安全意識不強,安全制度不夠健全等多方面原因。
  18. Because knowledge - based systems ( kbss ) do well in knowledge management and decision - making support, it is significant for successful implementation if kbs could be introduced into bpr

    Kbs無論是從知識的管理,還是從決策支持的角度都具有很強的優勢。因此, kbs的引入對于bpr的成功實施來說無疑具有重大意義。
  19. The principle of trading efficiency is to ensure that the desk adheres to best execution, which covers areas like raising speed and access to execution venues, systems implementation

    交易效率的原則是確保交易部門遵循最佳執行規定,包括提高速度以及登錄交易平臺,系統實施。
  20. Omnex pioneered the business process approach for quality systems implementation

    Omnex為質量系統實現開創了生意過程途徑。
分享友人