代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/375211/9369387
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/179138/9369767
h cmsvhandler.h
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __CMSVHANDLER_H__
#define __CMSVHANDLER_H__
// INCLUDES
#include
// FORWARD DECLARATIONS
class CClientMtmRegis
www.eeworm.com/read/374677/9389438
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/177731/9434236
cpp mydlg.cpp
// MyDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MousePoint.h"
#include "MyDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/177629/9443543
java transformtest.java
/**
@version 1.00 2001-09-29
@author Cay Horstmann
*/
import java.io.*;
import java.util.*;
import javax.xml.parsers.*;
import javax.xml.transform.*;
import javax.xml.transform.dom.*;
import ja
www.eeworm.com/read/373386/9457907
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/373365/9461479
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**