代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/131772/14130106
lis rx_232int.lis
0000 ;------------------------------------------------------------------------------
0000 ; FILENAME: Rx_232int.asm
0000 ; VERSION: Rev B, 2002 Mar 30
0000
www.eeworm.com/read/233498/14148773
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/233118/14168738
c target.c
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
www.eeworm.com/read/233116/14168823
c target.c
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
www.eeworm.com/read/130781/14174397
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/130781/14174412
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/130553/14186519
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
www.eeworm.com/read/130553/14186832
doc except.doc
USER-GENERATED EXCEPTIONS IN GENERAL
------------------------------------
MS-DOS users can generate exceptions by means of two separate
mechanisms, Ctrl-C and Ctrl-Break. Although these are often
www.eeworm.com/read/130553/14186933
asm cerrinst.asm
PAGE ,132
; Install an Interrupt 24 (DOS critical error exception) handler
;
; Public domain by Bob Stout
;
; Requires MASM 5.1 or later or equivalent
;
; Assemble with: MAS
www.eeworm.com/read/130490/14190235
c languages.c
/* Copyright (C) 2002 Mikael Ylikoski
* See the accompanying file "README" for the full copyright notice */
/**
* @file
* Handle multiple languages.
*
* @author Mikael Ylikoski
* @date 2002