代码搜索:Command

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

代码结果 10,000
www.eeworm.com/read/481053/1300038

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/480013/1324128

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/480013/1324138

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/480013/1324156

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/480013/1324168

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/479151/1337701

c command.c

/* $Id: command.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may be used and distributed according to the terms * of the
www.eeworm.com/read/479132/1344426

java command.java

/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding c
www.eeworm.com/read/478825/1348649

java command.java

/* * Copyright (c) 2001 Sun Microsystems, Inc. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow
www.eeworm.com/read/477613/1359851

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/475953/1374491

h command.h

// $Id: Command.h,v 1.12 2004/03/09 18:30:09 idgay Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to use,