調試來源 的英文怎麼說

中文拼音 [diàoshìlāiyuán]
調試來源 英文
debugging
  • 調 : Ⅰ動詞1 (配合得均勻合適) harmonize; suit well; fit in perfectly 2 (使配合得均勻合適) mix; adju...
  • : 名詞(古代占卜用的器具) astrolabe
  • : 來動詞1 (從別的地方到說話人所在的地方) come; arrive 2 (發生; 來到) crop up; take place; come ...
  • : 名詞1. (水流起頭的地方) source (of a river); fountainhead 2. (來源) source; cause 3. (姓氏) a surname
  • 調試 : shakedown test; debug; debugging
  • 來源 : 1. (事物所從來的地方) source; origin 2. (起源; 發生) originate; stem from
  1. On the base of serious summarizing the experience of more than 20 pilot villages of the all city during the past 7 years, twice villages surveys in large scale in 1999 and 2001 ( including over 200 villages ) and thirteen pilot villages in the project of rural development by technology and education project in beijing in 2002, generalizing experience on how to develop village economy and rural development by technology and education project entirely, extrapolating the operating mechanism, management system and village development pattern in how to rely on technology to train rural elites and boom village economy especially. thereby, representing the conception, goal and operating clue of village economy and rural development by technology and education project for 21st century in beijing in detail. it is the first time to represent four operating thesis of rural development by technology and education project for 21st century in china systematically : system thesis of village productive forces ( inside ) ; regional actinoid thesis in village ( outside ), operating thesis for origin, bank and fluid, and the thesis of biology balancing and limited factors

    在認真總結北京市7年多全市20餘個科教興村老點和1999年、 2001年兩次大規模村級調查( 200餘村) 、北京市2002年十三個科教興村新的點的基礎上,全面總結如何依靠科技、教育在發展村域經濟、開展科教興村等方面的經驗教訓,特別是重點總結歸納了7年北京市如何依靠科技、培育鄉土人才、促進村域經濟發展的科教興村的管理體系、運作模式、村級發展模式;在此基礎上,詳細闡述了21世紀北京市科教興村的概念、目標和工作思路;並在國內首次較系統地、深入地闡述了21世紀科教興村的四大運行理論基礎:村域生產力系統理論(對內) 、村域區域經濟發展輻射理論(對外) 、 「、庫、流」運轉學說和「生態平衡理論和限制因子學說」 。
  2. We can attains some conclusions in this paper, nozick emphasizes the rightness of property holding and historic justification of the origin of property, rawls highlights on the right of equality and cares for people who live in inferior position. nozick stresses the ownership of natural development of property " holding " and advocates the theory of " the minimal state ". in order to arrive at goals of social justice and good, rawls tries to reduce the gap in social and natural chanciness, and insists on the redistribution of property under the interposition of the public reason and public power

    我們可以獲得一些結論:諾齊克看重財產持有的正當性和財產的歷史意義,羅爾斯則按照「兩個正義原則」對公共資進行分配並關懷弱勢群體;諾齊克強調財富「持有」的自然生成的所有權並主張干預財富分配的「最弱意義國家」理論,羅爾斯則圖減輕自然和社會「偶性」方面的差距,強調通過公共理性和公共權力干預財產的分配和再分配,以期達到社會的公正與善。
  3. It makes use of resource of the chip, realizes the development of every module, achieves distilling of telegraphese, builds up new frame, calculates the position and provides external interface. in the section of calculating the position, the author combines the two measures of carrier phase position and code position. finally, in the platform of matlab, the author completes the function simulation of main modules

    概述了接收機的設計原理;詳細描述了基於ti公司的tms320c6713dsp晶元的系統程序設計中各模塊的實現,利用該晶元的資,實現各模塊的調度,完成對導航電文的提取,重新組幀,定位解算以及對外介面;在解算部分,把載波相位定位與碼測距定位相結合,利用載波相位對偽距的平滑提高定位精度;在matlab平臺下進行了各模塊的功能模擬測,以模擬結果的圖表分析說明了載波相位平滑偽距的兩種演算法能使定位精度有一定的提高。
  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. The methods that can efficiently suppress the disturbance on gate of switching component of the inverter - bridge are synthesized. a dual - inductor output filter is employed to improve electromagnetic interference ( emi ), due to turn - on or turn - off of the power switches of the inverter, which may be lead loads into trouble

    本文詳細論述了1kva25hz新型鐵路信號電和2kva高頻在線式ups的設計和調工作,總結了幾種能夠有效抑制逆變橋功率開關管門極干擾的措施,並且運用一種雙電感結構的輸出濾波器改善由逆變器功率管在開關過程中產生的、影響負載設備正常工作的電磁干擾。
  6. In this dissertation, we studied the tcra1101plus total station position system, which introduced the principle and characters of the instrument ' s closed loop tracking system. also we explained the cause of prism ' s position error and brought forward mathematic model to correct, moreover, the good results has been drawn form the expenriments. the kinetic survey system have been realized, which the sampling rate attain more than 5hz and the position precision can be less than 2mm on condition that targeted - point moving slowly at the velocity below 2cm / s. having finished the survey system to examine whether the fine - tuning stewart platform in good status, we have finished mensurating the position reference of the fine - tuning stewart platform and the offset of the prism

    在此基礎上研製了多臺儀器在線控制高頻采樣動態跟蹤測量系統,采樣率大於5hz ,在跟蹤小於2cm / s低速運動目標時,測量精度好於2mm ;完成對饋二次精調系統的檢測,包括對二次精調平臺位置基準的標定和觀測棱鏡偏心差的測定;設計不同動態測量實驗,對全站儀動態跟蹤的誤差和特點進行了分析;從實驗角度,對全站儀的測量時滯及其穩定性進行了測分析,給出了定量的結果;比較了全站儀和計算機的內部時間系統,發現兩者存在較大差異。
  7. Then we define criterions including a series of software practice process and method and tools, which are also fit most of home software corporation to application software exploration and fit them to improve their software exploration engineering management before passing evaluation of cmm. the criterions we defined using a series normative process and document to engineer software exploration, which include " project management criterion ", " configuration management criterion ", " software test criterion ", " document writing criterion ", " software exploration and maintenance criterion ", ' software life cycle guide ", etc. " project management criterion " defines area and principle of software research management, which is practiced to manage the people, technology, resources, software, process and so on to improve efficiency and to ensure quality and increase income

    《項目管理規程》定義軟體研發管理的范圍、原則,通過實施該規程對項目中的人員、技術、資、軟體、過程等進行全方位的管理,一西南石油學院碩卜學位畢業論文以達到提高效率、保證質量、降低消耗、增加收益的最終目的; 《配置管理規程》 ,通過實施該規程對項目開發過程中的所有資進行控制; 《軟體測規程》定義對軟體系統測所用工具、過程和責任: 《文檔編制規程》提供滿足國家《計算機軟體文檔編制規范gb8567 》標準的各種文檔模板建立統一的文檔編制規范; 《軟體開發和維護規程》定義了軟體開發過程以及採取的方法和工具; 《軟體生命周期指南》 ,根據軟體項目管理的經驗,將典型軟體過程形成軟體過程模型,用於指導以後軟體周期的選擇; 《年度公司規劃》 ,對需要公司總體安排的資統一調度的過程。
  8. 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插卡的形式實現。
  9. Take middle - east district of taipusi banner as study area in the paper, combining field observation test ( pumping test and field survey ) with indoor experiment ( granule analysis and organic matter analysis etc ), based on the relationship between hydrological parameters and physical - chemistry characteristic parameters of formation, the variability of aquifer parameters and physical - chemistry parameters of unsaturated zone have been also analyzed. the aquifer system of the taipusi banner is identified and analyzed by using the internal and outside information. on the basis of real pumping of ground water, the water resources evaluated by the water balance method

    本文以太僕寺旗中東部地區為研究區域,採用野外驗(抽水驗、實地調查)和室內實驗(顆分、有機質等實驗)相結合的方法,推求了研究區含水層系統的水文水利參數,在系統模擬含水層水理參數與巖性物理化學特徵參數之間的關系基礎上,進一步分析了含水層參數及其包氣帶的物理、化學特徵參數的空間變化特徵,並利用其內外部信息對太僕寺旗含水層系統進行了辯識與分析;以現狀地下水開采量為依據,採用水均衡法評價了研究區水資總量,並利用有限單元法模擬分析驗證。
  10. In order to make the studying about the seismic exploration method possess systematic nature and the ability of tackling key problem in front - zone of mountain, we have done the research work of tackling key problem aiming at the field gathering technology of seismic exploration of the complicated structure belt ( the construction of underground and the earth ' s surface condition are complicated ) of front - zone of mountain in this text, and a large number of relativity trials by the close combination of production and scientific research, summarized a set of field method of the complicated structure belt of front - zone of mountain, adjusted both of trial factor and construction factor of the field gathering in time, achieved finally the goal of making its structure character clear

    近幾年,隨著地震勘探裝備和技術的改進,野外資料採集技術有了新的進展,主要表現為多種震聯合激發方法(井炮和大噸位可控震) ,基於地表條件及表層調查基礎上的激發選點方法,小道距、長排列、高覆蓋接收方法,基於模型的「分段、分線、分區」觀測系統目標設計方法等,取得了顯著的勘探效果。為了使山前地震勘探方法研究具有系統性和攻關性,通過本文對復雜山前復雜構造帶地震勘探的野外採集技術進行攻關研究,進行了大量具有針對性的驗,總結出了一套山前復雜構造帶野外施工方法,最終達到了搞清復雜山前復雜構造帶山前復雜構造帶構造特徵的目的。
  11. The source of the message was obviously a poorly - written module - it should have given a more meaningful message - but i was able to debug it by running showsyserr with the value 2 as the argument

    該消息明顯是編寫得不好的模塊它本該給出更有意義的消息但我能夠通過以值2為參數運行showsyserr調它。
  12. Through to the analysis of xingtai salty water distribution and salty water amount of resources, sod the micro salty water resources with directs the river water volume and quality, elaborate to the possibility sod the necessity of combine of the river water sod tiny salt water exploitation in this district

    通過對邢臺市鹹水分佈及鹹水資量分析等方面進行探討,並對邢臺市鹹水化學特徵及有害鹽計算及鹹水灌溉條件驗研究,邢臺市微鹹水資與引江水水量水質的綜合分析,論述了南水北調水與本區域微鹹水利用相結合的可行性及必要性。
  13. Through the combination of inverter circuit and pll circuit, the process of frequency - tracking is described, and the experimental waves can be reflected perfectly. this provides some experience for the designing and debugging of electrical source

    並將鎖相環路與主電路結合起,觀察到頻率跟蹤的過程,很好的反映了實際波形,為今後該類電裝置的設計調提供了良好的前期準備。
  14. The first program called share memory monitor can be used to view and edit the data and the interface of wmbps software. the second program which simulate the plc program is useful in debugging wmbps software, the third is useful in debugging plc program, some debugging experience is also given in this chapter

    一個是共享內存監控程序,用監視上位機軟體各程序的相關數據及介面;另一個是上位機模擬程序,用模擬plc程序的運行,以協助上位機軟體系統的聯合調;最後一個是plc模擬程序,用調plc的程序。
  15. We even offer a debugger that works at the egl source code level, and a way to leverage jsf from your egl code to visually build your application s gui

    我們甚至提供了工作在egl代碼級的調器和一種從您的egl代碼獲取jsf可視化地構建應用程序gui的工作方式。
  16. At first, this paper reviews the traditional currency crisis theories and the research on the early warning system ; thereby try to search for the crisis root and some important early warning indicator, and then basing on those and the kaminsky ' s early warning system of the currency crisis, i analyze statistically the thailand monthly data from 1992 to 2000, seek the threshold of every early warning indicator, the adjusted noise - signal ratio and the early warning synthesis indicator, forecast the possibility of thailand happening the crisis in the coming 12 month with the month data in 2001, and finally conclude that thailand would not happen the crisis in the coming 12 month

    首先本文對傳統貨幣危機理論和近期對貨幣危機預警的研究進行了回顧,從而圖尋找危機的根和一些重要的預警指標,在此基礎上,運用kaminsky的貨幣危機早期預警方法? ?信號分析法,對泰國1992 - 2000年年間的月度數據進行了統計分析,求出每個預警指標的閾值、調整后的噪音信號比以及危機預警的綜合指標,進而採用泰國2001年的月度數據對泰國未12個月進行危機預測,最後得出泰國在未12個月內不會發生危機。
  17. The traditional urban form in historic ningbo has undergone many radical transformations over the past two decades. the relatively homogeneous traditional fabric of the city has been damaged and remodeled following modernized urban models. this paper aims at synthesizing urban renewal and conservation through examining the revitalization of a particular traditional urban area. the case of the west yuehu area of ningbo is selected to show the planning approaches and proposals, constraints and contradictions regarding revitalization under this social transition. the methodology used in the research is divided into two parts : literature review and field study. the theoretical part of the research regarding urban conservation in china is based on literature review. the field study is conducted by the authors and groups of students from southeast university. the complete methodology attempts to illustrate the dimensions of urban renewal by examining the processes, conflicts and results of revitalization of historic urban areas, considering the present changing socio - economic context

    在過去20年中,寧波傳統歷史街區經歷了快速轉型.新的城市形態取代了傳統城市形態,傳統城市格局遭到了破壞.本文通過對一些特殊歷史街區的分析研究闡明城市中的保護與更新.以寧波月湖西部地區為例,提出了規劃設計的方法,闡述了其中的一些限制性因素及矛盾與沖突,並以此為例闡述在此大背景下再現城市活力的重要性.文中運用了2種學習方法:一是通過對資料的學習獲取理論,二是通過現場調研獲取第一手資料.圖通過對傳統歷史街區在更新過程中的沖突與結果的分析闡明傳統歷史街區更新和再現活力的情況
  18. Through repeatedly simulating trials, it simulated in the condition of market economy the coordinated development trends of the exploiting of rural renewable energy resources, economy and ecological environment in future 30 years and analyzed the simulated results

    經過反復模擬驗,模擬了在市場經濟條件下,未30年該市農村可再生能開發與經濟、生態環境協調發展的趨勢,並對模擬結果進行了分析和研究。
  19. The writer has put forward a new train of thought that the power of arbitrary administrative execution will carry out well by using the double restriction and activation mechanisms. through the coordination of this double restriction and activation mechanisms, the best distrbution pattern of resources will apear, the value objective of morden administrative law will be accomplished

    本文正圖從這一角度作以嘗,筆者提出以制約與激勵雙重機制確保行政強制執行權的良性運行,通過制約機制與激勵機制的協調運作,形成最佳的資配置格局,實現現代行政法的價值目標。
分享友人