代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/192897/8267399
java callback.java
/**
* @(#)Callback.java
* @author Qusay H. Mahmoud
*/
public interface Callback {
void tempChanged(String cityName, int temp);
}
www.eeworm.com/read/174150/9606218
xs callback.xs
/*
# Win32::API::Callback - Perl Win32 API Import Facility
#
# Version: 0.40
# Date: 07 Mar 2003
# Author: Aldo Calpini
# $Id: Callback.xs,v 1.0 2002/03/19 10
www.eeworm.com/read/174150/9606287
pm callback.pm
package Win32::API::Callback;
# See the bottom of this file for the POD documentation. Search for the
# string '=head'.
#######################################################################
www.eeworm.com/read/173349/9661162
lo callback.lo
www.eeworm.com/read/173349/9661232
o callback.o
www.eeworm.com/read/173349/9661293
o callback.o
www.eeworm.com/read/173349/9661495
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/148118/12493108
pas callback.pas
unit CallBack;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
EnumWindowsProcedure = function (Hwnd: THandle;Param:
www.eeworm.com/read/148118/12493110
dfm callback.dfm
object Form1: TForm1
Left = 576
Top = 492
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #22238#35843#26426#21046#28436#31034#31243#24207
ClientHeight = 152
ClientW
www.eeworm.com/read/148118/12493113