搜索资源列表
AppleMove
- BREW手机平台下的实例,实现苹果的移动。 通过按键盘的 “UP”、“Down”、“Left”、“Right”使整个苹果可以在屏幕上自由移动(Step=1),通过按“*”使苹果回到初始位置(屏幕的中间) 1,苹果是由4个对象组合而成,移动的时候如何成为一个整体 2、作为key事件驱动区分各个按键动作 3、苹果的每一次移动都是以上一次苹果的位置为参考 -BREW mobile platform example, the realization of Apple mobile.
CommSvcFw-version0.7.5
- A C++ framework for creating Linux and Windows communications applications that contain Dialogic/Intel NetStructure products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
GPS ToolKit Pro
- Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scr ipting project that supports ActiveX controls. GPS data (including lat/lon, speed,
WinSock.pbl
- 说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。-note, a server, SocketServer. a uo_Socket_Serv
SerialComOCX
- 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知对方放弃传输 00通知文件传输完毕 01请求对方
Web162_200691612146992
- 手机游戏坦克大战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.setLocati
tserial1
- 非事件驱动的串口通讯例程-non-event-driven serial communications routines
tserial_event
- 串口通讯例程,事件驱动。-serial communications routines, event-driven.
spcomm
- // 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
MSComm控件实现中文Win 9x下的通信
- VB 5.0/6.0的MSComm通信控件提供了一系列标准通信命令的接 口,它允许建立串口连接,可以连接到其他通信设备(如Modem)、 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能 发生的各种错误和事件,从而可以用它创建全双工的、事件驱动 的、高效实用的通信程序。-VB 5.0/6.0 the MSComm control communications for a series of standard communication interface orders, which a
simulation
- run these simulations of wireless sensor networks written in matab.event model,event simulations.
RFID-real-time-event-handling-
- RFID中间件实时事件处理机制的设计与实现-RFID middleware, real-time event handling mechanism design and implementation
RFID-Complex-Event-Processing
- 复杂事件处理技术在RFID中间件中的研究-嵌入式公社-Complex Event Processing in RFID middleware technology research- Embedded Corporation
event-edu
- QT编程事件机制学习历程,初学者必看~-The QT programming event Mechanism learning course, beginners Watchable
Android-Event-driver
- Android 事件捕捉和处理流程分析 ,在Android系统中,键盘按键事件是由WindowManagerService服务来管理的,然后再以消息的形式来分发给应用程序处理,不过和普通消息不一样,它是由硬件中断触发的;在上一篇文章《Android应用程序消息处理机制(Looper、Handler)分析》中,我们分析了Android应用程序的消息处理机制,本文将结合这种消息处理机制来详细分析Android应用程序是如何获得键盘按键消息的。-Android event capture and pr
Calendar-event-reminder
- 万年历事件提醒,可以对生日,会议,约会等进行提醒-Calendar event reminders can be reminded of birthdays, meetings, appointments, etc.
Event
- VB6.0下CAN总线EVENT程序源码-The VB6.0 CAN bus EVENT program source code
MTK_event__-event-mechanism-summary
- 在MTK MMI 里面有各种event,最常见的有跟交互相关的 按键event,触摸屏event。跟各种具体事件比如电话event,短信event,电量event,信号量event,timer event等等,MTK 都有相应的处理方式,跟交互相关的 按键(KeyBrd.c)和触摸屏(TouchScreen.c) 各有一套自己的机制-In MTK MMI there are a variety of event, the most common are the keys associated w
event-reminder-master
- event reminder for remindering event at specific date
Android-event-model-relation
- Android事件模型之间的关系进行了详细讲解。-Positive solution of Android event model relation