代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/225418/14541335
cpp cwdlg.cpp
// CommWizardDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CW.h"
#include "CWDlg.h"
#include "SSDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/225369/14543817
s 44binit.s
INCLUDE ..\inc\option.inc
INCLUDE ..\inc\memcfg.inc
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;
www.eeworm.com/read/225366/14543909
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/224278/14598456
cpp connect.cpp
// Connect.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "Connect.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/224222/14601094
h m8240epic.h
/* m8240Epic.h - Motorola MPC8240 EPIC definitions */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,10jun99,wfg created
*/
/*
Description:
C
www.eeworm.com/read/223278/14648391
c target.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/221977/14712852
s vector.s
ModeMask EQU 0x1F
SVC32Mode EQU 0x13
IRQ32Mode EQU 0x12
FIQ32Mode EQU 0x11
User32Mode EQU 0x10
Abort32Mode EQU 0x17
Undef32Mode EQU 0x1B
IRQ_BIT EQU 0x80
FIQ_BIT EQU 0x40
GBLS
www.eeworm.com/read/120641/14794362
cs account.cs
using System;
namespace MSPress.CSharpCoreRef.Bank
{
///
/// Summary description for account.
///
public class Account
{
public delegate void Overdraf
www.eeworm.com/read/120207/14809972
c usrcatch.c
/*--------------------------------------------------------------------*/
/* u s r c a t c h e r . c */
/*
www.eeworm.com/read/120203/14811074
pas int10.pas
{$M 1024,0,0}
{$S-,R-}
program Int10;
{-Simple program to illustrate ISRs using BASM}
uses Dos;
const
VesaCallMade : Boolean = False;
var
OldInt10Ptr : ^Pointer;
procedure Int10Ha