代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/257632/4362655
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/255928/4371395
java command.java
/*
* Copyright (c) 2001 Sun Microsystems, Inc. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow
www.eeworm.com/read/255418/4375972
java command.java
package headfirst.command.party;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/255418/4375991
java command.java
package headfirst.command.simpleremote;
public interface Command {
public void execute();
}
www.eeworm.com/read/255418/4376003
java command.java
package headfirst.command.undo;
public interface Command {
public void execute();
public void undo();
}
www.eeworm.com/read/255418/4376016
java command.java
package headfirst.command.remote;
public interface Command {
public void execute();
}
www.eeworm.com/read/254562/4381897
h command.h
// 各种命令参数:
const CString SY0 ="fa fb 03 00 00 00";
const CString SY1 ="fa fb 03 01 00 01";
const CString SY2 ="fa fb 03 02 00 02";
const CString OPENSERVER ="fa fb 03 01 00 01";
const
www.eeworm.com/read/254414/4383113
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/253341/4397066
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/253183/4399797
java command.java
/**
* Command.java
* Copyright 2005 Carlos Silva A.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.