代码搜索:driven

找到约 1,767 项符合「driven」的源代码

代码结果 1,767
www.eeworm.com/read/164908/6310985

asm vectors.asm

*Vectors.asm Vector file for non-interrupt driven program .title "vectors.asm" .ref _c_int00 ;reference entry address .sect "vectors" ;in vector section rst: mvkl .
www.eeworm.com/read/345593/11806624

pas unit1.pas

{: The fire special effect basic sample. If you look at the code you won't see anything fancy. The FireFX is a dynamic special effect (driven by a cadencer). Making use of it means two th
www.eeworm.com/read/345593/11807107

pas unit1.pas

{: Face vs Face collision detection. This sample illustrates: collisions between FreeForm Objects (Triangle-based) collisions between Cubes basic user-driven camer
www.eeworm.com/read/234424/14113287

txt readme.txt

GPIO This example application uses LEDs connected to GPIO pins to create a "roving eye" display. Port B0-B3 are driven in a sequential manner to give the illusion of an eye looking back and fort
www.eeworm.com/read/222772/14674136

lib kernel.lib

;;; An interrupt-driven multi-processing library for the Intel 8052. ;;; This package requires an 80C52-compatible microprocessor with at least ;;; 256k of indirectly addressible RAM. All interrupts
www.eeworm.com/read/121905/14730998

asm casync.asm

title IBM PC Communications I/O Routines -- Curt Klinsing pgroup group prog prog segment byte public 'prog' ; ;A set of Lattice C callable functions to support ;interrupt driven character I/O on
www.eeworm.com/read/116795/14954523

c i2csw.c

/*! \file i2csw.c \brief Software-driven I2C interface using port pins. */ //***************************************************************************** // // File Name : 'i2csw.c' // Title : S
www.eeworm.com/read/115583/15008750

java orderprocessorbean.java

package examples; import javax.ejb.*; import javax.jms.*; import javax.naming.*; import javax.rmi.PortableRemoteObject; /** * This message-driven bean receives JMS messages * to process o
www.eeworm.com/read/7654/126091

asm vectors.asm

*VECTORS.ASM provided by TI to set up interrupt vectors *If ISR is used, put branch to it in appropriate vector location * .ref ISR if interrupt-driven .ref _c_int00 .sect "vect
www.eeworm.com/read/490825/1195945

js core.js

/** * @fileoverview * Provides low-level core functionality. Requires nothing. * * Provides core APIs for creating object-oriented and event-driven JavaScript code. Features include: *