搜索结果

找到约 203 项符合 event-driven 的查询结果

驱动编程 应用层建立event,传入驱动

应用层建立event,传入驱动,并等待事件,驱动中检测到事件被触发立即通知应用层,应用层收到消息,进行相应处理。ansi c编写,适合驱动新手使用,实现驱动与应用层的通信,
https://www.eeworm.com/dl/618/183537.html
下载: 190
查看: 1032

软件设计/软件工程 本文以此为背景,提出了基于事件驱动的BDI agent实现体系结构,用信念(Belief)、事件(Event)、规划(Plan)等内部特征来描述软件agent,并给出了面向对象层次上的软件agent的

本文以此为背景,提出了基于事件驱动的BDI agent实现体系结构,用信念(Belief)、事件(Event)、规划(Plan)等内部特征来描述软件agent,并给出了面向对象层次上的软件agent的UML模型,该模型定义了构成软件agent的四个对象:Agent、BeliefSet、Event、Plan 为描述这些对象及其交互关系,本文以java语言为基础,扩展出了能描述这四个 ...
https://www.eeworm.com/dl/684/189168.html
下载: 61
查看: 1058

微处理器开发 A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w

A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc
https://www.eeworm.com/dl/655/191409.html
下载: 194
查看: 1083

Java书籍 Test-Driven Development By Example

Test-Driven Development By Example
https://www.eeworm.com/dl/656/191766.html
下载: 170
查看: 1028

驱动编程 Keyboard and remote driven operation fully functional, implements preprogrammed chars in TOUCH PAD

Keyboard and remote driven operation fully functional, implements preprogrammed chars in TOUCH PAD
https://www.eeworm.com/dl/618/192204.html
下载: 90
查看: 1059

单片机开发 ISR-Driven Serial I/O V2

ISR-Driven Serial I/O V2
https://www.eeworm.com/dl/648/202706.html
下载: 193
查看: 1022

编译器/解释器 compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.

compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.
https://www.eeworm.com/dl/628/203953.html
下载: 83
查看: 1040

编译器/解释器 This a state-machine driven rs232 serial port interface to a "Wishbone" // type of bus.

This a state-machine driven rs232 serial port interface to a "Wishbone" // type of bus.
https://www.eeworm.com/dl/628/205568.html
下载: 150
查看: 1062

串口编程 This a state-machine driven rs232 serial port interface to aes_core

This a state-machine driven rs232 serial port interface to aes_core
https://www.eeworm.com/dl/624/205569.html
下载: 79
查看: 1169

J2ME 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventL

手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE) ...
https://www.eeworm.com/dl/660/210526.html
下载: 195
查看: 1377