晶體操作系統 的英文怎麼說

中文拼音 [jīngcāozuòtǒng]
晶體操作系統 英文
crystalline operating system
  • : Ⅰ形容詞(光亮) brilliant; glittering Ⅱ名詞1. (水晶) quartz; (rock) crystal 2. (晶體) any crystalline substance
  • : 體構詞成分。
  • : Ⅰ動詞1 (抓在手裡; 拿; 掌握) hold; grasp 2 (做; 從事) act; do; operate 3 (用某種語言、方言說...
  • : 系動詞(打結; 扣) tie; fasten; do up; button up
  • : Ⅰ名詞1 (事物間連續的關系) interconnected system 2 (衣服等的筒狀部分) any tube shaped part of ...
  • 晶體 : [晶體學] crystal; vitrella; crystal body; crystalloid; x-tal
  • 操作 : 1 (按照一定的程序和技術要求進行活動) operate; manipulate; handle 2 (所進行的若干連續生產活動的...
  • 系統 : 1. (按一定關系組成的同類事物) system 2. (有條理的;有系統的) systematic
  1. This paper mainly aims at the characteristics of the hardware and software structure of the parallel computer on satellite, and has fulfilled researches of fault tolerant technique in three aspects of control theories and engineering : the first research of the system level fault - tolerant module is based on the system structure of the parallel computer on satellite, a kind of cold backup module and a kind of hot backup module for multiprocessor computer have been put forward. then the research of software fault tolerant technique which is based on the operate system named rtems has been carried, the mission level fault - tolerate arithmetic and the system level fault - tolerate mechanism and strategies based on the check point technique have been put forward, at the same time the self - repair technique of software which has used the technique of system re - inject has been studied. finally the technique of components level fault - tolerant based on fpga has been studied, a kind of two level fault - tolerant project which aims at the fault - tolerant module of the parallel computer on satellite has been put forward, and the augmentative of circuit that project design realization need is little, this project can avoid any breakdown of any part logic circuit of the fpga

    本課題主要針對星載并行計算機結構及軟結構的特點,從如下三個方面進行了容錯控制理論研究和實踐工:首先進行了基於星載多cpu并行計算機結構的級容錯模型研究,提出了一種多cpu冷備份容錯模型和一種多cpu熱備份容錯模型;然後進行了基於rtems的軟容錯技術研究,提出了任務級容錯調度演算法以及基於檢查點技術的級容錯恢復機制和策略,同時研究了利用重注入進行軟在線自修復的容錯技術;最後研究了基於fpga的部件級容錯技術,提出了對容錯模塊這一星載并行計算機關鍵部件的兩級容錯方案,實現該方案所需增加的電路少,可避免板級元以及fpga元內部任何邏輯發生單點故障。
  2. There are embedded applications that seek to achieve quick time - to - market by using the personal computer - based development environment. this paper provides an embedded application with operation system and documents management on it. this embedded system is based on intel386ex, a professional embedded microprocessor

    本文提出了一種基於intel公司專業嵌入式微處理器元386ex的嵌入式應用方法,構建了一個帶和文件處理的嵌入式平臺。
  3. With argumentation and comparing the difficulty of developing in different ways, in multimedia communication the terminal make up with mpeg - 4 encoder and decoder based on vw2010 chip, main controller based on x86 core and pc compatible stpc soc chip, ethernet adapter based on rtl8139. and this hardware platform can run linux operation system. the following works are done by auther. 1. participate in designing the project of multimedia terminal

    經過論證和比較,權衡了開發難度和性能,在多媒視頻會議終端設計中採用了基於x86內核片上元stpc的主控制器模塊,基於vw2010元的mpeg - 4音視頻編解碼器模塊,基於rtl8139元的10m / 100m以太網適配器模塊的硬架構,主控制模塊運行linux為多媒終端的軟運行環境及軟開發環境。
  4. 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的嵌入式調試器具實現。
  5. While the key of embedded system software is embedded operation system ; one of the main works in os application is to write the hal ( hardware abstraction layer ) code. two open source code embedded operation system - uc / os and embedded linux were analyzed in this paper

    文中者以broadcom主板為硬平臺(基於motorola通信處理元mpc850 )對兩種公開源代碼的uc os和嵌入式linux進行了研究與應用設計,其中的關鍵步驟是編寫硬抽象層介面程序。
  6. Although there have been many application instances in the field of input / output device technology, we need an specific project and technology route aimed at an given application. in this thesis, we combine the introduction and analysis of relative technology to describe the accomplishment of a coordinate collecting device which is based on incremental rotary encoder. this device is an specific device applied to collect the corrdinate displacement of ground image ’ s three - dimensional model created by full digital photogrammetric station. cpld chip and vhdl are applied in this device to carry out the following work : phase control of the electrical pulse created by incremental rotary encoder, counting the number of electrical pulse, controling the state of signal processing circuit, exchanging data between this circuit and pci control

    本文結合相關技術的介紹和分析,描述了一個基於增量式旋轉編碼器的坐標參量採集介面卡的實現,此介面卡是一種用於採集全數字攝影測量地面影像模型坐標位移量的專用設備,該設備採用cpld器件和vhdl語言實現增量式旋轉編碼器的脈沖信號鑒相和計數、信號處理部分的狀態控制以及和pci總線元ch365之間的數據交換和通信功能,同時該設備的驅動程序基於wdm模式,並且配置有結構良好的動態鏈接庫程序和驅動程序之間的數據和控制交互中間介面,能夠方便地運行在windows98 / 2000 / xp平臺上,具有實時性強、工穩定、通用性較好和性價比高等特點。
  7. It also explains the importance of system software research. analyzing and comparing two kinds of hardware architectures and two kinds of operation system, we choose the fit hardware architecture and the fit operation system for the chosen hardware

    通過對兩種硬架構、兩種的特點進行分析比較,選擇了適合ip機頂盒的硬平臺與核心軟? ?,並介紹了所選擇的硬平臺的元組及外圍器件。
  8. This paper, giving an example of society security smart ic card, mainly tells of the design and realization of smart card core - operation system ( cos ). in the first chapter general design idea of smart card operation system is brought forward, it including theory, principle of system. in the second chapter, the characters and qualities of smart card chip - gk1207 adopted in this system is introduced

    本論文以社會保障智能ic卡為例,著重講述了智能卡的核心?( cos )的設計與實現,其中第一章提出了智能卡的總設計思想,包括原理、設計和實現原則;第二章對本採用的智能卡元? gk1207的性能特點進行了介紹;第三、第四章主要講述了智能卡cos開發的兩項關鍵技術? ?加密演算法和通信協議;第五章具討論了社保卡cos的軟設計與實現。
  9. Aim at the current practical situation, a kind design procedure is presented on terminal which based on arm and c / os -, and selects the arm microprocessor and operating system combine with the demand of the subject. it designs the hardware system based on the lpc2124 and the periphery interface chipset, and implements the transplantation of c / os - on the lpc2124, compiles the hardware drivers and the api based on c / os -, the system introduces multitask based on dispatching priority to solve the disadvantage of the foreground / background system. a kind of project on remote update software based on gprs and iap is presented, and discusses the reliability in the end

    針對目前實際情況,在研究了終端設計多項技術的基礎上,設計了一種基於arm和c / os -的配變監控終端,結合課題的要求對arm處理器和進行了具選型,在基於lpc2124的mcu和外圍介面元上,進行了終端硬的設計;實現了cos -在lpc2124mcu上的移植;編寫了基於c / os -的api介面函數和底層硬驅動程序;採用多任務按優先權調度的方式解決了任務處理的實時性,克服了傳前後臺軟在復雜的監控終端設計中實時性差的問題;針對終端軟升級方案進行了探討,提出了一種基於gprs網路的遠程在應用編程( iap )的軟升級方案,對終端軟升級模塊進行了軟、硬設計,並對升級方案的可靠性進行了探討。
  10. First introduces hardware platform of mine monitoring system that adopt embedded pcm - 3350 to be as main controller, big - capability memorizer cf card as memories, 10. 4 inch lcd liquid crystal screen as display, pcm - 3612 as communication extend cell ; rs232 and keyboard as i / o interface to realize data dispose, storage and transport function, and so on. then introduces some basic concept and core character about embedded operating system windows ce. at the same time, the paper has a detailed introduction about platform - configured tool platform builder of mbedded operating system windows ce and a detailed narration abut the whole process of configuring the embedded operating system base on yanhua pcm - 3350, then the paper depletes the characteristic function and system framework of embedded configuration software mcgs generally and introduces the design process about configuration software of mine monitoring - control system ; at last, the paper introduces main function of rk512 communication protocol that can ensure reliable communication with controller plc of bottom machine

    首先介紹了硬平臺的搭建:採用嵌入式pcm - 3350為主控制器;大容量的存儲器cf卡為存儲設備;採用10 . 4寸lcd液為顯示設備; pcm - 3612為通信擴展單元;用rs232和鍵盤為i o介面來實現數據的處理、存儲和傳輸等功能;然後又介紹了嵌入式windowsce的一些基本概念、核心特性,同時對嵌入式windowsce的平臺定製工具platformbuilder做了一些介紹並詳細敘述了使用platformbuilder定製基於研華pcm - 3350的windowsce的過程;接著概括敘述了可運行在windowsce上的嵌入版組態軟mcgs的特點、功能、結構並詳細介紹了礦山檢測的組態軟設計過程;最後介紹了能夠與下位控制器plc可靠通訊的rk512通訊協議的主要函數。
  11. The structure of the embedded controller the characteristic of the core chip the design of interface circuit the porting of uclinux os and the realization of embedded web server etc. are given in details

    主要包括:控制器硬結構、核心元arm的介紹、介面電路設計、嵌入式控制器軟設計中移植和服務程序的設計。
  12. Chapter 3 presents the design and implementation of memory management of rtos for the hdtv integrated source decoder chip

    第三章具描述應用於hdtv信源解碼元的實時存儲管理策略的設計及實現。
  13. Bsp supplies the simple interface to operate the peripheral chips conveniently. thus, real - time operating system ( rtos ) can start up from the various hardware successfully and response to the asynchronous event opportunely. on the other hand, rsp implements the encapsulation to rtos and brings up the process model according to the running character of the business layer, realizes the secondary process schedule inside task

    一方面,支撐子bsp層(板級支撐包)的設計實現了對硬層的封裝,這包括對cpu ( mpc8241 )的封裝和對外部元(串口、網口等)的封裝,通過這層封裝使得實時能夠成功啟動,及時響應異步事件,實現了硬的基本功能,並且為上層提供了簡單易用的元的介面,隔離了軟對硬功能要求所必需的具細節。
  14. Then the paper dicusses the implemention of the modem based on dsp, describes the parts of the modem, design and implement the circuit of the modem ' s echo cancek ring detection -, status supervise and power supply after the detailed research on the dsp ' s performance ? function, memory space and work mode. studies the device driver of the ppsm, develops the modem ' s driver, includes the idma read and write, download page, event handle, send data and receive data

    隨后,論文論述基於dsp的modem的設計,對modem的總結構進行了描述,在對使用的dsp元adsp2187的性能、功用、存儲器空間和工模式了細致研究后,設計和實現了modem的回聲抑制、振鈴檢測、狀態監測和電源等硬電路,並對ppsm下外設的驅動程序進行了研究,開發了ppsm下modem的驅動程序,包括idma讀寫、下載頁面、事件處理、發送和接收數據的程序。
  15. The design of network video collecting system proposed in this thesis is based on embedded hardware developing platform with motorola mcf5272 chipset as center chipset, and uclinux as embedded system as software developing platform. after collecting video data through a usb camera, the system compresses the data in jpeg picture format and mpeg - 4 video format. then with the embedded web server and streaming server, it establishes connection with client in c / s mode, which enables the client to view the video through browser or normal media player remotely

    本設計所提出的網路視頻採集的設計是在以motorola的mcf5272元為主元的嵌入式硬開發平臺配以uclinux為嵌入的軟開發環境下,通過一個usb介面的攝像頭輸入原始的視頻數據,在嵌入式板上分別採用了jpeg圖像格式壓縮和mpeg - 4視頻格式壓縮對原始的視頻數據進行處理,最後通過內置的web服務器和流式媒服務器,採用c / s的方式與客戶端建立連接,使客戶端在只要能上網的地方就能通過瀏覽器或是普通的mediaplayer播放器觀看到服務器端採集到的影像,具有十分廣泛的應用前景。
  16. First, this page introduce the development of embedded system and the general principle of embedded system. arm architecture is the mainstream among all sorts of processor architecture, a relatively particular study has been done about the lpc2290 microcontroller that is based on arm 7 core

    然後研究了32位嵌入式應用中佔主流地位的arm處理器的結構,包括arm微處理器結構、 arm結構對的支持、基於arm核的元選擇等,並從應用的角度分析了arm7核的lpc2290微控制器。
  17. In hardware design, it dominate a / d converter chip real time sampling with fpga. in software design, it adopt embedded real time operating system to meet the real time of ecu system, at the same time, it solve the problem of control software complexity and maintenance difficulty

    在硬設計上,採用fpga控制a / d轉換元實時採集數據,在軟設計上,採用嵌入式實時,以滿足ecu對實時性的要求,同時,較好的解決了ecu控制軟設計復雜和維護困難的問題。
  18. In this dissertation, an embedded video monitoring system based on network is studied deeply, and then implemented the hardware device drivers to the chip of the vweb company ’ s vw2010. the design is based on the mpeg - 4 technology and embedded linux. the first three chapters of the thesis are to study the video surveillance system ’ s current background, main hardware structure and the main functions of software molds

    本論文的重點:研究了網路視頻監控的基本硬結構和軟功能模塊,提出了一種使用元vw2010來實現視音頻硬編解碼的驅動程序設計方法,該設計基於當前最流行的mpeg - 4編碼技術和開源的嵌入式linux;接著介紹了基於元vw2010的能兼容多語言的osd界面設計的幾個關鍵技術;論文最後給出了嵌入式linux下控制多種雲臺鏡頭的研究結果和設計方案。
  19. With the quick development of 1c industry, digital signal processor ( dsp ) has gained advance in both manufacturing process, architecture, compiler and rtos. multimedia application also greatly improve the development of dsp

    隨著元業的飛速發展,數字信號處理器( dsp )無論從製造工藝、結構、編譯器和dsp上的實時( rtos )幾個方面都取得了巨大的發展。
  20. In chips, hardware, operating systems, applications software for various levels of security technology research and the development of various types of equipment, tools, strategies, techniques and algorithms agreement for the provision of a new generation of pc network security, server security, data security integration solutions

    職責:在元、硬、應用軟等多個技術層次進行安全方面的研究,開發各種設備、工具、策略、協議技術和演算法,為新一代pc提供網路安全、主機安全、數據安全的一化解決方案。
分享友人