代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/175114/9560062

cpp aviplayerview.cpp

// AVIPlayerView.cpp : implementation of the CAVIPlayerView class // #include "stdafx.h" #include "AVIPlayer.h" #include "AVIPlayerDoc.h" #include "AVIPlayerView.h" #ifdef _DEBUG #define
www.eeworm.com/read/175072/9561197

java helloservicehandler.java

package reflect.proxy; import java.lang.reflect.*; public class HelloServiceHandler implements InvocationHandler { private HelloService handler; public HelloServiceHandler(HelloS
www.eeworm.com/read/371076/9569175

cpp signal.cpp

/*****************************************************************************/ /*作者:王伟*/ /*班级:自42*/ /*学号:2004011443*/ /*程序功能:软中断信号联系*/ /*日期:2007.6.1*/ /*****************************************
www.eeworm.com/read/174717/9575169

js plugins.js

/////////////////// Plug-in file for CalendarXP 9.0 ///////////////// // This file is totally configurable. You may remove all the comments in this file to minimize the download size. /////////////
www.eeworm.com/read/170484/9803723

c hooks.c

/****************************************************************************** * * Copyright (c) 2003 Gerhard W. Gruber * * PROJECT: pICE * $Source: /cvsroot/pice/pice/module/hooks.c,v $ * $Rev
www.eeworm.com/read/366576/9808610

c mainloop.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/366390/9818087

cpp hanzidlg.cpp

// hanziDlg.cpp : implementation file // #include "stdafx.h" #include "hanzi.h" #include "hanziDlg.h" #include"pinyin.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI
www.eeworm.com/read/366237/9823859

cpp guibuttontimer.cpp

//-----------------------------------------------------------------------// // This is a part of the GuiLib MFC Extention. // // Modified by : Francisco Campos // // (C) 2002 Fr
www.eeworm.com/read/169943/9830481

cpp whildview.cpp

// WhildView.cpp : implementation of the WChildView class // #include "wstdafx.h" #include "WGOS.h" #include "WhildView.h" #include "WBMP.h" #include "GOS_WIN.h" #ifdef _DEBUG #define new
www.eeworm.com/read/366065/9833887

c tclasync.c

/* * tclAsync.c -- * * This file provides low-level support needed to invoke signal * handlers in a safe way. The code here doesn't actually handle * signals, though. This code is based on pro