代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/405515/11461068
s stm32f10x.s
;/*****************************************************************************/
;/* STM32F10x.s: Startup file for ST STM32F10x device series */
;/**********************************
www.eeworm.com/read/405320/11466222
js event.js
module("event");
test("bind(), with data", function() {
expect(3);
var handler = function(event) {
ok( event.data, "bind() with data, check passed data exists" );
equals( event.data.foo, "bar",
www.eeworm.com/read/402208/11540611
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/262485/11587674
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/158402/11620857
java timer.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
/**
* A hardware timer generates a CPU timer interrupt approximately every 500
* clock ticks. T
www.eeworm.com/read/158402/11620863
java interrupt.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
import java.util.TreeSet;
import java.util.Iterator;
import java.util.SortedSet;
/**
* The
www.eeworm.com/read/158402/11620871
java elevatorcontrols.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
/**
* A set of controls that can be used by an elevator controller.
*/
public interface ElevatorControls {
/**
*
www.eeworm.com/read/158338/11624592
bak 95.c.bak
/*9-5.c*/
#include
#include
#include
#include
#include
#define N1 64
#define N2 32
#define N4 16
#define N8 8
#define N16 4
#define END 0
void