代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/119162/14838020
java callback.java
package whiteboard;
import java.rmi.*;
public interface CallBack extends Remote
{
void callback(boolean udate) throws RemoteException;
}
www.eeworm.com/read/220105/14852743
h callback.h
#ifndef _CALLBACK_H_
#define _CALLBACK_H_
#include "Reference.h"
VOID Connection_CallBack(WORD wServiceClass, BYTE* lpBdAddr, UCHAR ucStatus, DWORD dwConnetionHandle);
VOID Error_CallBack(DWOR
www.eeworm.com/read/220105/14852785
cpp callback.cpp
#include "CallBack.h"
#include "Config.h"
#include "Comport.h"
VOID Connection_CallBack(WORD wServiceClass, BYTE* lpBdAddr, UCHAR ucStatus, DWORD dwConnetionHandle)
{
switch(ucStatus)
www.eeworm.com/read/216531/15004668
il callback.il
// Necessary preliminaries
.assembly extern mscorlib {}
.assembly callback { }
.module callback.exe
// Here is the unsorted data we want to sort. With minor improvements,
// I could make the da
www.eeworm.com/read/214672/15092273
h callback.h
// callback.h
// Data structure to allow an object to register a "callback".
// On an asynchronous operation, the call to start the operation
// returns immediately. When the operation completes, th
www.eeworm.com/read/213813/15124490
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/209137/15227117
java callback.java
import java.rmi.*;
public interface CallBack extends Remote
{
public void addMessage(String from, String message) throws RemoteException;
public void quitMessage(String from) throws Remote
www.eeworm.com/read/207880/15259799
cpp callback.cpp
#include "callback.h"
BEGIN_DTL_NAMESPACE
#if 0
//putting this here actually prevented some optimizations, so still inline
CBFunctorBase::CBFunctorBase(const void *c,_Func f, const void *mf,si
www.eeworm.com/read/207880/15259816
h callback.h
//**************** callback.hpp **********************
// Copyright 1994 Rich Hickey
/* Permission to use, copy, modify, distribute and sell this software
* for any purpose is hereby granted witho