搜索结果
找到约 355 项符合
TIMER 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (76)
- 微处理器开发 (34)
- DSP编程 (28)
- 其他 (19)
- 单片机编程 (18)
- 技术资料 (16)
- 嵌入式/单片机编程 (15)
- Java编程 (14)
- 其他嵌入式/单片机内容 (14)
- 汇编语言 (13)
- Linux/Unix编程 (7)
- VIP专区 (7)
- 游戏 (6)
- Delphi控件源码 (6)
- 嵌入式Linux (6)
- VHDL/FPGA/Verilog (6)
- 软件设计/软件工程 (6)
- 其他书籍 (6)
- uCOS (5)
- 电子书籍 (3)
- 操作系统开发 (3)
- 文章/文档 (3)
- ARM (2)
- 驱动编程 (2)
- 通讯编程文档 (2)
- Symbian (2)
- 书籍源码 (2)
- Internet/网络编程 (2)
- BREW编程 (2)
- 编译器/解释器 (2)
- Windows CE (2)
- 其他行业 (2)
- *行业应用 (2)
- C/C++语言编程 (1)
- 电源技术 (1)
- 无线通信 (1)
- J2ME (1)
- 数据结构 (1)
- 中间件编程 (1)
- FlashMX/Flex源码 (1)
- 数值算法/人工智能 (1)
- matlab例程 (1)
- 压缩解压 (1)
- 并行计算 (1)
- 医药行业 (1)
- 家庭/个人应用 (1)
- 文件格式 (1)
- Modem编程 (1)
- 其他数据库 (1)
- VC书籍 (1)
- 网络 (1)
- 仿真技术 (1)
- 应用设计 (1)
- 源码 (1)
- 书籍 (1)
无线通信 UHF读写器设计中的FM0解码技术
 
 针对UHF读写器设计中,在符合EPC Gen2标准的情况下,对标签返回的高速数据进行正确解码以达到正确读取标签的要求,提出了一种新的在ARM平台下采用边沿捕获统计定时器数判断数据的方法,并对FM0编码进行解码。与传统的使用定时器定时采样高低电平的FM0解码方法相比,该解码方法可以减少定时器定时误差累积的影 ...
ARM LPC1850 Cortex-M3内核微控制器数据手册
The LPC1850/30/20/10 are ARM Cortex-M3 based microcontrollers for embeddedapplications. The ARM Cortex-M3 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC1850/30/20/10 operate at CPU ...
ARM LPC4300系列ARM双核微控制器产品数据手册
The LPC4350/30/20/10 are ARM Cortex-M4 based microcontrollers for embeddedapplications. The ARM Cortex-M4 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC4350/30/20/10 operate at CPU ...
数据结构 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件
有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中, ...
Delphi控件源码 一个交通红绿灯线程
一个交通红绿灯线程,利用组件timer来进行时间分割,出来的效果真的不错~
驱动编程 tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hard
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.
游戏 Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器
Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。
Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple arti ...
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
嵌入式Linux The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic pro
The goal of this lab is
(1) to under the defects of software timers,
(2) to write a periodic program without timers,
(3) to write a periodic program using timer
Hardware:Host computer PC
Software: GNU GCC