理想整流器 的英文怎麼說

中文拼音 [xiǎngzhěngliú]
理想整流器 英文
perfect rectifier
  • : Ⅰ名詞1 (物質組織的條紋) texture; grain (in wood skin etc ) 2 (道理;事理) reason; logic; tru...
  • : 動詞1 (思索) think; ponder 2 (推測; 認為) suppose; reckon; consider; think 3 (希望; 打算) w...
  • : Ⅰ形容詞1 (全部在內; 完整) whole; all; complete 2 (整齊) neat; tidy; orderly Ⅱ動詞1 (整理; 整...
  • : Ⅰ動1 (液體移動; 流動) flow 2 (移動不定) drift; move; wander 3 (流傳; 傳播) spread 4 (向壞...
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 理想 : ideal
  1. The basic thought of the csapfba algorithm is : the edge routers perform the state management per flow, and the edge routers differentiate between the marked flows and the non - marked flows, and the edge routers insert the relevant information into the packet header by using dynamic packet state ; the core routers divide the output link bandwidth into two parts in the light of the state information of the packet header by using class - based queueing, and the core routers allocate proportionally the bandwidth to the marked flows according to their service profiles and the current network load, and the core routers allocate the bandwidth to the non - marked flows according to the principle of max - min fairness, and the csapfba algorithm can adaptively dynamically adjust the bandwidth allocation between the marked flows and the non - marked flows

    本文在csfq演算法的基礎上,提出了一種核心無狀態的自適應的成比例公平帶寬分配csapfba ( core - statelessadaptiveproportionalfairbandwidthallocation )演算法。 csapfba演算法的基本思是:在邊界路由完成基於每個的狀態處,將所有的分成標記和非標記兩種類型,採用dps技術將有關信息編碼進分組頭;在核心路由根據分組頭中攜帶的狀態信息採用cbq策略,將輸出鏈路帶寬分成兩部分,對標記根據當前的網路負荷按照服務規格成比例地分配帶寬,對非標記按照最大最小公平性原則分配帶寬,並且能自適應地動態調帶寬分配的比例。
  2. The carrier wave is modulated directly by the baseband signal at several frequency point in l band and s band. firstly, this paper clarifies the theory of i / q modulation, elaborates evm and acpl, and analyzes the effect of amplitude and phase unbalance and dc offset on evm. secondly we review the basic principle of phase locked loop and it ’ s composing parts, including the basic conception and design method of pll frequency synthesizer, especially introduce the charge pump pll frequency synthesizer in detail

    首先,在闡述i / q正交調制基本原的基礎上,通過對誤差矢量和鄰近通道功率泄漏的詳細分析,定性、定量地討論了各種非電路因素(如相位不平衡、幅度不平衡、直偏差等)對調制性能的影響;其次,介紹了鎖相環的工作原和基本組成部分,包括鎖相環的設計和環路濾波的設計,特別詳述了電荷泵鎖相頻率源;第三,介紹了採用直接調制技術模擬衛星信號的射頻前端的設計;最後,對個直接射頻調制系統進行測試,結果基本上達到了課題要求。
  3. Power supply and further services belong to the offer portfolio of enertron gmbh stromversorgungsgeraete elektronik

    是一家的企業,該企業製造最新的、傑出的電源引入裝置,實驗室電源引入裝置、實驗室
  4. Its meaning is embodied by three levels - management ideology, software product and management system : it is a series of enterprise management system standards put forward by the famous computer technology consulation and evaluation corporation - gartner group inc, it is, in fact, a supply chain oriented management ideology based on mrp ii ; it is a software product collegiating new information technology such as c / s, relational database, oot, gui, 4gl, net communication etc. its soul is erp ; it is a enterprise resource management system integrating enterprise management ideology, business process, base data, human and material resources, computer hardware and software

    它的涵義體現在管、軟體產品、管系統三個層次中:它是由美國著名的計算機技術咨詢和評估集團gartergroupinc提出的一套企業管系統體系標準,其實質是在mrp基礎上進一步發展而成的面向供應鏈( supplychain )的管;它是綜合應用了客戶機服務體系、關系數據庫結構、面向對象技術、圖形用戶界面、第四代語言( 4gl ) 、網路通訊等信息產業成果,是以erp管為靈魂的軟體產品;它是合了企業管念、業務程、基礎數據、人力物力、計算機硬體和軟體於一體的企業資源管系統。
  5. If the technicians applied technology in the wrong, even achieving the business logic, but probably leading to many vices including low performance, low scalability, close coupling, low software duplication. so how to assemble the j2ee technology reasonable and achieve a system with high performance and high expansibility is my research emphasis in the thesis. in order to solve the problems and implement efficient web application, the paper put forward ejs _ mvc model according mvc pattern and we can assemble component by using ejs _ mvc model, it can solve many problems of web application and improving system with clear flow and clear function partition, in addition, due to controller is the most importance in the ejs _ mvc model, so the thesis also discuss some problems about controller design ; if the model is not designed accurately, system performance will encounter fatal influence, so the article lucubrate ejb technology from ejb choice, ejb optimized design, database access, design pattern etc and bring forward some strategies and methods about how to build efficient business tier ; finally based on ejs _ mvc model, a example that contains simple business logic is developed according to the object - orient software engineering thinking and some strategies and methods proposed by the thesis, in the process of achieving system function, the emphasis is probing into how t o assemble and apply technology reasonable and providing a new thinking thread and method contributing to build high effective and flexible j2ee application

    由於j2eeweb應用是由組件組成,因此為了解決上述問題,實現高效的應用,本文首先從如何合組合組件入手,找到一種方法使各組件能具體分工而又緊密合作,在深入研究各組件基礎上,根據mvc模提出了ejs _ mvc模型概念,指出可按此模型組合各層組件,該模型可以解決傳統web開發中存在的問題,而且具有系統程與系統功能劃分清晰,可擴展性、可維護性強等優點,另外由於控制是ejsmvc模型的重中之重,它起到承上啟下的作用,它設計好壞直接關繫到個應用的性能、伸縮性與擴展性,因此又探討了控制設計的有關問題;另外如果模型設計不當的話,對系統性能造成的影響可能是致命的,因此本文又從ejb組件選擇、 ejb調優設計、數據庫訪問和設計模式等方面對ejb技術作了全面的分析研究,指出在業務層中如何避免太多網路遠程調用和提高業務層性能,特別是根據前面的分析總結出了業務層的優化分層組合模型,這個模型的使用無疑會使業務層具有較高的性能與伸縮性;最後選擇一個業務邏輯較簡單的系統,使注意力集中到運用的j2ee技術上來,按照ejs _ mvc模型與軟體工程程以及本論文所提出的方法與策略實現業務邏輯,在實現過程中具體探討如何合運用組合技術,就多層j2ee體系結構的設計思作深入的探討實踐,為實現高效、靈活的多層j2ee應用提供一種新的思路及方法。
  6. Due to the merits of pollution - free, adjustable power factor and bi - direction power transfer, the pwm rectifier can be an ideal electric appliance or a linkage between grid - line and other electric facilities

    由於可以實現電網無污染、功率因數可控以及電能的雙向傳輸, pwm可以作為的用電設備或電網與其它電氣設備的介面。
  7. As for the dynamic performance, the linear variable differential transformer ( lvdt ) displacement sensor using signal conditioner ad598 is not so good, so the differential rectifier is designed as the measuring circuit of the sensor so as to increase its cross - over frequency. also, the static test and dynamic test is made for the sensor along with the lvdt

    由於使用線性差動變壓信號處晶元ad598為測量電路的差動變壓式傳感的動態性能不夠,本文設計製作了差動電路作為差動變壓式傳感的測量電路以提高傳感的截止頻率,並對差動變壓式傳感進行靜態和動態標定。
  8. Firstly, the paper discusses well logging technology and the development of the domestic and foreign pressure meters, then proposes the sytem scheme design of sjdy - i electronic pressure meter and briefly analyzes its operating principle. secondly, the paper explains in detail the software and hardware design method, presents the design thought and flow charts of every function modules. thirdly, the paper analyzes the pc program, introduces software which adopts the filter and nonlinear regression methods for improve the system precision

    本文首先在介紹了試井技術和目前國內外壓力計的發展狀況的基礎上,進行了sjdy -型存儲式深井電子壓力計系統總體方案設計,並對該系統的工作原進行了簡要的分析;然後,闡述了sjdy -型存儲式深井電子壓力計井下儀部分的軟硬體設計思和設計目標,詳細介紹了個系統的硬體組成部分,並給出了單片機系統(即井下儀部分)軟體的設計思和各個功能模塊的程;接著,重點分析了sjdy -型存儲式深井電子壓力計的上位機程序以及各個模塊的具體功能,並設計了相應的軟體予以實現;最後採用濾波技術和非線性校正方法,來提高個系統精度。
分享友人