inline method 中文意思是什麼

inline method 解釋
將函數內聯化
  • inline : 並網的
  • method : n 1 方法,方式;順序。2 (思想、言談上的)條理,規律,秩序。3 【生物學】分類法。4 〈M 〉【戲劇】...
  1. Third, refactoring for the design and programming disfigurements which exists in the software prototype everywhere. in this thesis i will list some big granulated refactoring : extract class, inline class, move method, collapse hierarchy to remove unnecessary hierarchy, and introduce parameter object to remove long parameter list. by using pattern and refactoring, the original software prototype has been obtained the basic characteristics of framework

    第三,對軟體原型中無處不在的設計和編程缺陷進行重構,這里主要列出的是一些粒度較大的重構:提煉類,內聯類,搬移函數,折疊繼承體系去除不必要的繼承,引入參數對象去除過長參數列。
  2. Chapter 4 : the influence of different phase - shifting angle of reference wave in recording, of the phase - shifting error and of the quantization error on the quality of the reconstructed image is investigated respectively in two - step phase - shifting inline digital holography. and an effective method of eliminating the phase - shifting error is presented, in which the summation of the intensity bit errors of the reconstructed image is taken as an evaluation function for an iterative algorithm to find the exact phase - shifting value. the feasibility of this method is demonstrated by computer simulation

    通過數值分析不同相移角的選取對再現像的強度誤差的影響,發現再現像強度誤差依賴于記錄時相移角的選取,當相移角在一定范圍內,其再現像的強度誤差相對較小;提出了一種有效消除相移誤差的新方法,並將其應用於二步同軸相移數字全息,對此進行了計算機模擬,得到了很好的結果,證明該方法對于相移誤差的消除是很有效的;對量化誤差所作的數值模擬發現,當信號被量化成8比特( bit ) ,即256個灰度級以上,量化噪聲的影響相對較小。
  3. To swap the values, you must do so inline, outside of a method call

    要交換值,您必須用在方法調用外部用內聯來完成。
  4. The server s response will be displayed using json notation in an alert box, unless it is a simple value, in which case it will be displayed inline alongside the method

    服務器的響應將在警告框中用json標注顯示出來,如果是簡單值,就會內聯在方法旁邊直接顯示。
  5. Makes it easier for the compiler to inline method calls, but this perception is incorrect or at the very least, greatly overstated

    會使編譯器更容易地內聯方法調用,但是這種理解是不正確的(或者至少說是大大地言過其實了) 。
  6. Means that the compiler can inline method calls more aggressively, because it knows that at run time this is definitely the version of the method that s going to be called

    意味著編譯器可以更加積極地內聯方法調用,因為它知道在運行時這正是要調用的方法的版本。
分享友人