代码搜索:Events
找到约 10,000 项符合「Events」的源代码
代码结果 10,000
www.eeworm.com/read/144397/12797777
res pgsql_events.res
www.eeworm.com/read/144397/12797781
dsk pgsql_events.dsk
[Closed Files]
File_0=SourceModule,'V:\Delphi\Components\ZeosDBO\dbase\ZConnect.pas',0,1,439,1,473,0,0
File_1=SourceModule,'V:\Delphi\Components\ZeosDBO\dbase\ZSqlParser.pas',0,1,1,36,1,0,0
File_2=
www.eeworm.com/read/144397/12797784
cfg pgsql_events.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O-
-$P+
-$Q+
-$R+
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/144397/12797789
ini pgsql_events.ini
[Main]
Host=lilica.fea.usp.br
Database=howe
Login=howe
Password=syiyk9!
www.eeworm.com/read/144397/12797792
dpr pgsql_events.dpr
program PgSql_Events;
uses
Forms,
Main in 'Main.pas' {frmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
www.eeworm.com/read/243950/12905168
c clonesprite-events.c
/* gcc `pkg-config --libs --cflags libming` clonesprite-events.c -o clonesprite-events && ./clonesprite-events
*/
#include
static void
do_movie (int version)
{
SWFMovie movie;
SWFMovie
www.eeworm.com/read/329507/12950912
c ndis_events.c
/*
* ndis_events - Receive NdisMIndicateStatus() events using WMI
* Copyright (c) 2004-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/242771/12986423
h headset_events.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2007
Part of Stereo-Headset-SDK Q1-2007.Release
FILE NAME
headse
www.eeworm.com/read/141545/13003684
cpp wait_events.cpp
#include
// Child thread procedure. The child waits to get event. It then sits idle
// for five seconds and sets the event again so another thread can use it.
DWORD WINAPI ChildThre