variable adj. 1.易變的,變化無常的,無定的 (opp. constant, steady)。 2.可變的,能變的;變換的。 3.【數(shù)學(xué)】變量的;【天文學(xué)】變光的;【生物學(xué)】變異的。 Prices are variable according to the exchanges. 物價跟著匯率變動。 a man of variable character 反復(fù)無常的人。 a rod of variable length (伸縮)如意棒。 a word of variable construction 可以作種種解釋的詞。 variable capital 可變資本。 a variable budget 臨時預(yù)算。 n. 1.易變的東西。 2.【數(shù)學(xué)】變量,變數(shù),變項,變元 (opp. constant);【天文學(xué)】變星 (=variable star);【航?!?方向不定的)變風(fēng),不定風(fēng) (opp. trade wind); 〔pl.〕 (貿(mào)易風(fēng)帶中的)變風(fēng)帶。 adv. -ably ,-ness n.
Go as with quotename , string truncation by replace can be avoided by declaring temporary variables that are large enough for all cases 與quotename ( )一樣,可以通過聲明對所有情況都足夠大的臨時變量來避免由replace ( )引起的字符串截斷。
See whether any temporary variables are used only within this extracted code . if so , declare them in the target method as temporary variables 看看是否有只在這段被提取的代碼中會被用到的臨時變量,如果有,在新方法中也將他們定義為臨時變量。
Twice in two separate lines and stored the results in temporary variables , but i thought this was a cleaner if slightly more advanced and less maintainable solution 兩次,并將結(jié)果存儲在臨時變量中,但是我想這是更清晰、更高級、更難維護的解決方案。
You have a complicated expression . put the result of the expression , or parts of the expression , in a temporary variable with a name that explains the purpose 你有一個復(fù)雜的表達式。將該復(fù)雜表達式的結(jié)果放進一個臨時變量,以次變量名稱來解釋表達式用途。
Because we are doing only textual substitution , c is not smart enough to rename our temporary variable if it conflicts with one of the arguments passed to it 由于只進行文本替換,因此如果這與傳遞給它的參數(shù)沖突, c語言就無法智能地對臨時變量重新進行命名。如果傳遞
Expressions can become very complex and hard to read . in such situations temporary variables can be helpful to break down the expression into something more manageable 表達式有可能非常復(fù)雜而難于閱讀。這種情況下,臨時變量可以幫助你將表達式分解為比較容易管理的形式。
Expressions can become very complex and hard to read . in such situations temporary variables can be helpful to break down the expression into something more manageable 表達式可能會變得非常復(fù)雜而且難以閱讀,在此類情況下,臨時變量對于將表達式拆分成一些更易于處理的部分很有幫助。
Macro you first had to explicitly say what types of values you were swapping , and second , you had to use a name for the temporary variable that you were sure wasn t in use elsewhere 宏,首先必須要顯式地說明要交換的值的類型,必須要為臨時變量使用一個名字,并且要確保這個名字沒有在其他地方使用。
In computer programming, a temporary variable is a variable whose purpose is short-lived, usually to hold temporary data that will soon be discarded, or before it can be placed at a more permanent memory location. Because it is short-lived, it is usually declared with local scope.