代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/148118/12493116

dcu callback.dcu

www.eeworm.com/read/147336/12563628

c callback.c

/* callback.c -- functions to use readline as an X `callback' mechanism. */ /* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a libra
www.eeworm.com/read/135496/13926368

java callback.java

package simon.tools.callback; public class CallBack { public boolean conn = false; /** * 定义一个回调接口 * Title: * Description: * Copyright: Copyright (c) 2004
www.eeworm.com/read/135350/13938287

java callback.java

class Callback { private native void nativeMethod(); private void callback(String s) { System.out.println("In Java:" + s); } public static void main(String args[]) { Callback c = new
www.eeworm.com/read/135350/13938290

c callback.c

#include #include JNIEXPORT void JNICALL Java_Callback_nativeMethod(JNIEnv *env, jobject obj) { jstring str = (*env)->NewStringUTF(env, "zongrui"); jclass cls = (*env)->GetObje
www.eeworm.com/read/134443/13990552

c callback.c

/* ** 2005 May 23 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness f
www.eeworm.com/read/235304/14075252

c callback.c

/* callback.c -- functions to use readline as an X `callback' mechanism. */ /* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc. This file is part of the GNU Readline Library, a libra
www.eeworm.com/read/234923/14092597

cls callback.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "CallBack" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attribut
www.eeworm.com/read/205013/15329882

c callback.c

/* ** 2005 May 23 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness f
www.eeworm.com/read/201189/15414163

dpr callback.dpr

program CallBack; uses Forms, CBackF in 'CBackF.pas' {Form1}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.