代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/341217/12100856
java command.java
/* Generated by Together */
package com.javapatterns.command.drawlines;
public interface Command {
abstract public void execute();
abstract public void unexecute();
www.eeworm.com/read/341217/12100900
java command.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/341217/12100921
java command.java
package com.javapatterns.command.television;
public interface Command
{
void execute();
}
www.eeworm.com/read/341217/12100950
java command.java
/* Generated by Together */
package com.javapatterns.command.book;
public interface Command {
void execute();
}
www.eeworm.com/read/341217/12100973
java command.java
package com.javapatterns.command.stocktrader;
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/341085/12110026
asm command.asm
;--------------------------------------------------------------------
;[40] Reserved
TABLE_40
MOVLW CMD40
MOVWF COMMAND1
CLRF COMMAND2
MOVLW 0x00
MOVWF TX0
MOVLW 0x
www.eeworm.com/read/340749/12136056
h command.h
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/340749/12136071
cpp command.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/254380/12140017
class command.class
www.eeworm.com/read/340666/12140567