代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/256000/12037978
cpp mylistbox1.cpp
// MyListBox1.cpp : implementation file
//
#include "stdafx.h"
//#include "mylistbox.h"
#include "MyListBox1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/153294/12043535
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/153223/12051539
cpp cnfmuserdlg.cpp
// CnfmUserDlg.cpp : implementation file
//
#include "stdafx.h"
#include "NetQQ.h"
#include "CnfmUserDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/341877/12056922
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/341877/12057220
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/341877/12057343
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