代码搜索:Command

找到约 10,000 项符合「Command」的源代码

代码结果 10,000
www.eeworm.com/read/430448/1930150

c command.c

/************************************************************************/ /* */ /* Access Dallas 1-Wire Device with ATMEL
www.eeworm.com/read/430445/1930439

c command.c

/************************************************************************/ /* */ /* Access Dallas 1-Wire Device with ATMEL
www.eeworm.com/read/430182/1938564

c command.c

/* $Id: command.c,v 1.1.1.1 2004/02/04 12:56:18 laputa Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may be used and distributed according to the terms * of
www.eeworm.com/read/428747/1955792

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/427974/1963789

gram command.gram

grammar jsgf.command; /** * Basic command. * @example please move the window * @example open a file */ public = ; =
www.eeworm.com/read/427635/1968791

v command.v

/****************************************************************************** * * LOGIC CORE: Command module * MODULE NAME: command() * COMPANY: Northwest Logi
www.eeworm.com/read/427635/1968827

v command.v

/****************************************************************************** * * LOGIC CORE: Command module * MODULE NAME: command() * COMPANY: Northwest Logi
www.eeworm.com/read/427330/1972288

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/427330/1972316

c command.c

#include #include #include #include #include #include #include #include #define MAX_ARGS 20 #define report
www.eeworm.com/read/427030/1984716

h command.h

#if !defined(COMMAND_H) #define COMMAND_H #include struct CommandDS { char szElement[81]; }; struct CommandList { struct CommandDS Command; struct CommandList *pNext; }