代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/329977/3429111
java command.java
package com.jacob.samples.ado;
import com.jacob.com.Dispatch;
import com.jacob.com.Variant;
/**
* Custom dispatch object to make it easy for us to provide application specific
* API.
*
www.eeworm.com/read/329482/3431545
java command.java
package jns.command;
/**
Command is a very important class in JNS because it represents the commands
that the simulator is supposed to execute at a specific time.
You have to subclass c
www.eeworm.com/read/327360/3460765
h command.h
//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Gro
www.eeworm.com/read/327360/3460768
cpp command.cpp
//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Gro
www.eeworm.com/read/326884/3466738
h command.h
#if !defined(COMMAND_H)
#define COMMAND_H
#include
// 命令栈数据结构
struct CommandDS
{
char szElement[81];
};
// 命令栈链表
struct CommandList
{
struct CommandDS Command;
struct
www.eeworm.com/read/326884/3466748
c command.c
#include "Command.h"
#include "Server.h"
#include
// 添加一个元素到命令栈中
struct CommandList *Add_Command(struct CommandList *pNode,struct CommandDS Command)
{
if (pNode->pNext = (struct C
www.eeworm.com/read/326884/3466765
h command.h
#if !defined(COMMAND_H)
#define COMMAND_H
#include
struct CommandDS
{
char szElement[81];
};
struct CommandList
{
struct CommandDS Command;
struct CommandList *pNext;
}
www.eeworm.com/read/326884/3466777
c command.c
#include "Command.h"
#include "client.h"
#include
struct CommandList *Add_Command(struct CommandList *pNode,struct CommandDS Command)
{
if (pNode->pNext = (struct CommandList *)mal
www.eeworm.com/read/326822/3467107
h command.h
/*-------------------------------------------------------------------------
* Filename: command.h
* Version: $Id: command.h,v 1.2 2001/10/07 15:27:35 erikm Exp $
* Copyright: Copyrig
www.eeworm.com/read/326822/3467137
c command.c
/*-------------------------------------------------------------------------
* Filename: command.c
* Version: $Id: command.c,v 1.9 2002/01/03 16:07:18 erikm Exp $
* Copyright: Copyrig