代码搜索:COMMAND

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

代码结果 10,000
www.eeworm.com/read/178591/9390971

ocx command.ocx

www.eeworm.com/read/178591/9390974

oca command.oca

www.eeworm.com/read/374116/9420772

c~ command.c~

/* command.c */ #include "command.h" struct sh_command entry[] = { { "exit", 1, "", "exit this program"}, { "echo", 2, "word", "echo words"}, { "help",
www.eeworm.com/read/374116/9420786

c command.c

/* command.c */ #include "command.h" struct sh_command entry[] = { { "exit", 1, "", "exit this program"}, { "echo", 2, "word", "echo words"}, { "help",
www.eeworm.com/read/374116/9420789

h command.h

/* command.h */ #ifndef _COMMAND_H #define _COMMAND_H 0 #include "fd.h" #define MAX_COMMAND_LEN 20//一个命令的最大长度 struct sh_command{ char com[MAX_COMMAND_LEN];//命令 int no;//命令对应的选
www.eeworm.com/read/374116/9420791

h~ command.h~

/* command.h */ #ifndef _COMMAND_H #define _COMMAND_H 0 #include "fd.h" #define MAX_COMMAND_LEN 20//一个命令的最大长度 struct sh_command{ char com[MAX_COMMAND_LEN];//命令 int no;//命令对应的选
www.eeworm.com/read/177292/9460356

cpp command.cpp

//-------------------------------------------------------------------- // command.cpp // ----------- // Functions for processing of user commands // // TPR-tree - Index for continu
www.eeworm.com/read/177292/9460377

h command.h

// -*- Mode: C++ -*- //-------------------------------------------------------------------- // command.h // --------- // // Functions for processing of user commands // Their imple
www.eeworm.com/read/177292/9460439

help command.help

List of testbed commands (short variants in parenthesis): create (c) - Creates an empty index Syntax: create index_name tprtree|rtree|opttree drop (r) - Drops an open inde