代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/297233/8040491
c pexecute.c
/* Utilities to execute a program in a subprocess (possibly linked by pipes
with other subprocesses), and wait for it.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is
www.eeworm.com/read/144598/12782616
java verb.java
public class Verb extends ParseVerb implements Command
{
protected Data data;
protected JawtList ptable;
public Verb(String s)
{
super(s);
}
public void Execute()
www.eeworm.com/read/331935/12796742
pas unit2.pas
unit Unit2;
interface
uses
Classes,winsock,sysutils,windows;
type
convert = class(TThread)
private
{ Private declarations }
protected
procedure Execute; override;
end
www.eeworm.com/read/330149/12912445
java verb.java
public class Verb extends ParseVerb implements Command
{
protected Data data;
protected JawtList ptable;
public Verb(String s)
{
super(s);
}
public void Execute()
www.eeworm.com/read/330149/12912581
java verb.java
public class Verb extends ParseVerb implements Command
{
protected Data data;
protected JawtList ptable;
public Verb(String s)
{
super(s);
}
public void Execute()
www.eeworm.com/read/140161/13101983
c outrdf.c
/* outrdf.c output routines for the Netwide Assembler to produce
* RDOFF format object files (which are intended mainly
* for use in proprietary projects, as the code to load and
* execute th
www.eeworm.com/read/313005/13599514
java macrocommand.java
package com.javapatterns.command.audioplayer2;
public interface MacroCommand extends Command
{
void execute();
void remove(Command toRemove);
void add(Command toAdd);
}
www.eeworm.com/read/313005/13599567
java macrocommand.java
/* Generated by Together */
package com.javapatterns.command.book;
public interface MacroCommand extends Command {
void execute();
void remove(Command toRemove);
void add(Co