instance variables 中文意思是什麼

instance variables 解釋
實例變量
  • instance : n. 1. 事例,例證,實例,場合。2. 情況。3. 要求,建議。4. 【法律】訴訟手續。vt. 舉…為例,引以為例,舉例證明。
  • variables : 變量
  1. Given a scenario, write code that makes appropriate use of object locking to protect static or instance variables from concurrent access problems

    在給定的條件下,寫出正確使用對象鎖保護靜態或實例變量不會產生並發訪問問題的代碼
  2. For instance, we can use the granger causality test in econometric to help artificial neural network choose input variables, and use the principal factor analysis to help decrease the number of input variables, so that we can enhance the efficiency of artificial neural network

    如可以使用時間序列中的granger因果關系檢驗來幫助進行輸入變量的篩選,採用主因子法來減少輸入變量,以提高人工神經網路的效率等。
  3. For instance, perl is happy to allow the programmer to automatically create variables if they were not previously declared though this is not encouraged, and can in fact be prevented with the use of the highly recommended " use strict " pragma

    例如,如果程序員原本沒有聲明變量, perl樂于允許程序員自動創建變量(盡管不鼓勵這樣做,並且可以通過使用高度推薦的「 use strict 」編譯指示阻止) 。
  4. In the present context it is enforced by selection of instance variables to represent computed intermediate and summary results

    在當前環境下,通過選擇實例變量來表示計算得到的中間值和匯總結果,從而實施了該原則。
  5. From the viewpoint of macro dynamic characteristics of freeway traffic flow, this paper classifies the freeway, gives a nonlinear macro dynamic traffic flow model of freeway using density and speed as state variables and then identifies the parameters by using searching approach step by step, finally gives an identification instance

    摘要從高速公路交通流的宏觀特性和動態特性出發,對高速公路進行了兩級分段,以車流密度和車流速度作為狀態變量,給出了高速公路非線性的宏觀動態交通流模型,進而採用直接搜索法對模型中的參數進行了分段辨識,並給出了辨識實例。
  6. A continuation lets you capture execution state with instance variables and a call stack at any point in time

    延續讓您能夠在任何時刻及時捕獲執行狀態(使用實例變量和調用棧) 。
  7. In other words they are class variables, not instance variables

    換句話說它們是類變量,不是實例變量。
  8. There are many kinds of ways to solve the electrostatic field of two - dimensional laplace ’ s equation or the poisson ' s equation, like the separation of variables, green ’ s function or alternative means. but if their boundary shapes are quite complex, it is extremely difficult to use these usual methods, and, in general, it is impossible to work out even there is such peculiar instance as analytic solution, or obtains the approximate solution

    對二維拉普拉斯方程或泊松方程的平面場的解法有多種,如分離變量法、格林函數法或者其他方法,但如果它們的邊界形狀比較復雜,用這些通常的方法求解會非常困難,即使對于存在有解析解的特殊情況,一般說來也不可能求出,而且求得的只能是近似解。
  9. In this version, because no instance variables are required, all controls, including user controls, are referenced implicitly

    在本版本中,由於不需要任何實例變量,所有控制項(包括用戶控制項)都是隱式引用的。
  10. The first instance displays its code and allows you to debug, such as setting watch variables, breakpoints, and so forth

    第一個實例顯示其代碼並允許您進行調試,例如設置監視變量、斷點等等。
  11. Doing so will enable thread - compatible objects held as instance variables in other thread - safe objects to piggyback on the synchronization of the owning object

    這樣做會使線程兼容的對象作為變量實例包含在其他線程安全的對象中,從而可以利用其所有者對象的同步。
  12. Maybe there s a list of variables to be declared in every instance, maybe you need to register error handlers, or maybe there are several pieces of the boilerplate that have to have code inserted in certain circumstances

    可能每個實例中都需要聲明一些變量,可能需要注冊錯誤處理程序,或者有一些樣板文件必須在某些情況中插入一些代碼。
  13. Abstract : data flow anomalies ( dfa ) are those anomalies related to the accessing and updating of data items in a program. the conventional dfa detection techniques alone can not be used to identify the data flow anomalies associated with the instance variables defined in a class. in this paper, a method for identifying the data flow anomalies present across the methods of a class is proposed. the method sequence specification ( mtss ) is used in conjunction with the conventional dfa detection techniques to identify the data flow anomalies in classes. this technique can ensure that there are no data flow anomalies present across methods in a class if the methods are invoked in such a way that they are compliant with the method sequence specification

    文摘:數據流異常是指程序中與變量使用有關的不合常規的「可疑」情況.僅靠傳統的數據流異常檢查技術不能發現面向對象程序中與實例變量有關的數據流異常,將方法序列規范與傳統的檢查技術結合起來,提出了一種能檢查對象的實例變量的數據流異常的方法.當類中方法的調用順序符合該類的方法序列規范時,應用提出的方法能保證發現所有的介於不同方法之間的數據流異常
  14. Shows the instance variables you d need and the initialization sequence in

    中的體系結構假定您依次分離出各個連續的doi ,並在調用
  15. Using the equals method to compare instance variables

    使用equals方法比較實例變量
  16. As instance variables in your connector

    存儲為連接器中的實例變量。
  17. Its local variables are instance variables, including the

    ,則其局部變量為「實例變量」 ,包括
  18. Run debug as run - time workbench. this time we can step through the source code, examine variables, etc., in the original workbench while the plug - in runs in the second workbench instance

    這次,當插件在第二個工作臺實例中運行時,我們可以在最初的工作臺中單步執行源代碼,以及檢查變量等。
  19. A memory model describes the relationship between variables in a program instance fields, static fields, and array elements and the low - level details of storing them to and retrieving them from memory in a real computer system

    內存模型描述的是程序中各變量(實例域、靜態域和數組元素)之間的關系,以及在實際計算機系統中將變量存儲到內存和從內存取出變量這樣的低層細節。
  20. Avoid unnecessary synchronization when reading or writing instance variables

    當讀寫實例變量時避免不必要的同步。
分享友人