代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/216864/14990593
c pmsmx.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ======================================================================
www.eeworm.com/read/216864/14990605
asm _vflat.asm
;****************************************************************************
;*
;* SciTech OS Portability Manager Library
;*
;* ==================================================================
www.eeworm.com/read/216864/14990704
asm _vflat.asm
;****************************************************************************
;*
;* SciTech OS Portability Manager Library
;*
;* ==================================================================
www.eeworm.com/read/115931/14996068
asm entry.asm
;
; File:
; entry.asm
; Description:
; System call entry code
;
; Copyright (c) 1998
; Pasquale J. Villani
; All Rights Reserved
;
; This file is part of DOS-C.
;
; DOS-
www.eeworm.com/read/115332/15017527
cpp mywnd.cpp
// MyWnd.cpp : implementation file
//
#include "stdafx.h"
#include "红黑树.h"
#include "MyWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#end
www.eeworm.com/read/214916/15083810
h dabort.h
/*********************************************************************
*
* Data abort veneer: C header file
* Copyright 1997 Advanced RISC Machines Limited. All rights reserved.
*
*/
/***
www.eeworm.com/read/214915/15083816
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/214672/15092233
cc alarm.cc
// alarm.cc
// Routines to use a hardware timer device to provide a
// software alarm clock. For now, we just provide time-slicing.
//
// Not completely implemented.
//
// Copyright (c) 1992-1996 The
www.eeworm.com/read/214672/15092280
cc timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing