編程風格 的英文怎麼說

中文拼音 [biānchéngfēng]
編程風格 英文
programming style
  • : Ⅰ動詞1 (編織) weave; plait; braid 2 (組織; 排列) make a list; arrange in a list; organize; gr...
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • : Ⅰ名詞1 (空氣流動) wind 2 (風氣; 風俗) practice; atmosphere; custom 3 (景象) scene; view 4 ...
  • : 格象聲詞rattle; gurgle
  • 編程 : c programming
  • 風格 : style; form; manner; touch
  1. The intent is to clarify the concepts rather than to express optimal coding conciseness and style

    其目的是闡明概念,而不是表述最佳的碼簡明度和
  2. On the other hand, is a style of programming that emphasizes the evaluation of expressions rather than the execution of commands

    是一種強調表達式的計算而非命令的執行的一種編程風格
  3. It leads to a declarative style of programming because it saves having to write all the tree walking and tree manipulation routines

    從而形成了聲明性的編程風格,因為避免了寫所有的樹遍歷和樹處理常式。
  4. Listing 1 shows a typical java application coding style

    清單1顯示了典型的java應用
  5. While you would not want to adopt this coding style, it helps explain how the processor works

    雖然您不會採用這種,但它有助於解釋處理序是如何工作的。
  6. I described the principles -. characteristics > function ^ system structure and design flow of synthesis in detail o although synthesis tool does an excellent job of converting hdl to gates. the structure of the hdl may not allow tool to meet the designer - specified constraints and very likely to result in an increase in compile time. the startpoint for synthesis affects the quality of results after synthesis, thus, to attain good startpoint the paper presented a lot of coding styles

    本文回顧了集成電路設計方法學的發展,提出了它們的共同點是基於綜合的設計思想,詳細地介紹了綜合的基本原理、特點、作用、綜合的系統結構及設計流;同時,雖然各公司提供的綜合工具能很好地進行從hdl級的描述到門級的轉換,但是hdl的結構有時會導致綜合的結果難以滿足預先的要求和綜合時間的增加,所以hdl的對綜合結果的影響很大。
  7. Many new features are implemented in dpcf runtime, such as : no any preprocessor and precompiler ; rmi - liked programming model ; objects created on remote hosts ; asynchronous remote method invocation ; migrating objects to heterogeneous hosts ; scalable support for multi - protocol of network

    Dpcf運行時的特性包括:不需要任何的預處理序和預譯器;類似於rmi的編程風格;能在遠主機上創建對象;異步遠方法調用;能在異構主機間遷移對象;可擴展的多種網路通訊協議的支持。
  8. In almost 2 years i have released over 5 different solo projects, each showing you, the audience member my range in movement, character, and style

    在不到兩年的時間當中,我了五支各異的排舞,每一支舞在在都向觀眾顯示出我肢體的運用度、我的獨特性、及個人
  9. The design realm in the province of jilin, use more software is the bridge doctor system, bridge master, system of asbest, procedure of qjx and province highway of jilins survey to design the hospital to by oneself develop of the t beam plank beam painting procedure, the cover beam calculation painting procedure, a pillar calculation procedure, the upper part procedure compute a procedure mostly, even some procedures can paint, but the province painting of basic and dissatisfied foot jilin of born diagram paper style, the diagram paper the modification quantity compare greatly, the procedure that the lower part procedure adopts to by oneself

    在吉林省內設計領域,使用較多的軟體是橋梁博士系統、橋梁大師、 asbest系統、 qjx序及吉林省公路勘測設計院自行研發的t梁板梁繪圖序,蓋梁計算繪圖序,樁柱計算序,上部序多是計算型序,即使有些序能夠繪圖,但生成圖紙基本不滿足吉林省繪圖,圖紙修改量較大,下部序多採用自行制的序,但大多數序是dos系統的序,使用不方便,同時與現行規范多有不符。
  10. This process can be done with different programming idioms

    這個過可以用不同的編程風格來完成。
  11. This can become complicated and leads to poor programming style

    這可能變得非常復雜,並會形成不良的編程風格
  12. A style of programming that modularizes the parts of a program that ordinarily cut across module boundaries

    :一種將序的經常繞過模塊邊界的部分模塊化的編程風格
  13. Sax treats an xml document as a series of parsing events, and basically allows a procedural programming style

    Sax將xml文檔視為一系列解析事件,而且它基本上允許過編程風格
  14. Exp : these are obviously not only very difference style of programming, but also very difference ways of thinking about our program

    明顯,這不僅是編程風格的不同,而且也是我們對序的思考方式的不同。
  15. Parsia makes the argument that functional programming styles are generally better suited to xml manipulation than are more familiar oop techniques

    Parsia在文中提到,通常,與oop技術具有很多相似性相比,函數性編程風格更適合於處理xml 。
  16. Note that the portlet thinks it is talking directly to the aggregator, so no special programming style is needed to write a portlet that is filtered

    請注意: portlet認為它正在和聚集器直接交談,所以不需要用專門的編程風格寫一個已被過濾的portlet 。
  17. Most advice on programming style is aimed at creating high - quality, maintainable code, which makes sense because the easiest time to fix a bug is

    很多有關編程風格的建議都是為了創建高質量、可維護的代碼,這很合理,因為最容易修復bug的時間就是在產生bug
  18. While fairly ubiquitous through its association with the java language, imperative programming is not the only choice of programming style, nor is it always the most effective one

    命令式雖然由於與java語言的關聯而相當普及,但是並不是惟一可用的編程風格,也不總是最有效的。
  19. To illustrate how functional programming features of jython can be used here, lambda function and list compression are used in the following code though it can be done in imperative programming style as well

    為了說明如何在這里使用jython的函數功能,下列代碼中使用了lambda函數和列表理解,雖然也可以用命令式( imperative )編程風格來完成。
  20. Openipcore is involved with several projects related to open hardware design in general as opposed to specific open hardware projects, which deal with issues such as coding styles, cores interfacing, and the compilation of open hardware designs and open source eda tools on distribution cd - rom

    Openipcore大體上參與了與開放硬體設計相關的幾個工(而未參與特定的開放硬體工) ,它主要處理如、內核介面和開放硬體設計的譯以及分發cd - rom上的開放源代碼eda工具等方面的問題。
分享友人