代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/338869/12275513
h command.h
#ifndef __COMMANDS_H__
#define __COMMANDS_H__
#include "enums.h"
/*open and establish control connetcion,then login ftp server*/
void DoOpen(char *,char*,char *);
/*cd ftp server director
www.eeworm.com/read/338599/12292630
vhd command.vhd
--#############################################################################
--
-- LOGIC CORE: Command module
-- MODULE NAME: command()
-- COMPANY: Altera
www.eeworm.com/read/252157/12296984
h command.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/252157/12297276
c command.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/337955/12332495
java command.java
import java.io.*;
import java.util.Date;
public class Command
{
int di_addr[]=new int[20];
//int index;
//int toti_num=10;
public Command()
{
di_addr[0]=0;
}
www.eeworm.com/read/149830/12345235
h command.h
/////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// main.c
//
// Description:
www.eeworm.com/read/149830/12345253
o command.o
www.eeworm.com/read/149830/12345264
c command.c
/////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// command.c
//
// Description:
www.eeworm.com/read/149423/12379641
cs command.cs
using System;
namespace State
{
///
/// Summary description for Command.
///
public interface Command {
void Execute();
}
}
www.eeworm.com/read/149423/12379698
cs command.cs
using System;
using CsharpPats;
namespace Memento
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}