代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/212387/15156646
java pinball.java
//
// PinBall class. Extends Ball class
//
// From Chapter 7 of
// Understanging Object-Oriented Programming with Java
// Written by Tim Budd
// Published by Addison-Wesley Longman
//
// See ftp://ft
www.eeworm.com/read/212387/15156658
java pinball.java
//
// PinBall class. Extends Ball class
//
// From Chapter 7 of
// Understanging Object-Oriented Programming with Java
// Written by Tim Budd
// Published by Addison-Wesley Longman
//
// See ftp://ft
www.eeworm.com/read/212387/15156691
java cannonball.java
//
// CannonBall class
// 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/budd/
www.eeworm.com/read/474431/6809338
c scanf1.c
/*
** Line-oriented input processing with sscanf
*/
#include
#define BUFFER_SIZE 100 /* Longest line we'll handle */
void
function( FILE *input )
{
int a, b, c, d, e;
char buffe
www.eeworm.com/read/187542/8626679
cpp pgm12_23.cpp
//
// This file contains the C++ code from Program 12.23 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/187542/8626986
cpp pgm07_22.cpp
//
// This file contains the C++ code from Program 7.22 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/187542/8627018
cpp pgm07_13.cpp
//
// This file contains the C++ code from Program 7.13 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/187542/8627075
cpp pgm12_22.cpp
//
// This file contains the C++ code from Program 12.22 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/187542/8627399
cpp pgm10_10.cpp
//
// This file contains the C++ code from Program 10.10 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 199
www.eeworm.com/read/187542/8627468
cpp pgm11_05.cpp
//
// This file contains the C++ code from Program 11.5 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998