代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/213492/15133781
m demo_anderson.m
function result = demo_anderson(action,hfigure,varargin)
% DEMO_ANDERSON Demo on Generalized Anderson's task.
%
% Synopsis:
% demo_anderson
%
% Description:
% This demo demonstrates the algorithms w
www.eeworm.com/read/211073/15187667
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;【创建人及创建日期】龚俊//2002年12月19日19:17
;【修改
www.eeworm.com/read/210697/15193299
s vector1.s
;****************************************************************************
; Name : VECTOR.S *
; Modified : CHENZHI 2006-4-9 20:26 *
;
www.eeworm.com/read/210569/15196117
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/209222/15225408
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/208427/15247247
c main.c
/*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for
www.eeworm.com/read/207800/15261705
c msgcom.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207217/15279397
cpp main.cpp
// Exercise 17.3 Implementing a terminate handler
// All we have to do is add the definition for our terminate handler function
// and set our terminate handler in place of the default in main()
//
www.eeworm.com/read/206867/15286866
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