搜索结果
找到约 425 项符合
Object-Relational 的查询结果
其他书籍 DataWindow Object 的几个有用的属性
DataWindow Object 的几个有用的属性
其他 turboc code in dos a graphics program to crease some illusory object on screen
turboc code in dos
a graphics program to crease some illusory object on screen
Java编程 Java, Java Object-Oriented Problem Solving, Third Edition
Java, Java Object-Oriented Problem Solving, Third Edition
VC书籍 Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久
Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久,好不容易找到的,给大家分享一下,提供了C面向对象的方法,书本可以网上下载!
Delphi/CppBuilder Object Pascal 编程指南-程序设计-Delphi
Object Pascal 编程指南-程序设计-Delphi
Java编程 public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a
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, e ...
其他书籍 Object Oriented Programming via Fortran 90/95 英文原版FORTRAN
Object Oriented Programming
via Fortran 90/95
英文原版FORTRAN
VC书籍 本书全面的详细的讲解了Axtivex Data Object的基本流程和用法
本书全面的详细的讲解了Axtivex Data Object的基本流程和用法,书中包括具体的示例代码。
软件设计/软件工程 Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s
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 bo ...
单片机开发 AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate
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 ...