代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/196909/8050005
txt pgm15_14.txt
#
# This file contains the Python code from Program 15.14 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/196909/8050008
txt pgm10_14.txt
#
# This file contains the Python code from Program 10.14 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/196909/8050017
txt pgm11_18.txt
#
# This file contains the Python code from Program 11.18 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/196909/8050022
txt pgm11_16.txt
#
# This file contains the Python code from Program 11.16 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/196909/8050047
txt pgm12_21.txt
#
# This file contains the Python code from Program 12.21 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/196909/8050049
txt pgm16_19.txt
#
# This file contains the Python code from Program 16.19 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/196909/8050062
txt pgm16_20.txt
#
# This file contains the Python code from Program 16.20 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R
www.eeworm.com/read/331560/12820693
java calculator.java
import java.util.*;
/**
Simple line-oriented calculator program. The class
can also be used to create other calculator programs.
*/
public class Calculator
{
private double result;
www.eeworm.com/read/324350/13269718
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/324350/13269722
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