搜索结果
找到约 203 项符合
event-driven 的查询结果
驱动编程 应用层建立event,传入驱动
应用层建立event,传入驱动,并等待事件,驱动中检测到事件被触发立即通知应用层,应用层收到消息,进行相应处理。ansi c编写,适合驱动新手使用,实现驱动与应用层的通信,
软件设计/软件工程 本文以此为背景,提出了基于事件驱动的BDI agent实现体系结构,用信念(Belief)、事件(Event)、规划(Plan)等内部特征来描述软件agent,并给出了面向对象层次上的软件agent的
本文以此为背景,提出了基于事件驱动的BDI agent实现体系结构,用信念(Belief)、事件(Event)、规划(Plan)等内部特征来描述软件agent,并给出了面向对象层次上的软件agent的UML模型,该模型定义了构成软件agent的四个对象:Agent、BeliefSet、Event、Plan 为描述这些对象及其交互关系,本文以java语言为基础,扩展出了能描述这四个 ...
微处理器开发 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
Java书籍 Test-Driven Development By Example
Test-Driven Development By Example
驱动编程 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
单片机开发 ISR-Driven Serial I/O V2
ISR-Driven Serial I/O V2
编译器/解释器 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.
编译器/解释器 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.
串口编程 This a state-machine driven rs232 serial port interface to aes_core
This a state-machine driven rs232 serial port interface to aes_core
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) ...