代码搜索:composition
找到约 1,051 项符合「composition」的源代码
代码结果 1,051
www.eeworm.com/read/180222/5288370
cpp combined.cpp
//: C14:Combined.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Inheritance & composition
cl
www.eeworm.com/read/390812/2524479
java composetestcase.java
package org.xbrlapi.data.dom.tests;
import org.w3c.dom.Document;
import org.xbrlapi.utilities.XBRLException;
/**
* Test the XBRLAPI Store composition algorithm.
* @author Geoffrey Shuetrim (geoff@
www.eeworm.com/read/390812/2524701
java composetestcase.java
package org.xbrlapi.data.dom.tests;
import org.w3c.dom.Document;
import org.xbrlapi.utilities.XBRLException;
/**
* Test the XBRLAPI Store composition algorithm.
* @author Geoffrey Shuetrim (geoff@
www.eeworm.com/read/389763/2537457
rb work_controller_test.rb
require File.dirname(__FILE__) + '/../test_helper'
require 'composition_controller'
# Re-raise errors caught by the controller.
class CompositionController; def rescue_action(e) raise e end; end
cla
www.eeworm.com/read/158411/5597334
java bath.java
//: c06:Bath.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Constructor initialization with composition.
class Soap {
www.eeworm.com/read/158411/5597341
java sprinklersystem.java
//: c06:SprinklerSystem.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Composition for code reuse.
class WaterSource {
www.eeworm.com/read/366897/9793850
cpp combined.cpp
//: C14:Combined.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Inheritance & composition
cl