代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/357505/3015180
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/357505/3015192
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/356565/3040326
java command.java
import com.jacob.com.*;
public class Command extends Dispatch
{
public Command()
{
super("ADODB.Command");
}
/**
* This constructor is used instead of a case operation to
*
www.eeworm.com/read/355590/3053073
xfm command.xfm
inherited CommandFrame: TCommandFrame
Width = 451
Height = 304
HorzScrollBar.Range = 486
VertScrollBar.Range = 191
Align = alClient
object Splitter1: TSplitter
Left = 0
Top = 188
www.eeworm.com/read/355590/3053074
pas command.pas
unit Command;
interface
uses
{$IFNDEF LINUX}
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, ToolWin, ComCtrls, MyDa
www.eeworm.com/read/355590/3053075
dfm command.dfm
inherited CommandFrame: TCommandFrame
Width = 575
Height = 374
Align = alClient
object Label1: TLabel
Left = 456
Top = 48
Width = 32
Height = 13
Caption = 'Label1'
www.eeworm.com/read/355590/3053183
nfm command.nfm
inherited CommandFrame: TCommandFrame
Width = 575
Height = 374
Align = alClient
object Label1: TLabel
Left = 456
Top = 48
Width = 32
Height = 13
Caption = 'Label1'
www.eeworm.com/read/355590/3053184
pas command.pas
unit Command;
interface
uses
{$IFNDEF LINUX}
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, ExtCtrls, Grids, DBGrids, StdCtrls, ToolWin, ComCtrls, MyDa
www.eeworm.com/read/355133/3063213
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/353219/3088653
java command.java
/*
* *****************************************************
* Copyright (c) 2005 IIM Lab. All Rights Reserved.
* Created by xuehao at 2005-10-12
* Contact: zxuehao@mail.ustc.edu.cn
* *******