代码搜索:Command

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

代码结果 10,000
www.eeworm.com/read/288845/4003873

dsk command.dsk

[Closed Files] File_0=SourceModule,'D:\Asp\convert\CConvert.pas',0,1,1,23,291,1,0 File_1=SourceModule,'D:\Asp\convert\CDBSelect.pas',0,1,30,60,41,1,0 File_2=SourceModule,'D:\Asp\convert\CXWebUtil.p
www.eeworm.com/read/288845/4003874

cfg command.cfg

-$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J- -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/288310/4008263

h command.h

#if !defined(COMMAND_H) #define COMMAND_H #include // 命令栈数据结构 struct CommandDS { char szElement[81]; }; // 命令栈链表 struct CommandList { struct CommandDS Command; struct
www.eeworm.com/read/288310/4008273

c command.c

#include "Command.h" #include "Server.h" #include // 添加一个元素到命令栈中 struct CommandList *Add_Command(struct CommandList *pNode,struct CommandDS Command) { if (pNode->pNext = (struct C
www.eeworm.com/read/288310/4008290

h command.h

#if !defined(COMMAND_H) #define COMMAND_H #include struct CommandDS { char szElement[81]; }; struct CommandList { struct CommandDS Command; struct CommandList *pNext; }
www.eeworm.com/read/288310/4008302

c command.c

#include "Command.h" #include "client.h" #include struct CommandList *Add_Command(struct CommandList *pNode,struct CommandDS Command) { if (pNode->pNext = (struct CommandList *)mal
www.eeworm.com/read/287980/4013737

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/287636/4019515

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/286817/4032232

java command.java

/* * JRemCntl - Copyright (C) 2007 Filippo Di Vattimo * See COPYING */ package fildiv.jremcntl.common.core; public interface Command extends SupportExtension { public Context
www.eeworm.com/read/285738/4047158

exp command.exp

load_lib "lrzsz.exp" if $tracelevel then { strace $tracelevel } # i would really like to throw that code out of zmodem ... # but then again: somebody might need it, and it's disabled by default.