代码搜索:driven

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

代码结果 1,767
www.eeworm.com/read/354900/10316629

pl cb_generator.pl

# | file: cb_generator.pl # | # | This SOPC Builder Generator program is provided by # | the Component Builder application. It is copied # | straight across and is data-driven from its command #
www.eeworm.com/read/274450/10871345

txt readme.txt

ledflash ======== This is a simple interrupt-driven LED flasher, which runs on an ARM Integrator Board. It reads the switches on the board to determine the LED flash speed and pattern. The r
www.eeworm.com/read/274450/10871377

txt readme.txt

rps_irq ======= This example illustrates an RPS-based interrupt-driven timer, suitable for embedded applications. This may be executed on an ARM Integrator board or (with some modification)
www.eeworm.com/read/437096/7755393

c msp430x261x_vlo_capture.c

//****************************************************************************** // MSP430x26x Demo - Basic Clock, VLO-Driven Timer with VLO Compensation // // This example toggles P1.0 approx. e
www.eeworm.com/read/433289/7944786

m eventmodel.m

%%%%% Modeling of a 2-D event driven network%%%%% clear all; close all; R = 250; %side of the square region. N = 1000; %number of sensors deployed in the reg
www.eeworm.com/read/397146/8064792

pl cb_generator.pl

# | file: cb_generator.pl # | # | This SOPC Builder Generator program is provided by # | the Component Builder application. It is copied # | straight across and is data-driven from its command #
www.eeworm.com/read/145469/12722135

java logbean.java

package examples; import javax.ejb.*; import javax.jms.*; /** * Sample Message-Driven Bean */ public class LogBean implements MessageDrivenBean, MessageListener { protected MessageDriv
www.eeworm.com/read/324219/13278818

pl cb_generator.pl

# | file: cb_generator.pl # | # | This SOPC Builder Generator program is provided by # | the Component Builder application. It is copied # | straight across and is data-driven from its command #
www.eeworm.com/read/150874/5688922

java logbean.java

package examples; import javax.ejb.*; import javax.jms.*; /** * Sample Message-Driven Bean */ public class LogBean implements MessageDrivenBean, MessageListener { protected MessageDriv
www.eeworm.com/read/133772/5902918

c s3c4510_serial.c

//========================================================================== // // io/serial/arm/s3c4510_serial.c // // ARM S3C4510 Serial I/O Interface Module (interrupt driven) // //