代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/475888/1377412
java command.java
/*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribu
www.eeworm.com/read/475719/1382850
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/475719/1382860
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/475719/1382878
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/475719/1382890
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/474056/1396101
js command.js
Abstract.Command = function(){}
Abstract.Command.prototype = {
initialize: function(id,img1,img2,img3,pos,left,top,width,height){
this.toolType = "Command";
this.id =
www.eeworm.com/read/470023/1478014
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/467515/1500861
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/467464/1501639
v command.v
module command(
CLK,
RESET_N,
SADDR,
NOP,
READA,
WRITEA,
REFRESH,
PRECHARGE,
LOAD_MODE,
REF_REQ,
INIT_REQ,
www.eeworm.com/read/464712/1525183
command gateway.command
# R1 - generate a complete PV report to log file
# R2 - generate a PV summary report to log file
# R3 - generate an access security report to log file
# AS - reread the access security file
#R1
AS