代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/136959/13351719

asm cctrap.asm

PAGE ,132 ; Install a custom Interrupt 23 (Ctrl-C exception) handler ; ; Public domain by Bob Stout ; ; Requires MASM 5.1 or later or equivalent ; ; Assemble with: MASM /Mx /z ... ;
www.eeworm.com/read/321667/13401060

c alarm.c

#include #include void handler() { printf("hello\n"); } main() { int i; signal(SIGALRM,handler); alarm(5); for(i=1;i
www.eeworm.com/read/321010/13413743

cs class1.cs

using System; using System.Net; using System.Net.Sockets; using System.Text; public class SynchronousSocketListener { public static string data = null; public static void StartListening()
www.eeworm.com/read/320795/13418281

cpp dlgguanliyuan.cpp

// DlgGuanliyuan.cpp : implementation file // #include "stdafx.h" #include "Train.h" #include "DlgGuanliyuan.h" #include "DlgYonghuguanli.h" #include "DlgAdduser.h" #include "DlgDeluser.h" #
www.eeworm.com/read/319996/13437308

s 44binit.s

GET memcfg.s ;Memory Area ;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff) ;APP RAM=0xc000000~0xc1effff ;44BMON RAM=0xc7f0000-0xc7fffff ;STACK =0xc7ffa00 ;Interrupt Contr
www.eeworm.com/read/319883/13440525

cpp prog17_07.cpp

// Program 17.7 Catching any exception File: prog17_07.cpp #include #include "MyTroubles.h" using std::cout; using std::endl; int main() { Trouble trouble; MoreTrouble moreTro
www.eeworm.com/read/319250/13456623

s 44binit.s

; ******************************************************* ; * NAME : 44BINIT.S * ; * Version : 1.1 24.April.2002 * ; * 描述: ; *
www.eeworm.com/read/319014/13464377

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "dataBase.h" #include "MainFrm.h" #include "User.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THI
www.eeworm.com/read/318179/13483960

shtml processes.shtml

%!: /header.html System processes IDNamePriorityPoll handlerEvent handlerProcstate %! processes %!: /foo
www.eeworm.com/read/318168/13484536

bat pspadshell_unreg.bat

@Echo off Rem This batch file unregisters the PSPad context menu handler %SystemRoot%\System32\RegSvr32 PSPadShell.dll /u