代码搜索:Invoke
找到约 4,823 项符合「Invoke」的源代码
代码结果 4,823
www.eeworm.com/read/310702/3692998
asm invoke.asm
; #########################################################################
; Build this DLL from the batch file called BldDLL.bat
; ########################################################
www.eeworm.com/read/305303/3774485
java invoke.java
package gnu.kawa.reflect;
import gnu.mapping.*;
import gnu.expr.*;
import gnu.bytecode.*;
import gnu.lists.FString;
import java.lang.reflect.Array;
import gnu.kawa.lispexpr.ClassNamespace; // FIXME
p
www.eeworm.com/read/297137/3890316
cxx invoke.cxx
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/or
* modify it under the te
www.eeworm.com/read/297137/3890559
h invoke.h
#ifndef __INVOKE_H__
#define __INVOKE_H__
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System runtime library.
*
* This library is free softwar
www.eeworm.com/read/293763/3928186
java invoke.java
/**
*
*/
package flow.graph.gui.graph.cell.bpel;
import java.io.Serializable;
/**
* @author Administrator
*
*/
public class Invoke implements Serializable{
//private String name =
www.eeworm.com/read/287209/4025447
c invoke.c
#include
#ifdef _WIN32
#define PATH_SEPARATOR ';'
#else /* UNIX */
#define PATH_SEPARATOR ':'
#endif
#define USER_CLASSPATH "." /* where Prog.class is */
main() {
JNIEnv *env;
JavaV