代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/326200/13156039
c command.c
/*****************************************************************************
* command.c: BIOSBOX 命令实现
*
* Copyright(C) 2007, uCdragon
* All rights reserved.
*
* History
* 2
www.eeworm.com/read/240724/13201714
c command.c
/*************************************************************************
command.c
This is the CobraNet Module line command processing module.
Besides parsing the line command, this mod
www.eeworm.com/read/240724/13201729
h command.h
/*************************************************************************
command.h
This file includes defines for support of the line command interface.
Copyright (C) 2001-2004 by Cirrus
www.eeworm.com/read/240526/13215404
lst command.lst
C51 COMPILER V8.02 COMMAND 09/14/2007 22:10:14 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE COMMAND
OBJECT MODULE PLACED IN
www.eeworm.com/read/240526/13215427
obj command.obj
www.eeworm.com/read/240526/13215454
c command.c
#include
#define STATE_WHITESPACE 0
#define STATE_WORD 1
#define MAX_ARGS MAX_CMD_LEN/4
int argc, num_commands;
char *argv[MAX_ARGS];
int Help();
int Dir();
typedef i
www.eeworm.com/read/240526/13215458
h command.h
#include
#include
#include
#include "serial.h"
#define MAX_CMD_LEN 128
#define prompt() PrintStr("\\>")
int ParseCmd(char *cmdline, int cmd_len);
www.eeworm.com/read/240317/13224790
map command.map
LINK : warning L4021: no stack segment
Start Stop Length Name Class
00000H 000EEH 000EFH R_TEXT CDOS_DATA
000EFH 000EFH 00000H NULL BEGDA
www.eeworm.com/read/240317/13224814