調動程序的 的英文怎麼說

中文拼音 [diàodòngchéngde]
調動程序的 英文
swapping
  • 調 : Ⅰ動詞1 (配合得均勻合適) harmonize; suit well; fit in perfectly 2 (使配合得均勻合適) mix; adju...
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • : 4次方是 The fourth power of 2 is direction
  • 調動 : 1 (更動) transfer; shift 2 (調動軍隊) move (troops); manoeuver; muster 3 (動員) bring int...
  • 程序 : 1 (進行次序) order; procedure; course; sequence; schedule; ground rule; routing process 2 [自動...
  1. Based on the demand of power department, a full distributed multifuncitional monitoring device is studied. this instrument not only can measure the data of hydroelectric plant, but also integrate the funcition of control the dynamotor, by cooperate with the program of epigynous system, it can realization the auto generate electricity on the hydroelectric plant and ordinal startup - stop of the dynamotor. 2 furthermore, performance of integrated dft arithmetic enhances the acturacy and reliability of measure. by communication several devices can run online to be controlled dispersedly and managed centrally

    本文分析了國內外水電站自控制裝置研究和發展狀況,尤其是國內小型水電站化現狀,針對現有電力部門需求,設計並實現了一種單元式微機自監控裝置,該裝置不僅實現了對水電站內各種模擬參數和數字信號實時監測功能,還對水輪發電機組進行了調控,通過與上位機處理配合,可以實現水電站發電控制、機組順啟停;在測量發電機組機端電壓和電流參數時候,採用32點離散傅立葉演算法( dft ) ,增加了測量準確性和可靠性;通過通訊可以實現裝置聯網運行,做到「分散控制、集中管理」 。
  2. In the last part of this thesis, we introduce the component and function of test system, and focus on how to develop the test system in details, include up layer application and device driver, from analyzing to coding. we explain how to develop the gui of test system using photon application builder ( phab ) tools, communicate among processes and schedule the multi - tasks. we also introduce the development of device driver under qnx, include programme of the interrupt handler, management of hardware resource and interface between application and device driver

    首先,以真實圖形界面為基礎,詳細介紹了測試軟體界面部分樣式、功能和使用;在此基礎上,進一步介紹了測試軟體編寫中一些技術細節,如如何使用phab開發圖形界面、如何進行多任務調度、如何進行進通訊等;最後詳細地介紹了在qnx下驅開發包括中斷處理函數編寫、系統硬體資源管理以及驅與測試介面。
  3. In the project, the work completed by the author is as followed : ( 1 ) answer for events " transmition, which are transmitted to application programs, and correspondly dealt ; ( 2 ) answer for all of the handware drivers, included lcd display driver, flash driver, e2prom driver, sound driver, gsm status monitorer driver, keyboard driver, uart driver, real - time controller driver, hung - up monitorer driver ; ( 3 ) answer for all problems related with hardware drivers ; ( 4 ) answer for the tools for write data to flash, such as programs, font libraries

    該項目中,本人完成了以下幾方面工作: ( 1 )負責所有消息,使上層應用能夠接收到底層硬體設備產生消息,並做相應處理; ( 2 )負責所有硬體驅設計和調試。驅包括lcd顯示驅、 flash驅、 e ~ 2prom驅、聲音驅、 gsm模塊狀態監控驅、鍵盤驅、串口驅、實時鐘驅、電源管理、摘掛機檢測驅,共10部分。 ( 3 )負責解決遇到所有與驅相關問題。
  4. Efw software design mainly includes programming of bootloader, efw card drive, and efw package filtering ; the transplant of uc / os - ii. the implement of efw has been tested in lan environment, and it is able to filter the data in and out of efw network card according to the security strategy defined by the program

    Efw核心軟體設計及實現主要包括bootloader編寫與調試; uc / os - ii嵌入式操作系統移植; efw網卡驅編寫與調試; efw包過濾編寫與調試等工作。該嵌入式防火墻在局域網環境中進行了測試,它能夠根據中定義安全策略對進出efw網卡數據進行過濾。
  5. In addition to bypassing the complexity of building a kernel to emulate and a file system image to boot into, and configuring a virtual network device for io, this shortcut also speeds up emulation, as the reams of kernel instructions that would have run to handle the system call - from the exception handler through the vfs and the device driver - are bypassed

    除了繞開構建一個用於模擬內核和一個用於啟到其中文件系統鏡像,以及為io配置虛擬網路設備復雜性之外,這條捷徑還加快了模擬速度,因為繞開了從異常處理到vfs再到設備驅很多內核指令,而這些內核指令本來就是用來處理系統調
  6. The main subject including : the constructure of this mpeg2 encoder ; ~ the principle and the system of tv, also the determination of tv signal ? pcm parameter and the international standard of video pcm ; ? he protocol of pci and the driver of pci device ; the hardware & software design of some corresponding interfaces of mpeg2 encoder, allowing for the working condition, there is some discussing on programming of mater control ; debugging and testing

    主要內容包括: mpeg2編碼器體系結構;電視原理、制式以及電視信號pcm編碼參數選擇和pcm編碼國際標準; pci總線協議標準及pci設備驅編寫; mpeg2編碼器相關介面具體硬體設計和相應軟體設計,結合具體情況,討論了主控編;硬體調試。
  7. Then describe three aspects of the key techniques of using linux as the development tools of embedded system including the real - time variant of linux ? ? rt linux and it ' s principle, implementation and the programming ; the network coding in linux kernel and the analysis of linux network device drivers and the online debug environment of linux kernel and rtlinux kernel. i have also involved the implementation of embed linux / rtlinux in a floppy to simulate the embedded environment. in the last part of this thesis, i give the suggestions and prospect of the development of a mature embedded system which have the most competition ability in china market base on the current work

    緊接著,分兩個方面論述使用linux進行嵌入式系統開發便利,包括linux實時變種? ? rtlinux原理、實現方案和編方法,並且編實現了一個計算實時任務調度時間軟體; linux網路設備驅分析和利用到嵌入式系統中方案;然後,以作者在黑龍江傲立信息有限公司課外實習期間實際工作經歷,介紹了基於lineo公司ucsimm開發評估板進行嵌入式設備開發一般過
  8. Odbc is a call - level interface that allows applications to access data in any database for which there is an odbc driver

    Odbc是一個調用級介面,它使得應用得以訪問任何具有odbc驅數據庫中數據。
  9. At last, the debudgging software and application programe adopted to idcc system software are also discussed

    並介紹了在調試過中使用軟體環境和相關繪圖驅設計與實現。
  10. Secondly, the characteristics and work principle of plc programs and movement programs of pmac are analyzed, also this thesis studies and debugs the command and the programs of pmac, does an experiment based on the original program of pmac, primary realizing the given trick

    其次對pmacplc和運特點、工作原理作了分析,並對pmac指令方式及運行方式進行了運行調試,在pmac產品自帶基礎上進行了實驗分析,初步實現了給定軌跡。
  11. The focus is about the char device driver design used in the dvb receiving card and the drive development process in user space ; analyzing the dvb receiving system working principle and process under linux and providing a method to load the linux dvb receive card device drive into the linux kernel ; analyzing and implementing the firmware design of saa7146 chipset working with linux kernel and working characteristic in vrious working mode ; analyzing and implementing the frontend drive programing of the digital tv receive system ; realized the qam demodulation and the mpeg stream filter, so that the output stream can be used to playing on pc better. and this article designs an event management mechanism based on the mhp, which improve the linux dvb software system

    重點研究了數字電視接收卡字元設備驅問題,闡述了用戶空間開發驅;分析了linux下數字電視接收系統工作原理和驅開發過,給出了linuxdvbapi接收卡設備驅加載到linux內核中方法;研究實現了saa7146晶元配合linux內核共同工作固件設計和不同工作模式下工作特性;研究實現了dvb接收系統中前端驅編寫;設計實現了qam解調和mpeg流解復用,使輸出傳輸流較好地用於pc播放;同時,本文所設計一種符合mhp規范中間件事件管理機制,優化了linuxdvb軟體系統。
  12. It invokes the card driver s event handler routine during events like card insertion, card removal, and low battery

    它在一些事件(比如卡插入、卡移出以及低電量)發生時調用卡驅事件處理常式。
  13. The main subject including : * the digital tv technology and standard ; * the protocol of pci and the driver of pci device ; * the principle 、 design and implementing of the encrypted digital catv pci card ; * driver programming and hardware debugging

    主要內容包括: ?數字電視技術及其標準; ? pci總線協議標準及pci設備驅原理; ?基於nds加密數字有線電視pci接收卡原理和具體硬體設計、實現; ?驅編寫和硬體調
  14. Allows source code debugging when the program is started in the debugger, but displays assembly language code only when the running program is attached to the debugger

    值允許在調試器中啟時候進行源代碼調試,但是,只有當將正在運行附加到調試器時,才顯示匯編語言代碼。
  15. In the paper, the followings are the pivotal points : 1 the realization of data transfer through pci bus of computer and hpi interface of dsp 2 the realization of modulation with dsp based on dds 3 the realization of code with computer 4 design bootloader of dsp 5 program pci interface board driver the significance of the paper is that it adopts the advanced digital technology to realize data transfer between dsp and computer and complete the modulation through dsp

    5pci介面卡驅設計。本論文研究意義在於採用了當前通信領域中先進數字技術來實現dsp與計算機數據交換,並根據dds原理實現數據調制輸出,而不需要專門調制晶元。本設計所實現計算機同dsp數據交換、利用dds實現數據調制以及自己設計boot都是比較新穎技術,為dsp在該領域應用提供了一個成熟範例。
  16. Secondly, the design of the wideband speech processing system based on dsp is described. finally, the haredware and software of the system is expatiated, which includes the design of system architecture and its intefaces ; the programming and debugging of software in dsp, the driver of the speech gathering card and the interrupt service of tms320vc5416

    接著講述了基於dsp寬帶語音處理系統總體設計,包括系統架構設計、演算法與晶元選型等。然後是寬帶語音處理系統硬體組成與介面設計。最後是寬帶語音處理系統軟體實現,包括dsp數據接收與發送實現, dsp主與採集卡驅設計、編調試, dsp中斷處理實現等。
  17. Particularly characteristics of driver of linux os are introduced, the date - collecting card ' s driver has been written, causes of using minigui are explained, actualizing principles of minigui are studied and the program which actualizes minigui has been compiled. f inally a complete set of real - time embedded control system is debugged, all kinds of parameters are measured and amended, the causes of difference between real experiment and computer simulation are analyzed

    詳細介紹了linux下外設驅特點,編寫了數據採集卡在linux操作系統下設備驅;解釋了採用minigui原因,研究了minigui實現原理,以及如何進行基於minigui進行圖形應用開發;最後進行了整套嵌入式實時控制伺服試驗系統聯合調試,檢測並且修改各種參數設置,分析實物實驗和計算機模擬結果之間差異原因。
  18. This paper is divided into four major sections : first, it introduces several debugging methods for embedded software development and dicusses the advantages and drawbacks of the am33 and intel strong - arm sa1100 processors. second, it discusses several boot loader programs for embedded systems and compares them to our revised boot loader program. third, this paper explains the porting and debugging methods for device driver programming in embedded linux systems

    本文主要論述了以下四方面工作:首先介紹了嵌入式系統各種調試方法以及相應優缺點,並且論述了我們在實際開發過中遇到問題以及相應解決方法;接著介紹了嵌入式系統常見幾種引導裝載,以及我們根據實際情況對其引導過改進方法;同時論文介紹了嵌入式linux系統中驅移植以及驅開發過調試方法;最後在論文總結中指出了我們開發系統中有待提高地方及今後工作建議。
  19. Developing the device driver under embedded linux operating system is the complicated but highly significant, it asks developing personnel to possess fixed theory foundation and plenty of experience. this paper introduced the general architecture of the embedded communication platform and studied the methods of developing the embedded system software under the embedded linux operating system on this communication platform, studied the debug technology of embedded linux software. this paper designed and realized the driver of i2c interface of embedded linux operating system and design user ' s application of i2c interface on the communication platform, the design has been also realized the driver of the ethernet interface of embedded linux operating system

    論文介紹了自行研製開發嵌入式通信平臺總體結構,總結了在該通信平臺上基於嵌入式linux操作系統進行軟體開發方法,具體研究了軟體開發環境構建方法與嵌入式linux下軟體調試技術;通過對linux下設備驅原理分析,總結了不同類型設備驅設計思想與實現方法;在此平臺上設計並實現了基於嵌入式linux操作系統i ~ 2c總線介面;設計了通信平臺上i ~ 2c介面用戶應用;設計、實現了基於嵌入式linux操作系統以太網介面
  20. In the aspect of the systematic software section, we discuss the dynamic link library in detail, the relationships between dynamic link library and static state link library, dynamic link library and application program, and the establishment and call of dynamic link library. then we discuss how to develop the equipment driver using the configuration software mcgs, and introduce a method to develop the equipment driver quickly, this is, firstly to utilize the develop wizard to form the frame, afterwards to transplant by means of the sample program

    在本系統軟體部分,詳細討論了態連接庫,態連接庫與靜態連接庫,態連接庫與應用關系,以及態連接庫建立和調用等內容;接著探討了利用組態軟體mcgs來開發設備驅,介紹了先利用開發向導生成框架,然後通過樣常式移植來快速開發設備驅方法。
分享友人