代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/325145/13224267

cpp callback.cpp

//--------------------------------------------------------- // OPC Custom 2.0 Sample // Asynchronous IO with MFC and ATL // (c) Siemens AG 2000 //--------------------------------------------------
www.eeworm.com/read/325145/13224271

h callback.h

//--------------------------------------------------------- // OPC Custom 2.0 Sample // Asynchronous IO with MFC and ATL // (c) Siemens AG 2000 //--------------------------------------------------
www.eeworm.com/read/240028/13239859

cpp callback.cpp

#include #include #include #include using std::vector; using std::string; using std::runtime_error; namespace tut { /** * Tests order and validity of c
www.eeworm.com/read/322848/13363969

java callback.java

package sjg.scripting; /** * Callback for communication between scripting engine and main game code. * * @author Christian Hvid */ public class Callback { public void jumpto(String script) {
www.eeworm.com/read/320163/13431846

h callback.h

#ifndef __CALLBACK_H__ #define __CALLBACK_H__ /* This is a workaround for a bug in the current version of gcc: gcc assumes that no one will touch %a4 after it is set up in crt0.o. This isn't t
www.eeworm.com/read/305812/13760430

class callback.class

www.eeworm.com/read/305812/13760495

java callback.java

import java.rmi.*; public interface CallBack extends Remote { /** The server notifies the client for taking a turn */ public void takeTurn(boolean turn) throws RemoteException; /** The server
www.eeworm.com/read/152185/5675507

cpp callback.cpp

// Module Name: callback.cpp // // Description: // // This sample illustrates how to develop a simple echo server Winsock // application using the Overlapped I/O model with callback routine
www.eeworm.com/read/144212/5752824

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/140180/5793938

c callback.c

/***************************************************************************** * callback.c : Callbacks for CD digital audio input module ************************************************************