代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/149423/12380367
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/149423/12381913
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/118155/14885251
py chainofresponsibility.py
#: c06:ChainOfResponsibility.py
# Carry the information into the strategy:
class Messenger: pass
# The Result object carries the result data and
# whether the strategy was successful:
class R
www.eeworm.com/read/241710/4558968
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/241710/4559311
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/230232/4723895
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/230232/4724238
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/185070/5242032
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/185070/5242367
cs context.cs
using System;
using System.Collections ;
using CsharpPats;
namespace Strategy
{
///
/// Selects which plot strategy to carry out
///
public class Context {
float[]
www.eeworm.com/read/168239/5447360
java taxi.java
/**
* A taxi is able to carry a single passenger.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public class Taxi extends Vehicle
{
/**
* Constructor for obj