代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/174150/9606217
t 02_callback.t
##!perl -w
# $Id: test.t,v 1.0 2001/10/30 13:57:31 dada Exp $
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `per
www.eeworm.com/read/174150/9606220
pl callback1.pl
$| = 1;
use blib;
use Win32::API;
use Win32::API::Callback;
my $Callback = Win32::API::Callback->new(
sub {
my($hwnd, $lparam) = @_;
printf "EnumWindows callback got: HWND=0x%08x LPAR
www.eeworm.com/read/174150/9606239
pl callback2.pl
$| = 1;
use blib;
use Win32::API;
use Win32::API::Callback;
my $sub = sub {
my($locale) = @_;
printf "EnumSystemLocales callback got: '%s'\n", $locale;
return 1;
};
my $Callback =
www.eeworm.com/read/174150/9606245
pl callback3.pl
$| = 1;
use blib;
use Win32::API;
use Win32::API::Callback;
Win32::API::Struct->typedef( 'LOGFONT', qw(
LONG lfHeight;
LONG lfWidth;
LONG lfEscapement;
LONG lfOrientation;
L
www.eeworm.com/read/370129/9616762
m callback_interface.m
%************************************
%* callback_interface.m *
%************************************
% Auteur : Sylvain Lecler (th鑣e 2003-2005)
% Directeur administratif : Patric
www.eeworm.com/read/368533/9690329
obj mn_callback.obj
www.eeworm.com/read/368533/9690365
lst mn_callback.lst
C51 COMPILER V8.02 MN_CALLBACK 01/16/2008 21:37:44 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MN_CALLBACK
OBJECT MODULE PLACE
www.eeworm.com/read/368533/9690409
c mn_callback.c
//-----------------------------------------------------------------------------
// mn_callback.c
//-----------------------------------------------------------------------------
// Copyright 2006 Si
www.eeworm.com/read/368395/9697293
h callback_functions.h
/********************************************************************
created: 2004/05/25
created: 25:5:2004 14:51
filename: d:\Works\Gamelib\callback_functions.h
file path: d:\Works\Gameli
www.eeworm.com/read/413009/11170216
c mn_callback.c
//-----------------------------------------------------------------------------
// mn_callback.c
//-----------------------------------------------------------------------------
// Copyright 2006 Si