代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/359058/10167568

callback

www.eeworm.com/read/129999/14213130

callback

#!/bin/sh ################################################################### # # Script to dial the remote system, negotiate the connection, and send # it the id. Then wait for the modem to disconnec
www.eeworm.com/read/109695/15552178

callback

#!/bin/sh ################################################################### # # Script to dial the remote system, negotiate the connection, and send # it the id. Then wait for the modem to disconnec
www.eeworm.com/read/100082/15885767

callback

#!/bin/sh # @(#) callback - JPRadley v1.0 920921 - makes and uses an 'xc' script to # @(#) call a remote site, have it ring us back with a login prompt. echo -n "Remote system name? " read SYSTEM
www.eeworm.com/read/188679/8520120

gif callback.gif

www.eeworm.com/read/287580/8680273

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/284556/8919108

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/284422/8932391

c callback.c

/* * My c note sample * * 1. Callback * 2. Recursion * * 2005-12-16 11:54:22 * Li Jay */ #include static int recursion_count = 0; /* * Function pointer & Callback Sample */ st
www.eeworm.com/read/382761/9001866

h callback.h

#ifndef __CALLBACK_H__ #define __CALLBACK_H__ #include #include #include #define CALLBACKLIST_INIT_SIZE 10 #define CALLBACKLIST_INCREMENT 5 class CallBa
www.eeworm.com/read/382761/9001873

cpp callback.cpp

#include "callback.h" //EventRecord类的实现 EventRecord::EventRecord(void) { eventName = NULL; pointerToCBO = NULL; pointerToCBF = NULL; } EventRecord::EventRecord(char *ename, Cal