代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/261904/11616498
t command.t
/usr/local/arm/2.95.3/bin/arm-linux-gcc -I/home/fc/dev/armdev/vivi_net/include -I/usr/local/arm/2.95.3/arm-linux/sys-include -Wall -Wstrict-prototypes -O2 -fPIC -fomit-frame-pointer -mapcs-32 -march=a
www.eeworm.com/read/347851/11631889
java command.java
//
public interface Command{
//
abstract public void Execute();
abstract public void UnExecute();
}
www.eeworm.com/read/347851/11631900
class command.class
www.eeworm.com/read/347752/11638360
h command.h
// Command.h: interface for the CCommand class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMMAND_H__E61853C0_17AE_11D5_8A8A_000021001532__INCLUDE
www.eeworm.com/read/347752/11638566
cpp command.cpp
// Command.cpp: implementation of the CCommand class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "cos.h"
#include "Command.h"
#i
www.eeworm.com/read/157603/11683297
cpp command.cpp
// commanf.cpp: implementation of the commanf class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "richtest.h"
#include "command.h"
www.eeworm.com/read/157603/11683641
h command.h
// commanf.h: interface for the commanf class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMMAND_H__ECC81653_F677_46B1_B1CC_5E2B800BA01C__INCLUDED
www.eeworm.com/read/260836/11699128
cpp command.cpp
#include
#include
#include
using namespace std;
class Command
{
public:
virtual void Execute() = 0;
virtual void Undo() = 0;
virtual void Off() = 0;
};
www.eeworm.com/read/260836/11699142
ncb command.ncb
www.eeworm.com/read/260836/11699144