樣本源代碼 的英文怎麼說

中文拼音 [yàngběnyuándài]
樣本源代碼 英文
sample code
  • : Ⅰ名詞1. (形狀) appearance; shape 2. (樣品) sample; model; pattern Ⅱ量詞(表示事物的種類) kind; type
  • : i 名詞1 (草木的莖或根)stem or root of plants 2 (事物的根源)foundation; origin; basis 3 (本錢...
  • : 名詞1. (水流起頭的地方) source (of a river); fountainhead 2. (來源) source; cause 3. (姓氏) a surname
  • : Ⅰ動詞1 (代替) take the place of; be in place of 2 (代理) act on behalf of; acting Ⅱ名詞1 (歷...
  • : Ⅰ名詞(表示數目的符號或用具) a sign or object indicating number; code Ⅱ量詞1 (指一件事或一類的...
  • 本源 : origin; source; ultimate source
  1. 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的嵌入式系統調試器具體實現。
  2. Check out the stylesheet processor that uche used in the examples : 4xslt is a component of the open source package

    嘗試uche在文中使用的式表處理程序4xslt ,它是開
  3. Visual sourcesafe and team foundation source control enable you to accomplish the same basic tasks : develop more than one version of a product concurrently, make changes to a released version of a product without affecting other versions, quickly retrieve a batch of related files, determine who made a change and when, compare revisions of a file, and move changes from one version into another

    您可以利用visual sourcesafe和team foundation管理完成下列同的基任務:同時開發產品的多個版,在不影響其他版的情況下對產品的一個已發布版進行更改,快速檢索一批相關文件,確定做出更改的用戶和時間,比較文件的兩個版以及將更改從一個版移至其他版
  4. Regina is a native executable, available as free software source code, or pre - compiled to a large number of platforms - install it pretty much as you would any other programming language interpreter

    Regina是地執行文件,以免費軟體方式,或者為諸多平臺預編譯好的方式獲得您可以像安裝任何其他語言解釋器一安裝它。
  5. What s more, simple concurrent programming has been available on essentially all unix hosts since at least 1988, which is when ksh standardized its " co - processes. " if you save the ksh source in listing 1, below, as ex1. ksh and then run it, you ll see a " countdown " - " ten, nine, eight, etc. " - display, then the result of the ksh subprocess : " all done. " in practice, you might use something like this for a long - running chemical calculation or database retrieval : launch the operation as a subprocess, but keep users informed about what s going on or how much time is left before completion

    此外,至少自1988年以來,基上已經在所有unix主機上實現了簡單的並發編程,在1988年這一年ksh對其「協同進程( co - process ) 」進行了標準化。如果您將下面清單1中的ksh保存為ex1 . ksh ,然後運行它,您會看到「倒計時」顯示: 「十、九、八,等等」 ,然後看到ksh子進程的結果: 「 all done 」 。實際運用中,您可能會對長期運行的化學計算或數據庫檢索使用類似這的操作:啟動操作作為子進程,但是讓用戶始終知道操作的進展或完成之前還剩多少時間。
  6. The html output method should not output an end - tag for empty elements specified in html specification. the html output method should not perform escaping for the content of the script and style elements look at source of the lowest middle window in your browser

    採用html作為輸出方法時,根據html規范對空元素不輸出結束標簽,而且對程序腳式表內的特殊字元不進行轉義符替換請看你瀏覽器中間最下面窗口的
  7. Like javac, ajc presents some restrictions : compilation from source at the 1. 4 compliance level only supports targeting a 1. 4 or higher vm, and compilation from source at the 5. 0 compliance level only supports targeting a 5. 0 vm

    像javac一, ajc有一些限制:在1 . 4版兼容級別上編譯只支持1 . 4及以上版的目標vm ,在5 . 0版兼容級別上編譯只支持5 . 0版的目標vm 。
  8. Sample source code is important in learning a programming language or technique ; but a certain type of book consists primarily of source, with the prose existing mostly to explain the source code in a line - by - line way

    對于學習一種編程語言或技術,樣本源代碼很重要;但是有一類書主要由組成,文字敘述主要以逐行解釋的方式存在。
  9. These panes, like those in idea, are each dedicated to a particular purpose such as displaying resources packages, source code, build scripts, and the like, listing to - do items, and showing console output when running a program

    與idea一,每個窗格都有特定的用途,例如顯示資(包、、編譯腳等) ,顯示待做事宜,以及在運行程序時顯示終端輸出等。
  10. With the back - propagation algorithm in hand, we can turn to our puzzle of identifying the language of source code samples

    在掌握了反向傳播演算法后,可以來看我們的識別語言的難題。
  11. Programming with templates is, like using source version control and eating chocolate, highly addictive

    與使用控制器及吃巧克力一,使用模板進行編程很容易上癮。
分享友人