代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/401589/11555916
c command.c
/*-------------------------------------------------------------------------
* Filename: command.c
* Version: $Id: command.c,v 1.4 1999/10/03 22:03:52 erikm Exp $
* Copyright: Copyrig
www.eeworm.com/read/401271/11560042
com command.com
www.eeworm.com/read/401271/11560145
cfg command.cfg
-mt
-v
-vi-
-weas
-wpre
-IC:\BORLANDC\INCLUDE
-LC:\BORLANDC\LIB
-DI86=1;PROTO=1;DEBUG=1
-P-.C
www.eeworm.com/read/401271/11560174
mak command.mak
www.eeworm.com/read/262246/11596958
h command.h
//#define Debug_RealChip 0
// define USB command for S9KD ICE
#define ERASE_BLOCK 0x01
#define SET_ADDRESS 0x02
#define WRITE_FILE 0x03
#define READ_FILE 0x04
#define Init_Flash 0x0
www.eeworm.com/read/158628/11597051
java command.java
package ch10.section04;
public interface Command {
public abstract void execute();
}
www.eeworm.com/read/158516/11604061
jpg command.jpg
www.eeworm.com/read/261904/11615650
c command.c
/*
* vivi/lib/command.c:
* - to support user commands on the boot loader
*
* Copyright (C) 2001 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/261904/11616141
h command.h
/*
* vivi/include/command.h
*
*/
#ifndef _VIVI_COMMAND_H_
#define _VIVI_COMMAND_H_
long paramoldvalue;
int argc;
enum ParseState {
PS_WHITESPACE,
PS_TOKEN,
PS_STRING,
PS_ESCAPE
};
enum Parse