代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/164889/5487144
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/164604/5488935
java command.java
package headfirst.command.party;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/164604/5488954
java command.java
package headfirst.command.simpleremote;
public interface Command {
public void execute();
}
www.eeworm.com/read/164604/5488966
java command.java
package headfirst.command.undo;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/164604/5488979
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/164510/5489832
java command.java
package Operation;
/**
*@author 黄素鹏
*定义一个抽象命令接口
*/
public interface Command {
/**
*定义命令执行的抽象方法
*/
public abstract void execute();
}
www.eeworm.com/read/350393/3126839
java command.java
/*
* Copyright (c) 2003, Rafael Steil
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the fol
www.eeworm.com/read/350097/3129860
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/349723/3140564
his command.his
#!/bin/csh -f
# COMMAND.HIS
# Script to re-run a previous design through M1
#
# Created on: Tue Jan 6 18:50:36 PST 1998
ngdbuild gate_clock.sxnf >&! ngdbuild.log
map gate_clock.ngd -o map.ncd gate_
www.eeworm.com/read/349723/3140580
his command.his
#!/bin/csh -f
# COMMAND.HIS
# Script to re-run a previous design through M1
#
# Created on: Tue Jan 6 18:48:09 PST 1998
ngdbuild gate_clock2.sxnf >&! ngdbuild.log
map gate_clock2.ngd -o map.ncd gat