代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/452883/7431444
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/449996/7491892
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/449755/7497020
txt h.txt
返回>>C语言函数大全
函数名: 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
www.eeworm.com/read/449755/7497031
txt k.txt
返回>>C语言函数大全
函数名: kbhit
功 能: 检查当前按下的键
用 法: int kbhit(void);
程序例:
#include
int main(void)
{
cprintf("Press any key to continue:");
while (!kbhit()) /* do nothing */ ;
www.eeworm.com/read/449392/7506080
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;************************************
www.eeworm.com/read/448234/7536118
cs dataobject.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Smark.Data.Mappings
{
[Serializable]
public class DataObject:EntityBase
{
protected override
www.eeworm.com/read/448234/7536124
cs objectmapper.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
namespace Smark.Data.Mappings
{
class ObjectMapper
{
public ObjectMapper(Type objty
www.eeworm.com/read/447205/7556510
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;【创建人及创建日期】龚俊//2002年12月19日19:17
;【修改
www.eeworm.com/read/447044/7559860