代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/396970/8081435
cpp command.cpp
/********************************************************************
created: 2006/08/04
filename: Command.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Comman
www.eeworm.com/read/396494/8102981
h command.h
//**** ATMEL AVR - A P P L I C A T I O N N O T E ************************
//*
//* Title: AVR068 - STK500 Communication Protocol
//* Filename: command.h
//* Version: 1.0
//* Last updated: 31
www.eeworm.com/read/196151/8112672
ocx command.ocx
www.eeworm.com/read/196151/8112697
oca command.oca
www.eeworm.com/read/396258/8117920
h command.h
#ifndef _COMMAND_H
#define _COMMAND_H
struct command_t {
const char *name;
bool (*run)(int argc, char **argv);
void (*usage)(void);
};
extern void command_mode(void);
extern bool autoboot_mode(
www.eeworm.com/read/396258/8118024
o command.o
www.eeworm.com/read/396258/8118037
c command.c
#include
#include
#include
#include
#include
#include
#include
#include
#define MAX_ARGS 20
#define report
www.eeworm.com/read/296092/8123219
ocx command.ocx
www.eeworm.com/read/247346/12664088
o command.o
www.eeworm.com/read/247346/12664094
c command.c
/*
* command.c - shell command implementation
*
* Author: yu feng
* Date: 2007-5-27
*/
#include "my_string.h"
#include "my_printf.h"
#include "shell.h"
#include "comm