代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/185562/9031714

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/282675/9075108

py rawserver.py

# The contents of this file are subject to the BitTorrent Open Source License # Version 1.0 (the License). You may not copy or use this file, in either # source code or executable form, except in com
www.eeworm.com/read/184031/9125509

s init.s

;file name ml64000init.s ;data: 19/07/2005 ;function:init system ,init stack and falsh sram AREA boot, CODE, READONLY INCLUDE define.s USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMOD
www.eeworm.com/read/281719/9137868

s 44binit.s

;**************************************************************************** ;【文 件 名 称】44binit.s ;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等 ;【程 序 版 本】2.0 ;【创建人及创建日期】龚俊//2002年12月19日19:17 ;【修改
www.eeworm.com/read/281568/9149798

s 44binit.s

;**************************************************************************** ;【文 件 名 称】44binit.s ;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等 ;【程 序 版 本】2.0 ;【创建人及创建日期】龚俊//2002年12月19日19:17 ;【修改
www.eeworm.com/read/281566/9149963

s 44binit.s

;******************************************************** ; Name : 44BINIT.S * ; Modify : hugang, hgx2000@mail.china.com * ; Description: * ; C start up codes * ;
www.eeworm.com/read/379436/9197444

s 44binit.s

;**************************************************************************** ;【文 件 名 称】44binit.s ;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等 ;【程 序 版 本】2.0 ;【修改人及修改日期】李希岗//2003年1月20日20:43 ;***
www.eeworm.com/read/182306/9207843

s 44binit.s

;**************************************************************************** ;【文 件 名 称】44binit.s ;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等 ;【程 序 版 本】2.0 ;************************************
www.eeworm.com/read/378764/9216733

txt k.txt

K类 函数名: kbhit 功 能: 检查当前按下的键 用 法: int kbhit(void); 程序例: #include int main(void) { cprintf("Press any key to continue:"); while (!kbhit()) /* do nothing */ ; cpr
www.eeworm.com/read/378764/9216740

txt h.txt

函数名: harderr 功 能: 建立一个硬件错误处理程序 用 法: void harderr(int (*fptr)()); 程序例: /*This program will trap disk errors and prompt the user for action. Try running it with no disk in drive A