代码搜索:COMMAND

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

代码结果 10,000
www.eeworm.com/read/379593/9192421

v command.v

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

java command.java

package book.graphic.painter2D; /** * 画板命令。LINE表示画线,CIRCLE表示画圆,RECTANGLE表示画矩形 */ public interface Command { public static final int LINE = 2; public static final int CIRCLE = 4; public s
www.eeworm.com/read/378396/9232444

prg _command.prg

USE f:\开发工具\梅子论坛\示例篇\内容\有源码\c_s程序示例\苏付军\data\vt_fp_temp.dbf EXCLUSIVE IN 0 ALIAS Vt_fp_temp SELECT Vt_fp_temp MODIFY STRUCTURE
www.eeworm.com/read/376577/9313451

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/376577/9313497

mak command.mak

www.eeworm.com/read/180086/9319971

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/180086/9319988

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/180086/9320019

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/180086/9320048

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/179797/9336230

c command.c

/* Dword Pages_Check() // return page_amount { SmartMediaReadID(); switch(SMI_DeviceCode) { case M16MB: return(0x8000); // return(16); case M32MB: return(0x10000); // retu