debug system 中文意思是什麼

debug system 解釋
調試系統
  • debug : vt ( bugged; bugging)1 驅除(某處的)害蟲。2 排除(飛機等的)故障;(自動化裝置中)移去(程序等...
  • system : n 1 體系,系統;分類法;組織;設備,裝置。2 方式;方法;作業方法。3 制度;主義。4 次序,規律。5 ...
  1. Above all, the debug of the whole system is made, the object is levitated and circumrotates successfully

    最後,對系統進行了總體調試,實現了懸浮體的可控懸浮、旋轉。
  2. University of science and technology have established the coo peration in longterm technology. t - he company has a batch of management, technology, pro ject group with a large number of prac - tical experience, technological advance, reliable stabi lity, performancecost ratio in system design and installation debug and aftersale service, etc

    公司擁有一批具有大量實踐經驗的管理技術工程團隊,在系統的技術先進性可靠穩定性性能價格比工程的設計安裝調試及售後服務等各方面都會讓用戶滿意。
  3. Aim to eliminate the influences of backlash nonlinear characteristics, a second generation adaptive pid controller based on single neuron is given. the result of simulation and the debug of actual digital servo system shows that the controller can effectively get rid of the sustained oscillation of the system caused by the backlash characteristics, and can improve the system accuracy

    隨后,採用改進型單神經元自適應pid控制器來消除間隙非線性對系統的影響,模擬結果表明所採用的方法能有效消除間隙特性引起的系統自振蕩,並且能夠提高系統的跟蹤精度。
  4. The dcs of i / a series is regarded as main reference object, and the control is separated from model. and the configuration of control is operatised at administration system, not to be added into model, not to build control sound code also. therefore it realizes on - line adjusting, real - time control and so on. users configurate by filling table. they only define i / o condition, fill certain operation variable, and name logic variable. the software offers a friendly user ' s interface, so personnel can compile and modify the control and logic program, change the value of logic and control variable conveniently, attach themselves to run, debug and control the system, not need to know the programs deeply. so the configuration software offer a flat that control engineers can attend to control loop, not to give their attention to the complicated program

    在本課題中,採用填表的方式進行控制組態,用戶只需定義i / o條件、填寫具體的運算變量名即可。本軟體為建模人員提供了一個友好的用戶界面,使建模人員在建模時不必對模塊內部的控制、邏輯程序有很深的了解就可以方便的對其進行編寫和修改,實時改變各邏輯和控制變量在數據庫里的值,參與運行和調試,從而實現對系統的控制。因此,本組態軟體提供的這樣一個平臺,讓控制工程師能集中精力于控制迴路的構成,而不必拘泥於一些具體而煩瑣的程序操作。
  5. In this paper, the main content includes three parts. firstly, some compounds such as i / o blocks and algebraic and logic blocks and pid blocks are exploited. secondly, the software of configuration could configurate online or offline, and debug and diagnose the control systems. thirdly, management system disposes the exchange of data, and executes strategy of control, manages the real - time database

    該軟體以i / a系列dcs為主要參照對象,它將整個系統的控制與模型本身分離開來,其控制部分的組態在操作站管理系統進行,不用加入模型,也不用生成控制源代碼,因此很自然的就實現了在線調整、實時控制等類同於實際現場的模式。
  6. Digital signal processor ( dsp ) combined with repm bldcm, which build up a dc adjustable speed system, achieve to control multiple motor speed, positive and negative rotate, protect and fault exemine by a true single chip. design and present a electromagnetism scheme of repm bldcm used in electromotion chair drive system. select electronical components and chips in the drive board by contrast with variant drive mode. design the drive board principle picture, make a drive board pcb and debug it. design a principle picture with dsp core. workout the motor control code introduced popular programme modle. test the programme reliability and control performance by linking tms320lf2407 evm, pc, drive borad and the bldcm. the bldcm swatch is prepare experiment

    本論文闡述了方波驅動稀土永磁無刷直流電動機的原理及數學模型;設計並給出了一種電動座椅用稀土永磁無刷直流電動機的電磁設計方案;對電機採用何種驅動方式進行了對比分析;對驅動電路進行了元器件選型、原理圖設計、制板及調試;有針對性的闡述了dsp在本系統應用中所涉及到的功能模塊;設計了以dsp為核心的控制電路原理圖;以模塊化的軟體編程思想編制了電機控制軟體;通過tms320lf2407目標板、上位機、驅動板及電機的聯調,證明了系統可行。
  7. This method can realize emulator debug and real - time adjustment of the system. the communication with the network and long distance in auto electronic control system has been roughly discussed

    為了實現控制策略,提出了嵌入式汽車電子控制系統實時模擬的方法,討論了汽車電子控制器遠程網路技術。
  8. The embedded sonar signal simulator discussed in the paper has offered eligible signals for the debug of sonar signal processor of some sonar system in the lab, which gives out expectable satisfactory analysis

    本文研製的嵌入式聲納信號模擬器,參加某型聲納的實驗室聯調,為該聲納系統信號處理分機的調試提供了合格的信號,系統給出了預期的、令人滿意的分析結果。
  9. 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的嵌入式系統調試器具體實現。
  10. Chapter 1, we introduce this paper. chapter 2, we anatomy active signaling and probe particularly. active signaling protocol ( asp ) is an important application in active network. probe is a model to debug and inspect active environment. furthermore, we analyse rsvp and its employmet process. chapter 3, we bring forward the active signaling and probe model to scout the network state. chapter 4, we analysys key class and object in the model. chapter 5, we design programmes for user and deploy it to linux 9. 0 operating system so we can experiment partly. chapter 6, we sum up and analysis work for later

    在第三章中,我們提出了主動信令和探針的結合模型,並用主動探針對網路狀態進行監視。在第四章中,我們對于模型中的關鍵類和對象進行了分析。第五章我們對探針程序及用戶端程序進行了設計,並在linux9 . 0中配置ee環境,對本文提出的處理模式進行了部分實驗。
  11. Part two : design the schematic of the intelligent communication card ; to apply protel99 software to design sch and pcb charts, then send them to the factory ; to debug on the hardware and test on can bus chip ; to program assemble language control and can bus communication software of the intelligent communication card and debug on the super ice16 simulator ; to utilize the super ice 16 simulator to debug the control programs of the communication card online ; link to control card and debug the can bus communication program online ; to debug the system on eprom

    第二部分:設計can總線智能通信卡的硬體電路,應用protel99設計軟體繪制原理圖及印刷電路板圖,並送廠製作板卡電路板:智能通信卡硬體製作和can總線晶元調試;編寫通信卡控制及can總線通信匯編語言程序並編譯;在superice16模擬器上在線模擬調試控製程序;連接系統控制卡,模擬調試can總線通信程序;程序燒入eprom晶元,進行系統eprom模擬調試;介面系統驅動程序及測試軟體調試。
  12. After discuss the structure and character of operating system qnx and inter - process communication between pc ' s running qnx or windows, the paper describes the structure, function and flow chart of mission planning software which is developed in qnx, and narrates the course of simulation co - debug experiment, dynamically showing the results of the mission planning in the case of " ocean physiognomy reconnaissance ", and proving the logical correctness and feasibility of task serial produced by mission planning

    在論述了多任務、實時操作系統qnx的結構特點以及基於qnx與windows運行的pc機之間網路進程通信的基礎上,本文描述了在qnx上開發的使命規劃軟體的結構功能和流程圖,並敘述了模擬聯調實驗的過程,動態地顯示了「海洋地貌勘測」這一案例使命規劃的結果,並證明了使命規劃所得的任務序列在實際運行中邏輯的正確性與可行性。
  13. A reasonable program and a theoretical model are provided for the practical design and debug of the fluid drive system of sugarcane mill so as to shorten its design period, and a reference for study of others hydraulic system of the equipment in the sugar - refinery

    針對糖廠實際特點提出了一個設計方案。本論文給甘蔗壓榨機液壓驅動系統的實際設計與研究工作提供了參考方案與理論依據,為糖廠其它設備採用液壓驅動系統的研究與分析提供了借鑒。
  14. With chip web server, embedded system can be monitored via ethernet, which can be used in remote measurement. for example, in our system, chip web server is used in conductivity measurement. remote file transport is very usful in embedded system design and debug, and its application is described in detail in section 4

    在嵌入式系統中實現webserver ,用戶就能在任意一臺聯網的計算機上,通過瀏覽器訪問我們的系統,這就使遠程監控、網路測量成為現實,我們已將其應用在基於雙頻測導法的電導率測量中。
  15. ( 4 ) debug the software and hardware of pulse compression system and the system in radar. the system is ultimately used in radar system successfully

    ( 4 )脈沖壓縮系統軟硬體調試及與雷達系統的聯試,最終交付使用。
  16. This system is applied in the image data receiving portion. in order to debug system conveniencely, a signal source card and a data receiving card with pci interface are designed separately. the core of the signal source card is xc95144xl

    本系統應用於高速圖像數據的接收部分,為了方便系統的調試與驗證,整個系統分為信號源和接收卡兩個部分來設計,分別以一塊pci插卡的形式實現。
  17. So, for the practical application, developing the debug system based on can bus for the tilting control system in tilting train is the urgent affairs

    因此,從實際應用出發,開發基於can總線技術的擺式列車調試系統是當務之急。
  18. To insure the advanced technology and perfect functions of the debug system, the high intergrated tms320lf2407 chip produced by ti corporation is adopted

    並採用ti公司最新的高集成度的tms320lf2407dsp晶元技術,確保調試系統的技術先進、功能齊備、實用可靠。
  19. In this paper, according to the actuality of the development, manufacture and application for tilting train in our country, the debug system based on can bus for the tilting control system is researched

    本文就是在這種背景下,根據我國擺式列車開發、生產和運用的現狀,進行基於can總線技術的擺式列車調試系統的研究。
  20. It would provide the strongly debug system for maintenance in tilting train by the harvest of this research which would enhance energetically the efficiency and promote actively the development for railway transportation in our country

    本文的研究將會為我國擺式列車維修業務工作提供強有力的調試系統,大力提高運營效率,積極推動我國鐵路運輸事業的發展。
分享友人