代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/142042/5766186
java command.java
package trader.nw;
import trader.*;
import java.io.*;
public abstract class Command implements Serializable {
protected Object result = null;
protected Exception excep = null;
prote
www.eeworm.com/read/141176/5775398
h command.h
/*
* $Id: command.h,v 1.3 2002/02/07 10:25:41 linfusheng Exp $
*/
#define PATHLEN 1024
#define CMDLEN 10240
#define MAXARGS 1000
#define ALIASALLOC 20
#define STDIN 0
#define STDOUT 1
www.eeworm.com/read/141176/5775424
c command.c
/*
* $Id: command.c,v 1.7 2002/02/07 01:08:53 linfusheng Exp $
*/
#include "includes.h"
#include "command.h"
#include "sjy22.h"
#include "InetAddr.h"
#include "ether.h"
#include "nic.h"
www.eeworm.com/read/140467/5791090
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/139870/5796727
java command.java
/*
* Copyright 1996 Jan Newmarch, University of Canberra.
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby grante
www.eeworm.com/read/137691/5819932
java command.java
package net.tinyos.task.awtfield;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import net.tinyos.message.*;
class Command extends Thread implements MessageListener {
Tool pare
www.eeworm.com/read/137691/5821322
nc command.nc
// $Id: Command.nc,v 1.3 2004/03/09 18:30:08 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use,
www.eeworm.com/read/136989/5826904
h command.h
/* -*- C++ -*- */
// Command.h,v 1.2 2004/01/08 20:20:43 shuston Exp
#ifndef COMMAND_H
#define COMMAND_H
#include "ace/SString.h"
#include "ace/Message_Block.h"
// Listing 01 code/ch18
cl
www.eeworm.com/read/136989/5834981
h command.h
/* -*- C++ -*- */
/**
* @file Command.h
*
* Command.h,v 1.7 2003/10/30 20:59:10 bala Exp
*
* @author Pradeep Gore
*
*
*/
#ifndef TAO_Notify_Tests_COMMAND_
www.eeworm.com/read/136989/5835043
cpp command.cpp
// Command.cpp,v 1.7 2003/10/30 20:59:10 bala Exp
#include "Command.h"
#include "tao/Exception.h"
#include "tao/Environment.h"
#include "ace/Log_Msg.h"
ACE_RCSID(lib, TAO_Command, "Comman