代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/268454/4252536
java command.java
package command;
public interface Command {
public abstract void execute();
}
www.eeworm.com/read/268454/4252541
java command.java
package command;
public interface Command {
public abstract void execute();
}
www.eeworm.com/read/450106/1672461
java command.java
package auction.command;
import java.io.Serializable;
/**
* The interface for generic commands between presentation and business tier.
*
* @author Christian Bauer
*/
public interface Command ext
www.eeworm.com/read/449675/1674429
java command.java
package ActiveObject.vo;
/**
* @author Administrator
*/
public class Command {
private String commandSQL = null;
private Object[] commandParams = null;
public Command () {
}
www.eeworm.com/read/448632/1686453
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/445435/1721936
java command.java
package jns.command;
/**
Command is a very important class in JNS because it represents the commands
that the simulator is supposed to execute at a specific time.
You have to subclass c
www.eeworm.com/read/443537/1739489
cpp command.cpp
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/443537/1739537
h command.h
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/443386/1745404
c command.c
/* $Id: command.c,v 1.4.10.1 2001/09/23 22:24:59 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of th
www.eeworm.com/read/443386/1747014
c command.c
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the