代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/364575/2902610
cs command.cs
using System;
using CsharpPats;
namespace Strategy
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/360909/2955813
java command.java
/*
* Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or
www.eeworm.com/read/360831/2958800
c command.c
#include
#include
#include
#include
#define PROMPT ">"
void
getline(char *buf,int *num,int max_num)
{
static int line_len = 0;
www.eeworm.com/read/360007/2970760
c command.c
/*
* Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved.
*/
#include
#include
#include
#include
/* command line length limits
www.eeworm.com/read/358155/2999220
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/358155/2999302
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/358155/2999326
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/358155/2999349
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/358155/2999387
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/358155/2999428
java command.java
public interface Command
{
public void Execute();
}