代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/309490/13670524
oca command.oca
www.eeworm.com/read/308301/13704665
ini command.ini
[Command]
Date=Date
PrvMsg=PrvMsg
AllowMsg=AllowMsg
LetShout=LetShout
LetTrade=LetTrade
LetGuild=LetGuild
EndGuild=EndGuild
BanGuildChat=BanGuildChat
AuthAlly=AuthAlly
Auth=联盟
AuthCancel=取消
www.eeworm.com/read/307680/13717404
c command.c
/* command.c */
#include "command.h"
struct sh_command entry[] = {
{ "exit", 1, "", "exit this program"},
{ "echo", 2, "word", "echo words"},
{ "help",
www.eeworm.com/read/307680/13717406
h command.h
/* command.h */
#ifndef _COMMAND_H
#define _COMMAND_H 0
#include "fd.h"
#define MAX_COMMAND_LEN 20
struct sh_command{
char com[MAX_COMMAND_LEN];
int no;
char *argv;
www.eeworm.com/read/306311/13747153
ocx command.ocx
www.eeworm.com/read/305602/13764760
class command.class
www.eeworm.com/read/305602/13764762
cdi command.cdi
www.eeworm.com/read/305602/13764764
java command.java
/**
* Title:
* Description:
* Copyright: Copyright (c) 2002
* Company: The9.com
* @author Jerry Shen
* @version 0.5
*/
public interface Command {
public abstr