DataWindow Object 的幾個有用的屬性
標簽: DataWindow Object
上傳時間: 2014-01-05
上傳用戶:zgu489
turboc code in dos a graphics program to crease some illusory object on screen
標簽: graphics illusory program turboc
上傳時間: 2014-01-07
上傳用戶:ANRAN
Java, Java Object-Oriented Problem Solving, Third Edition
標簽: Java Object-Oriented Edition Problem
上傳時間: 2016-11-05
上傳用戶:努力努力再努力
Object-Oriented Programming With ANSI-C這本書中的源代碼!找了很久,好不容易找到的,給大家分享一下,提供了C面向對象的方法,書本可以網上下載!
標簽: Object-Oriented Programming ANSI-C With
上傳時間: 2013-12-24
上傳用戶:dongqiangqiang
Object Pascal 編程指南-程序設計-Delphi
上傳時間: 2014-01-19
上傳用戶:hzy5825468
public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() { public void run() { DRMPlayer.this.updateEvent(p, event, eventData) } }) }
標簽: final playerUpdate eventData public
上傳時間: 2013-12-18
上傳用戶:1109003457
Object Oriented Programming via Fortran 90/95 英文原版FORTRAN
標簽: Programming Oriented Fortran FORTRAN
上傳時間: 2013-12-19
上傳用戶:ynwbosss
本書全面的詳細的講解了Axtivex Data Object的基本流程和用法,書中包括具體的示例代碼。
上傳時間: 2014-01-09
上傳用戶:luopoguixiong
Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.
上傳時間: 2013-12-24
上傳用戶:zhouli
AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ . The main differences between AMOP and other mock object library is that, users DO NOT need to implement the interface of the object which to mock...
標簽: techniques Automatic template simulate
上傳時間: 2013-12-31
上傳用戶:rocwangdp