代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/335958/3355450
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/335724/3356603
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/335672/3356765
h command.h
#ifndef COMMAND_H
#define COMMAND_H
class CRemoteAdminDoc;
class CRemoteAdminView;
class CMachineView;
class CMainFrame;
struct SCommand // Server machine uses this for ending threads
{
www.eeworm.com/read/333859/3380577
java command.java
/*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications
www.eeworm.com/read/332904/3391743
java command.java
package org.hibernate.auction.command;
import java.io.Serializable;
/**
* The interface for generic commands between presentation and business tier.
*
* @author Christian Bauer
www.eeworm.com/read/332370/3399510
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/330522/3422305
java command.java
package org.apache.ddlutils.task;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work f
www.eeworm.com/read/330313/3425578
h command.h
/***************************************************************************************
Copyright 2000-2001 ATMEL Corporation.
This file is part of atmel wireless lan drivers.
Atmel wireless
www.eeworm.com/read/330313/3425599
h command.h
/***************************************************************************************
Copyright 2000-2001 ATMEL Corporation.
This file is part of atmel wireless lan drivers.
Atmel wireless
www.eeworm.com/read/330052/3428172
java command.java
/***************************************************************************
* *
* Command.jav