代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/306339/3739189
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.
www.eeworm.com/read/306178/3748282
parse_command
ppppaaaarrrrsssseeee____ccccoooommmmmmmmaaaannnndddd((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1
www.eeworm.com/read/305874/3767630
java command.java
package book.graphic.painter2D;
/**
* 画板命令。LINE表示画线,CIRCLE表示画圆,RECTANGLE表示画矩形
*/
public interface Command {
public static final int LINE = 2;
public static final int CIRCLE = 4;
public s
www.eeworm.com/read/305303/3774352
java command.java
package gnu.jemacs.buffer;
import gnu.mapping.*;
import gnu.lists.*;
import gnu.jemacs.lang.ELisp;
import gnu.math.IntNum;
public class Command
{
static Object resolveSymbol(Object command)
{
www.eeworm.com/read/305277/3778081
scala command.scala
/* NSC -- new Scala compiler
* Copyright 2005-2007 LAMP/EPFL
* @author Stephane Micheloud
*/
//$Id: Command.scala 10730 2007-04-18 14:10:07Z michelou $
package scala.man1
trait Command {
import
www.eeworm.com/read/303917/3804437
java command.java
package agenda.command;
/**
* Command interface
* @author wc
*/
public interface Command {
void parse(String[] args) throws Exception;
void execute() throws Exception;
}
www.eeworm.com/read/303808/3805905
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/303326/3813974
java command.java
/*
* 创建日期 2005-8-30
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package com.publish.jxc.charpter9;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht
www.eeworm.com/read/303038/3817881
c command.c
#include
#include
#include
#include
#define PROMPT ">"
void
getline(char *buf,int *num,int max_num)
{
static int line_len = 0;