代码搜索:object-oriented
找到约 4,167 项符合「object-oriented」的源代码
代码结果 4,167
www.eeworm.com/read/212387/15156694
java cannongame.java
//
// CannonGame application
// Described in Chapter 6 of
// Understanding Object-Oriented Programming with Java
// by Timothy A Budd
// Published by Addison-Wesley
//
// see ftp://ftp.cs.orst.edu/pub
www.eeworm.com/read/312989/3647009
txt cat35db75da0230.txt
The system classes provide a buffer between our object-oriented system and the functional behavior supported by the lower level system libraries. The system layer includes all classes to support secu
www.eeworm.com/read/286814/4032410
cpp d_1_1.cpp
#include "stdafx.h"
#include
using namespace std;
int main()
{ cout
www.eeworm.com/read/283334/4081071
py pysketch.py
""" pySketch
A simple object-oriented drawing program.
This is completely free software; please feel free to adapt or use this in
any way you like.
Author: Erik Westra (ewest
www.eeworm.com/read/432926/1886100
pde inheritance.pde
/**
* Inheritance
*
* A class can be defined using another class as a foundation. In object-oriented
* programming terminology, one class can inherit fi elds and methods from another.
* An obje
www.eeworm.com/read/423632/2025598
spec python-2.2.1.spec
%define pfx /opt/freescale/rootfs/%{_target_cpu}
%define version 2.2.1
%define release 1
Summary : An interpreted object-oriented programming language.
Name : python
Version
www.eeworm.com/read/187542/8626489
cpp pgm15_02.cpp
//
// This file contains the C++ code from Program 15.2 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/187542/8626493
cpp pgm12_12.cpp
//
// This file contains the C++ code from Program 12.12 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/187542/8626496
cpp pgm05_02.cpp
//
// This file contains the C++ code from Program 5.2 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/187542/8626500
cpp pgm13_05.cpp
//
// This file contains the C++ code from Program 13.5 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998