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