virtual function 中文意思是什麼

virtual function 解釋
虛擬函式虛函數
  • virtual : adj. 1. 實際上的,實質上的,事實上的。2. 【物理學】虛像的。3. 【物理學】有效的;【計算機】(網上)虛擬的。4. 〈古語〉具有可產生某種效果之內在力的。
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  1. Virtual function, the vtable will be per application domain appdomain

    虛函數, vtable將是基於每應用程序域( appdomain )的。
  2. Chapter 3 from four levels such as value ( the theory of value chain ), cost ( the theory of transaction cost and contract ), evolution ( the theory of hyper - cycle theory ) and technology ( application and development of vt & it ) carries on theory interpretation why enterprise would rather choose virtual function than market function or internal function

    第三章從價值(價值鏈理論) 、成本(交易費用和契約理論) 、進化(超循環理論) 、技術( vt和it的應用與發展)四個視角對企業選擇功能虛擬化而不是功能市場化或功能內部化進行了理論解釋。
  3. Which virtual function redeclarations of the derived class are correct

    原題如下,應該是問哪個/哪些虛函數的重新聲明是正確的
  4. Pure virtual function

    純虛擬函式
  5. For the specified virtual function table vtbl slot

    檢索指定的虛函數表( vtbl )槽的
  6. To override a virtual function in the properties window

    在「屬性」窗口中重寫虛函數
  7. Gets the virtual function table vtbl slot for a specified

    在向com公開時的虛函數表( vtbl )槽。
  8. The call to the virtual function in

    中的虛函數的調用生成一個對
  9. Sinks receive events through the virtual function table vtbl

    接收器通過虛函數表( vtbl )接收事件。
  10. The function is accessed through the virtual function table vtbl, and takes an implicit

    該函數通過虛函數表( vtbl )訪問,並採用隱式
  11. Gets the first slot in the virtual function table vtbl that contains user defined methods

    獲取虛函數表( vtbl )中第一個包含用戶定義的方法的槽。
  12. Gets the last slot in the virtual function table vtbl of a type when exposed to com

    獲取在向com公開時某個類型的虛函數表( vtbl )中的最後一個槽。
  13. With the development of the electrical power enterprise and computer technology, it is important to design a highly efficient , better maintainable and graphic interface based software package for power system analysis and computing in the paper , the author put forward a kind of new sensitivity analytical method which take into account load characteristic to fix on the weak bus, and with example to prove the exactness of the algorithm ; developed the visual electrical power system analysis and computing and graphic sporting system, the software package was developed by using the idea of object oriented programming , the method of class ' s inheritance , polymorphism and virtual function, and set up equipment - chart element - the interreaction between class this make it easy to expand, maintain and replant

    隨著電力事業和計算機技術的發展,研製高效率、可維護性強、具有良好用戶界面的圖形化計算分析軟體成為電力系統分析計算研究的重要任務之一。本文提出了一種計及負荷特性的靈敏度分析方法來對薄弱母線進行確定,並用算例驗證了演算法的正確性;開發了圖形化的電力系統分析計算軟體和圖形支持系統,該軟體完全採用面向對象的設計方法,充分利用了類的繼承、多態性質和虛函數的方法,建立起設備圖元類之間的相互關系,使軟體具有高度的開放性、可維護性、可移植性。
  14. Is necessary is when the only virtual function in your virtual base is a destructor

    的情況是虛擬基中的唯一虛函數是析構函數。
  15. Learn assembly code, check how compiler generates code, learn how virtual function works, learn to debug at assembly code level

    了解匯編代碼,檢查編譯器是如何產生代碼的,了解虛函數是如何工作的,學習在匯編代碼一級調試程序。
  16. All calls from the framework to derived classes in the custom dll are resolved via the c virtual function mechanism

    自定義dll中從框架到派生類的所有調用都通過c + +虛擬函數機制來解析。
  17. Virtual function table

    虛擬函式表
  18. Similar behavior is achieved when the virtual function is declared with

    聲明虛函數時會獲得相似的行為。
  19. The principles and arithmetic for designing and realizing the virtual digital stored oscilloscope, virtual frequency analyzer and virtual function generator, which are based on labview, are discussed in detail. the performance of the virtual instruments is tested, and the specification is given

    詳細的分析了基於labview的虛擬數字存儲示波器、虛擬頻譜分析儀和虛擬函數發生器的設計和實現的原理及演算法,並且對于各虛擬儀器進行了性能測試,給出了性能指標。
  20. There is one coding scenario that will pass the compiler but that will result in an unverifiable assembly : calling a virtual function through an object instance using the scope resolution operator

    以下編碼方案可以通過編譯器,但會導致不可驗證的程序集:使用范圍解析運算符通過對象實例調用虛函數。例如:
分享友人