代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834869
3 crtchnlhdlr.3
'\"
'\" Copyright (c) 1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\" RCS
www.eeworm.com/read/365759/9849535
cpp textview.cpp
// TextView.cpp : implementation of the CTextView class
//
#include "stdafx.h"
#include "Text.h"
#include "TextDoc.h"
#include "TextView.h"
#include "Dialog1.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/169574/9850978
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/169574/9851008
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/169056/9884215
java validation.java
import java.text.*; // need this for formatting
import javax.swing.*;
import java.awt.event.*;
import java.awt.Container; // need this to add controls
import java.awt.*; // need this for layout
www.eeworm.com/read/169056/9884243
java thirdwindow.java
import javax.swing.*;
import java.awt.event.*; // this is needed for the event handlers
public class ThirdWindow extends JFrame
{
private JFrame mainFrame;
public ThirdWindow() // a constr
www.eeworm.com/read/169056/9884339
java textguitwo.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.Container; // need this to add controls
import java.awt.*; // need this for layout manager
public class TextGuiTwo extends JFrame
www.eeworm.com/read/364439/9906455
s stm32f10x.s
;/*****************************************************************************/
;/* STM32F10x.s: Startup file for ST STM32F10x device series */
;/**********************************
www.eeworm.com/read/168467/9912020
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/168447/9913226
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**