代码搜索:Command

找到约 10,000 项符合「Command」的源代码

代码结果 10,000
www.eeworm.com/read/249144/4454722

h command.h

/********************************************************************** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** ** This file may be distrib
www.eeworm.com/read/249104/4456911

java command.java

package prototype; public interface Command { public void Draw(); }
www.eeworm.com/read/249104/4457542

java command.java

package testcommand; //先定义Command接口,具有执行的方法是本模式的特征: public interface Command { public abstract void execute(); }
www.eeworm.com/read/248806/4463297

h command.h

///////////////////////////////////////////////////////////////////////////////// // Copyright(c) 2001-2002 Emdoor Electronic & Technology Co,.ltd. All rights reserved. // // Module name: // ma
www.eeworm.com/read/248592/4467328

c command.c

command(int i) { int j, flag, inword; for (j = 0; j
www.eeworm.com/read/247092/4489776

cfg command.cfg

-mt -v -vi- -weas -wpre -IC:\BORLANDC\INCLUDE -LC:\BORLANDC\LIB -DI86=1;PROTO=1;DEBUG=1 -P-.C
www.eeworm.com/read/247092/4489817

cfg command.cfg

-mt -v -vi- -weas -wpre -IC:\BORLANDC\INCLUDE -LC:\BORLANDC\LIB -DI86=1;PROTO=1;DEBUG=1 -P-.C
www.eeworm.com/read/246048/4498077

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/245059/4508465

java command.java

/******************************************************************** * 项目名称 :j2me学习 J2me Wap Explorer * * Copyright 2005-2006 Wuhua. All rights reserved * * 本程序只用于学
www.eeworm.com/read/244052/4512946

h command.h

#ifndef _COMMAND_H #define _COMMAND_H struct command_t { const char *name; bool (*run)(int argc, char **argv); void (*usage)(void); }; extern void command_mode(void); extern bool autoboot_mode(