代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/129726/14231510

c disable.c

#include #include #include #define INTR 0X1C /* The clock tick interrupt */ #ifdef __cplusplus #define __CPPARGS ... #else #d
www.eeworm.com/read/129726/14231517

c raise.c

/* This example installs a signal handler routine for SIGFPE, catches an integer overflow condition, makes an adjustment to AX register, and returns. This example program MAY cause your c
www.eeworm.com/read/231390/14237162

s 44binit.s

;**************************************************************************** ; Name : 44BINIT.S * ; Modified : GongJun 2004-4-26 20:26 * ;
www.eeworm.com/read/129356/14249617

s 44binit.s

;**************************************************************************** ;44binit.s ;Initialization for S3C44B0X ;****************************************************************************
www.eeworm.com/read/230899/14269592

s sccvec.s

; Modified from the PE1CHL version to work with NOS. ; This file cannot be used with the PE1CHL sources. include asmglobal.h extrn Stktop,Spsave,Sssave,doret:proc,scctim:proc,eoi:proc extrn po
www.eeworm.com/read/128628/14286249

c criterr.c

#include #include #include #define IGNORE 0 #define RETRY 1 #define ABORT 2 int buf[500]; /* define the error messages for trapping disk problems */ st
www.eeworm.com/read/230428/14289487

txt readme.txt

SWI Example =========== This directory illustrates an example SWI handler as a standalone project. The files provided are: main.c - contains the main() function, which installs the SWI ve
www.eeworm.com/read/128482/14294010

cpp ttkernel.cpp

#include "ttkernel.h" // ----- Main data structure ------ RTsys *rtsys; // ------- Internal functions used by kernel ------- #include "movetime.cpp" #include "moveready.cpp" #include "gettask.cpp
www.eeworm.com/read/128468/14295680

m pfish2d.m

function [handler]=pfish2d(alphas,handler) % PFISH2D plots boundaries of Fisher's classifier in 2D. % [handler]=pfish2d(alphas,handler) % % PFISH2D plots boundaries of the Fisher's classifier in 2D.
www.eeworm.com/read/128337/14304586

s 44binit.s

;******************************************************** ; Name : 44BINIT.S * ; Modify : hugang, hgx2000@mail.china.com * ; Description: * ; C start up codes * ;