代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/109232/15561229
h command.h
#ifndef _COMMAND_H_
#define _COMMAND_H_
class Command {
public:
virtual void Execute() = 0;
};
template
class SpecificCommand : public Command {
protected:
typ
www.eeworm.com/read/109123/15563275
java command.java
/******************************************************************************
* Filename :Command.java(interface)
* Description :Defines the behavior of a FileSystemShell command.
* The meth
www.eeworm.com/read/109123/15563281
class command.class
www.eeworm.com/read/107164/15612274
com command.com
www.eeworm.com/read/105565/15665168
c command.c
/*
Portserver - Use RTERM protocol to serve serial ports over a network
Copyright (C) 1998 Kenn Humborg
This program is free software; you can redistribute it and/or modify
it un
www.eeworm.com/read/105565/15665169
h command.h
/*
Portserver - Use RTERM protocol to serve serial ports over a network
Copyright (C) 1998 Kenn Humborg
This program is free software; you can redistribute it and/or modify
it un