搜索结果
找到约 203 项符合
event-driven 的查询结果
其他 // algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值
// algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序
#define Qu 4 // 客户队列数
#define Khjg 5 // 两相邻到达的客户的时间间隔最大值
#define Blsj 30 // 每个客户办理业务的时间最大值
#include"c1.h"
typedef struct // 定义ElemType为结构体类型
{
int OccurTime // 事件发生时刻
int NType // 事件类型 ...
单片机开发 This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C
This example demonstrates how the C8051F06x SMBus interface can communicate
// with a 256 byte I2C Serial EEPROM (Microchip 24LC02B).
// - Interrupt-driven SMBus implementation
// - Only master states defined (no slave or arbitration)
// - Timer4 used by SMBus for SCL low timeout detection
// - SCL ...
软件设计/软件工程 Abstract Based on the demand analysis of the RFID middleware
Abstract Based on the demand analysis of the RFID
middleware,it suggests how to develop the RFID middle—
ware,including the functionality and the mechanism of the
event handle,and prospects the future of the RFID mid—
dleware.
串口编程 Title: DK3200_RS232_IAP(upsd32XX) Project Name: DK3200_RS232_IAP Description: In-Application-Prog
Title: DK3200_RS232_IAP(upsd32XX)
Project Name: DK3200_RS232_IAP
Description: In-Application-Programming Driven by RS232 demonstration program
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...
Linux/Unix编程 GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with a
GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
Java编程 MediaPlayer代码
MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements ActionListener,Runnable
...
Linux/Unix编程 sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据
sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测 ...
Linux/Unix编程 The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a
The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the first 3D agents in the league were balls and from ...
Java编程 用java实现一款推箱子游戏
用java实现一款推箱子游戏,主要用java.awt java.awt.event javax.swing 等包