代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/221272/4833702
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/219872/4844783
java command.java
package headfirst.command.party;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/219872/4844802
java command.java
package headfirst.command.simpleremote;
public interface Command {
public void execute();
}
www.eeworm.com/read/219872/4844814
java command.java
package headfirst.command.undo;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/219872/4844827
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/217381/4872231
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/217245/4874407
java command.java
package com.jacob.samples.ado;
import com.jacob.com.*;
public class Command extends Dispatch
{
public Command()
{
super("ADODB.Command");
}
/**
* This constructor is used i
www.eeworm.com/read/216502/4891238
c command.c
#
/*
*
* UNIX debugger
*
*/
#include "defs.h"
MSG BADEQ;
MSG NOMATCH;
MSG BADVAR;
MSG BADCOM;
MAP txtmap;
MAP datmap;
INT executing;
CHAR *lp;
INT fcor;
INT fsym;
INT mkfault;
STRIN
www.eeworm.com/read/214221/4909611
java command.java
/*
* Created on 2004-12-25 by Tianlei
* version 1.0.0.3
* since MIDP1.0
*
* ģ��J2ME���Command��,Ŀǰ���붼�Ǵ�2.0��Դ�����濽��4��
* �ο�Ӣ��ע��,Ŀǰ��û��ʵ��Command��صĽӿ�
*/
package javax.microedit
www.eeworm.com/read/213554/4915409
java command.java
package gov.gdlt.ssgly.taxcore.taxblh.gzda.service.xmlinterface;
public interface Command {
public String execute( RequestHelper helper );
}