搜索结果
找到约 203 项符合
event-driven 的查询结果
微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...
Linux/Unix编程 This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such
This GLib version 2.16.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.
其他书籍 很好的VB课件
很好的VB课件,非常详细,包括第1章Visual Basic概述第2章 语言基础 第3章 Visual Basic程序结构 第4章 子过程(Sub、Function、Property和Event)第5章 常用控件与窗体 第6章 使用Windows API 第7章 通用对话框和剪贴板的应用 第8章 菜单的设计和MDI程序设计 第9章 文件操作 第10章 图形基础 第11章 程序调试和出错处理 第12 ...
压缩解压 import flash.display.Sprite import flash.display.Bitmap import flash.display.BitmapData import
import flash.display.Sprite
import flash.display.Bitmap
import flash.display.BitmapData
import flash.filters.BlurFilter
import flash.events.Event
import flash.geom.Point
import flash.events.MouseEvent
import flash.display.SimpleButton
import flash.display.Shape
单片机开发 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2
本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。
把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。
在他们各自的中断中:TIM2每1秒 ...
BREW编程 FreeBREW is a collection of open source software for BREW. BREW Foundation Framework provides a mult
FreeBREW is a collection of open source software for BREW. BREW Foundation Framework provides a multitasking-aware kernel which supports a layered, per-task and per-state event dispatching mechanism to enable robust, state-pattern programming in BREW
VHDL/FPGA/Verilog What is Verilog? ➥ Verilog HDL is a Hardware Description Language (HDL) ➥ Verilog HDL
What is Verilog?
&#10149 Verilog HDL is a Hardware Description Language (HDL)
&#10149 Verilog HDL allows describe designs at a high level of
abstraction as well as the lower implementation levels
&#10149 Primary use of HDLs is the simulation of designs
&#10149 Verilog is a discrete event time simula ...
JavaScript Browser independent JavaScript SDK. ClassLoader to lazy load JavaScript classes, extensions to core
Browser independent JavaScript SDK. ClassLoader to lazy load JavaScript classes, extensions to core JavaScript, Reflection API, Collection API, Unit Testing API, AJAX API, Logging API, and Custom/DOM Event API.
Java编程 非常好的swing的源代码
非常好的swing的源代码,能帮助你加深理解swing里面的event处理,多线程处理等方面的知识