代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/475392/6779704
c command.c
/****************************************
* command.c *
* Designe by 刘俐训 *
* check and excute command from host *
* last update: 04-07-2007
www.eeworm.com/read/474658/6804617
cpp command.cpp
/* 命令模式
*/
#include
#include
#include
using namespace std;
//各类电器 //已提供各命令接口
class Light
{
private:
string name;
bool isOn;
Light(){};
public:
L
www.eeworm.com/read/473721/6833897
cpp command.cpp
#include "command.h"
#include
#include "global.h"
#include "dir.h"
#include
#include
#include
namespace gilyou
{
void do_cd(char args[])//ok
{
www.eeworm.com/read/473721/6839031
h command.h
#ifndef COMMAND_H_INCLUDED
#define COMMAND_H_INCLUDED
#include "define.h"
namespace gilyou
{
void do_cd(char args[]);
void cd(char path[]);
void do_ln(char args[]);
void link(char
www.eeworm.com/read/472878/6859103
cpp command.cpp
//
// command line help & get arguments
//
#include "glob.h"
#include "gen.h"
#define VERSION "Version dated July 22, 1997"
extern char data_file[];
extern char pat_file[];
extern char tax_file[];
www.eeworm.com/read/472930/6859868
cpp command.cpp
#include
#include "command.h"
#include "client.h"
#include "stopwatch.h"
#include "utils.h"
#include "worldmodel.h"
#include "perceptron.h"
#include "log.h"
#include "netif.h"
/*
www.eeworm.com/read/472930/6859926
h command.h
#ifndef _command
#define _command
#include "types.h"
#include "smp_datastruct.h"
#include "clientparam.h"
const int CP_num_stored_CMDs = 50;
const int CP_num_commands_at_one_cycle = 5;
www.eeworm.com/read/471459/6893985
ocx command.ocx
www.eeworm.com/read/471459/6893987
oca command.oca
www.eeworm.com/read/395762/8153461
c command.c
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */