代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/345404/3199356
java command.java
package hong.javanet.frame;
import java.io.Serializable;
import java.sql.SQLException;
/**
*
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
www.eeworm.com/read/345154/3201920
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/342142/3239458
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/341356/3253728
java command.java
//
// This file is part of the OpenNMS(R) Application.
//
// OpenNMS(R) is Copyright (C) 2002-2003 The OpenNMS Group, Inc. All rights reserved.
// OpenNMS(R) is a derivative work, containing both ori
www.eeworm.com/read/340973/3263068
java command.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/339873/3293519
java command.java
/*
* Copyright 1997-2003 BBNT Solutions, LLC under
* sponsorship of the Defense Advanced Research Projects Agency
* (DARPA).
*
* This program is free software; you can redistribute i
www.eeworm.com/read/338479/3317112
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/337546/3333833
c command.c
/* $Id: command.c,v 1.4.10.1 2001/09/23 22:24:59 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of th
www.eeworm.com/read/337546/3335701
c command.c
/*
* IBM ASM Service Processor Device Driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the
www.eeworm.com/read/337546/3338108
h command.h
/* SCTP kernel reference Implementation
* (C) Copyright IBM Corp. 2001, 2004
* Copyright (C) 1999-2001 Cisco, Motorola
*
* This file is part of the SCTP kernel reference Implementation
*
* These