代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/410291/2214322
java command.java
/* Command.java
{{IS_NOTE
Purpose:
Description:
History:
Fri Aug 18 00:07:15 2006, Created by tomyeh
}}IS_NOTE
Copyright (C) 2006 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
www.eeworm.com/read/409921/2223277
c command.c
/* Command line widget.
Copyright (C) 1995 Miguel de Icaza
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pu
www.eeworm.com/read/409921/2223282
h command.h
#ifndef __COMMAND_H
#define __COMMAND_H
typedef struct {
WInput input;
callback_fn old_callback;
} WCommand;
WCommand *command_new (int y, int x, int len);
/* Return the Input * f
www.eeworm.com/read/409124/2239549
java command.java
package org.hyq.<mark>command</mark>;
/**
* 使用<mark>Command</mark>模式的一个好理由还因为它能实现Undo功能.每个具体命令都可以记住它刚刚执行的动作,并且在需要时恢复.
* <mark>Command</mark>模式在界面设计中应用广泛.Java的Swing中菜单命令都是使用<mark>Command</mark>模式
* 显然这样做的好处是符合封装的特性,降低耦合度,<mark>Command</mark>是将对行为进行封装的典型模式,F ...
www.eeworm.com/read/408818/2243302
h command.h
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/408818/2244026
c command.c
/*
* (C) Copyright 2000-2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software
www.eeworm.com/read/408818/2245124
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/407656/2260577
h command.h
/////////////////////////////////////////////////////////////////////////////////
// Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved.
//
// Module name:
// main.c
//
// Description:
www.eeworm.com/read/405423/2292151
java command.java
/*
* Copyright (C) 2007 ETH Zurich
*
* This file is part of Fosstrak (www.fosstrak.org).
*
* Fosstrak is free software; you can redistribute it and/or
* modify it under the terms of the GN