代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/193937/5140937
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/191923/5161234
h command.h
/*!
\file Command.h
\brief one line shell command
Copyright (c) 2002-2004 shadow
All rights reserved.
\b License NYSL
\b Create 2004/03/27
\author shadow
$Revis
www.eeworm.com/read/191923/5161241
cpp command.cpp
/*!
\file Command.cpp
\brief one line shell command
Copyright (c) 2002-2004 shadow
All rights reserved.
\b License NYSL
\b Create 2004/03/27
\author shadow
$Rev
www.eeworm.com/read/191754/5162849
java command.java
/*
* Command.java
*
* Created on 7 czerwiec 2005, 19:04
*/
package net.sf.jawp.gf.persistence;
import java.io.Serializable;
import java.util.Date;
/**
* generic version of prevayle
www.eeworm.com/read/190056/5189572
tex command.tex
\section{\class{wxCommand}}\label{wxcommand}
wxCommand is a base class for modelling an application command,
which is an action usually performed by selecting a menu item, pressing
a toolbar button o
www.eeworm.com/read/189320/5197064
h command.h
/* -*- C++ -*- */
// Command.h,v 1.3 2004/07/13 02:52:19 ossama Exp
#ifndef COMMAND_H
#define COMMAND_H
#include "ace/SString.h"
#include "ace/Message_Block.h"
// Listing 01 code/ch18
class Command
www.eeworm.com/read/189320/5199704
cpp command.cpp
#include
#include
using std::cerr;
using std::endl;
class Command
{
public:
enum Value
{
HELP = 0,
VERSION,
DEFAULT
};
Command (Value v = Command::DEFAULT)
www.eeworm.com/read/188982/5203693
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/188900/5205935
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/188591/5207316
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