代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/432217/8618966

php confirm2.php

www.eeworm.com/read/432214/8619207

php confirm2.php

www.eeworm.com/read/431940/8645853

lst adobefnt.lst

%!Adobe-FontList 1.04 %BeginFont Handler:DirectoryHandler FontType:CMap CMapName:Adobe-CNS1-H-CID Registry:Adobe Ordering:Adobe_CNS1_H_CID OutlineFileName:\Adobe-CNS1-H-CID FileLength:2138 %EndFont
www.eeworm.com/read/431583/8666748

s irq.s

;/****************************************Copyright (c)************************************************** ;** Guangzou ZLG-MCU Development Co.,LTD. ;**
www.eeworm.com/read/287701/8675814

s vector.s

ModeMask EQU 0x1F SVC32Mode EQU 0x13 IRQ32Mode EQU 0x12 FIQ32Mode EQU 0x11 User32Mode EQU 0x10 Abort32Mode EQU 0x17 Undef32Mode EQU 0x1B IRQ_BIT EQU 0x80 FIQ_BIT EQU 0x40 GBLS
www.eeworm.com/read/287415/8687096

c sigactdemo.c

/* sigactdemo.c * purpose: shows use of sigaction() * feature: blocks ^\ while handling ^C * does not reset ^C handler, so two kill */ #include
www.eeworm.com/read/287415/8687117

c sigdemo3.c

/* sigdemo3.c * purpose: show answers to signal questions * question1: does the handler stay in effect after a signal arrives? * question2: what if a signalX arrives while handling signalX? *
www.eeworm.com/read/287320/8694306

txt qt事件机制.txt

QT中的事件机制 原文Another Look at Events 作者: Jasmin Blanchette 译:清源游民 gameogre@gmail.com 什么是自发事件?哪些类型的事件可以被propagated 或compressed? posting and sending 事件之间有何不同?什么时候应该调用 accept() 或是ignore() ? 如果这些问题
www.eeworm.com/read/287068/8727621

cpp event.cpp

#include "Event.h" namespace TrueCrypt { void Event::Connect (const EventConnectorBase &connector) { ScopeLock lock (HandlersMutex); ConnectedHandlers.push_back (shared_ptr
www.eeworm.com/read/386719/8729378

s stm32f10x.s

;/*****************************************************************************/ ;/* STM32F10x.s: Startup file for ST STM32F10x device series */ ;/**********************************