overall structure 中文意思是什麼

overall structure 解釋
整體結構
  • overall : n (套頭)工作服,罩衫,(婦女、小兒等的)罩衣;〈pl 〉〈美國〉工裝褲;〈pl 〉〈英國〉【軍事】(...
  • structure : n. 1. 構造,結構;組織;石理,石紋。2. 建造物。3. 【化學】化學結構。4. 【心理學】(直接經驗中顯現的)結構性,整體性;整體結構。adj. -d ,-less adj.
  1. Girlds establish the overall structure of a page by specifying the placement of text, display type, and artwork

    柵格建立一個頁面整體的結構,依靠指定文字布置,顯示字體類型和美工。
  2. In the meantime, the expansibility is ensured by the overall structure of the toolkit. 4

    同時,在整個工具箱的可擴展性方面作了細致和周全的考慮。
  3. According to the situation and the development trend of information system. it analyses the overall structure of information system. it adopts the scheme that combines the c / s ( client / server ) to b / s ( brower / server ). as the result, conciseness and augmentability are reached ; also, technology of software engineering is applied in the design. all the tasks of the several phases of software engineering are shown in the paper, while many examples illustrated. the technology of softwareware engineering will greatly improve the qulity of design

    在現狀和發展趨勢的基礎上,論文分析了信息系統的總體結構形式。為了實現系統的現有功能並保證靈活性,在系統模式設計上,論文提出採用了c s和b s相結合的混合模式。實踐證明,採用這種結構,在保證系統的簡潔性的同時,大大提高了可擴展性;另外,在系統實現過程中,為提高設計質量,系統將軟體工程的方法貫穿于設計始終。
  4. Secondly, this paper made some theoretic researches on its engineering classfication and applicable scope for this technology ; then combining with project example, this paper carried out scheme design for this technology, and compared some different kinds of underpinning scheme and node and structure design, and put forward the method of " reinforcce steel bar through column " to build pile cap beam, " resistant bend and shear anchored reinforce steel bar " to strengthen column consolidation effect, and the method of " steel plate hoop " to build reinforcing bar connection of the foundation beam, etc. in the process of the consturction scheme research and implement, this paper synthetically elaborated the organizaton for project construction, put forward the construction technical measure of specific aim on the artificial pile, and pile cap beam, and underground adding layer and structure stabilization, and overall structure stabilization and so on. for this project, adopt reinforcing bar concrete to brace hole wall to ensure the safety of engineering in the artificial pile construction, use flexible connection catch to make the cage hoisting easier to simplify the construction process, use the method of earthwork statified symmetrical balance in the process of underground adding layer excavation

    本文首先對于基礎托換與結構加固技術的目的和意義、國內外發展狀況進行了綜合闡述;其次對該項技術工程分類及適應范圍進行了理論上的分析研究;然後結合工程實例對該項技術進行了方案設計,對比幾種不同的托換方案和節點及構造設計,提出了「通筋穿柱法」做承臺梁, 「抗彎抗剪錨筋法」強化柱加固效果, 「鋼板箍法」做地基梁鋼筋連接點等多項技術;在施工方案的研究和實施過程中,對于工程施工組織進行綜合闡述,並就人工挖孔樁、承臺梁、地下加層及結構加固、整體結構穩定等專項施工方案提出有針對性的施工技術措施,人工挖孔樁施工採用鋼筋砼護壁確保挖孔樁的安全成型,使用柔性連接鉤進行鋼筋籠吊裝簡化施工工序;承臺梁施工採用梁主筋橫穿柱身化學膠錨固等;地下加層綜合施工技術採用土方分層對稱平衡開挖,分段挖土做筏基結構自穩等;最後對于該工程實施后的效果分析,說明該項綜合施工技術的可行性。
  5. 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的嵌入式系統調試器具體實現。
  6. The overall structure of the chromosome of s. nanchangensis ns3226was shown to be linear dna molecule with covalently bound terminal proteins. the chromosome telomeres of this strain were seemingly to lie on the two largest chromosomal asei fragments, but the conclusion needs to be refined

    本研究還對南昌鏈黴菌ns3226染色體的結構進行了探索,初步揭示野生型南昌鏈黴菌ns3226的染色體為線性dna分子,末端具有共價結合的末端蛋白,染色體的末端可能處于染色體中最大的兩條ase片段上。
  7. First, after the overall structure of the differential balance mechanism is determined considering the given requirement, the concrete structure of the mechanism is designed with the reference of the design method of the differential which is widely used in autos. the differential gearing system is optimized and more appropriate parameters are got with which the functional requirements can be satisfied and the weight of the mechanism can also be reduced. the surface type structure is adopted on the rocker shift, so the mechanical performance of the differential gearing system and the rocker shifts may be improved

    本文根據整車的性能要求確定了差動平衡機構的總體結構形式,以汽車驅動橋差速器及半軸的設計方法為參考,對差動平衡機構的原理樣機進行了完整的結構設計;對核心的差動輪系部分進行了優化,得出了既能滿足功能要求又可以有效減小機構質量的較合理的參數;在搖臂軸中使用了類似汽車驅動橋半軸的浮式結構,使搖臂軸所受彎矩大大降低,從而改善搖臂軸和差動輪系的力學性能。
  8. There is enough information given with the links to fit the link into the overall structure and context of the web project

    這些連結提供足夠資訊使得連結在網頁專題研究計畫中的結構與上下文位置適得其所。
  9. First of all, the paper introduces the overall structure of the mac protocol using the multi - hop communication mode, to fulfill the requirement of wsn in collision avoidance, energy efficiency and scalability to the change in network, bandwidth utilization, latency, throughout and fairness

    協議採用周期性睡醒機制、 rts / cts的握手機制、適應性偵聽以及消息傳輸等機制,在節省能量的總前提下,有效地減少了延遲、避免沖突,保證網路流量,與傳統的數據鏈路層協議相比,具有明顯的優越性。
  10. In the paper we expound the total structure design of the diameter measurement, the working rinciple and overall structure ofthe diameter measurement are introduced, the choose of optics principle, the special optical system which consist f lens, the design of fine mechanics system, and the choose of light to current inversion as well as computer control and data processing system

    本論文完成了測徑儀的總體方案設計,並對系統的工作原理和總體結構進行了論述。由f透鏡構成的特殊光學系統的確定,精密機械繫統結構的設計,光電變換及微機控制與數據處理系統的確定,最後對激光在線掃描檢測系統的精度進行了綜合分析。
  11. Compared with direct heater, the inorganic heat transfer heater is characterized by simple in overall structure, high safety and reliability in operation, anti - corrosion and anti - scale building up and low cost in maintenance

    與直接爐和熱媒爐相比,具有整體加熱裝置簡單、運行安全可靠性高、抗腐蝕防結垢、維修費用低的優點,在實際應用中取得了良好的經濟效益。
  12. These terminals using prefabricated units assembled structure or overall structure of taiwan, rated current ranges from 10a to 350a

    這些端子臺採用預制構件拼裝結構或整體結構,額定電流范圍從10a至350a 。
  13. This paper provides the overall structure, the method for implementing key technology and the operation principle of a preselection system which can preselect the suitable compensating shim for cone bearing of the gearbox output shaft under an imitation of operating mode

    摘要給出了在模擬工況下變速箱輸出軸錐軸承補償墊片預選系統的總體結構、關鍵技術的實現方法及工作原理。
  14. Abstract : in this paper, the ship structure is analyzed by using 3d overall structure finite element method and the longitudinal strength is calculated when the hydro - static bending moment, wave bending moment, horizontal bending moment and torsion moment are considered. we compare the calculating result with the one based on the theory of thin - walled box girders and discuss the future of application of the two methods

    文摘:本文對3800箱集裝箱船進行了整船有限元分析,計算了在設計靜水彎矩、波浪彎矩、水平彎矩和扭矩作用下的船體總縱強度,並與基於薄壁梁扭轉理論的總縱強度計算結果進行了比較,對兩種方法的應用前景作出評論。
  15. National advanced materials productivity promotion centre ( namppc ) was authorized by the ministry of science and technology of china on march 12, 2003, as an initiative to speed up the development of hi - tech and regional specific economy, and to optimize the overall structure of productivity promotion centre of china

    該中心作為面向全國的行業性生產力促進中心和科技部高新司在材料領域的重要支撐機構,以國家新材料產業發展戰略咨詢委員會為專家委員會,按民辦非營利模式運行,為各級政府、各類高技術企業和科研機構提供材料領域科技成果轉化及產業化的專業性咨詢服務。
  16. Its overall structure of dual combination of theoretical analysis of music and summing up of musical skills reflects consciousness of the theoretical classification of poetry, music and dancing and the perfect linking between the analysis of the nature, function of music and the analysis of aesthetic receiving

    樂的義理分析與技藝總結雙重組合的總體構架,體現出詩、樂、舞藝術分類理論認識的覺醒,以及樂的本質、功能分析與審美接受分析的完整銜接。
  17. Through research it can form a comparatively overall structure of immaterial compensation that ' s easy to practice. ti aims to promote further study on immaterial motivation, and tries to serve as a guide in management practice to motivate knowledge employees in companies

    本文通過對精神報酬結構的研究來促進有關精神激勵方面的進一步研究,也為企業的知識型員工激勵管理實踐提供指導。
  18. The thesis also describes the design of the switch hardware, including microprocessor subsystem module, layer 2 / layer 3 switching module, fe interface module, ge interface module and out - band management module. the interface circuits among modules are introduced as well. finally, the thesis estimates the overall structure of the software. the implementation methods described in the thesis are also valuable references for the design of other switches based on other switching chips

    接著文章詳細介紹了該款交換機的硬體設計,給出了包括微處理器子系統模塊、 l2 l3交換模塊、 fe介面模塊、千兆介面模塊以及帶外管理模塊在內的主要模塊的電路設計實現,對各模塊之間的介面電路也作了介紹,文章最後對軟體的總體結構進行了分析。
  19. Puts forward the overall structure of the toolkit

    提出了攻擊工具箱的整體構架。
  20. According to what is mentioned above, the author discusses the procedure of personalized internet information retrieval and proposes design thought and principle of the piirs, makes the overall structure of purs, and analyses for feasibility

    在此基礎上分析了個性化信息檢索的業務流程,給出了piirs系統的設計思想和原則,提出了piirs系統的整體結構,並對可行性進行了分析。
分享友人