代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/145248/12743381
c command.c
#include "global.h"
command cmd_list[MAX_CMD]={
{"/quit",5,1},
{"/log",4,2}
};
int check_cmd()
{
int i;
for(i = 0; i < MAX_CMD; i++) {
if(!strncmp(cmd_list[i].cmd,key_buffe
www.eeworm.com/read/332599/12746675
com command.com
www.eeworm.com/read/245905/12772780
c command.c
/*
*/
#include "List.H"
class Document {
public:
Document(const char*);
void Open();
void Paste();
};
class Application {
public:
Application();
void Add(Document*);
};
/*
*/
www.eeworm.com/read/245885/12774897
h command.h
//**** ATMEL AVR - A P P L I C A T I O N N O T E ************************
//*
//* Title: AVR068 - STK500 Communication Protocol
//* Filename: command.h
//* Version: 1.0
//* Last updated: 31
www.eeworm.com/read/245885/12774909
h command.h
//**** ATMEL AVR - A P P L I C A T I O N N O T E ************************
//*
//* Title: AVR068 - STK500 Communication Protocol
//* Filename: command.h
//* Version: 1.0
//* Last updated: 31
www.eeworm.com/read/144598/12781818
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/144598/12781834
class command.class
www.eeworm.com/read/144598/12782148
java command.java
public interface Command
{
public void Execute();
}
www.eeworm.com/read/144598/12782199
class command.class
www.eeworm.com/read/144598/12782260
java command.java
public interface Command
{
public void Execute();
}