代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/181243/5277687
java command.java
package headfirst.command.undo;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/181243/5277700
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/179911/5294967
c command.c
/*
* $Id: command.c,v 1.4 1997/03/30 16:51:34 calle Exp $
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/179449/5304554
java command.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/178760/5313986
cc command.cc
/*
* Simulator of microcontrollers (cmd.src/command.cc)
*
* Copyright (C) 2002,02 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This
www.eeworm.com/read/176538/5337539
txt command.txt
4 ,Copyright (c) 2001-2005 XStudio Technology All Right Reserved.
4 ,6,BUG通告:根据网友反馈,xfilter1.0安装后可能会引起IE无规律非法操作,如果对您造成影响,请卸载xfilter,如果问题依旧则原因不在xfilter。因此对您造成的不便,我们深表歉意!xstudio
www.eeworm.com/read/176125/5340363
h command.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/176125/5340581
c command.c
/*
* (C) Copyright 2000-2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software
www.eeworm.com/read/174879/5355903
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/174099/5365247
java command.java
/*
* Command.java
*
* Copyright (C) 2002, 2003, 2004, 2005, 2006 Takis Diakoumis
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General