代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/372052/2776427
java command.java
/********************************************************************
* 项目名称 :j2me学习 J2me Wap Explorer
*
* Copyright 2005-2006 Wuhua. All rights reserved
*
* 本程序只用于学
www.eeworm.com/read/372047/2776530
java command.java
/********************************************************************
* 项目名称 :j2me学习 J2me Wap Explorer
*
* Copyright 2005-2006 Wuhua. All rights reserved
*
* 本程序只用于学
www.eeworm.com/read/369883/2795054
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/368890/2803573
java command.java
/********************************************************************
*
* 版权说明,此程序仅供学习参考。不能用于商业
*
********************************************************************/
package org.pook.ui;
www.eeworm.com/read/368386/2817029
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/368383/2821425
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/367678/2832551
java command.java
/* =============================================================
* SmallSQL : a free Java DBMS library for the Java(tm) platform
* =============================================================
*
www.eeworm.com/read/367224/2848447
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/367199/2849906
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/367199/2849916
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