搜索结果
找到约 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)
Java编程 Hello User This is nothing, but a simple program which if kept in start of windows will shut down
Hello User
This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting.
It takes the time from the system & starts its timer to shut down after 5 minutes (not considering seconds).
U can use shutdown.exe,once started ...
游戏 Hello User This is nothing, but a simple program which if kept in start of windows will shut down
Hello User
This is nothing, but a simple program which if kept in start of windows will shut down the system by itself within five minutes of starting.
It takes the time from the system & starts its timer to shut down after 5 minutes (not considering seconds).
U can use shutdown.exe,once started ...
单片机开发 本示例程序是STM32的一个综合测试程序
本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TIMER、NVIC、UART等功能
单片机开发 PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def
PC与单片机双向通讯智能温控程序
#include <AT89X51.H>
#include <intrins.h>
#define Key_UP P1_0
#define Key_DOWN P1_1
#define Key_SET P1_2
#define RelayOutPort P2_0
#define LEDPort P0
#define DELPort P2_1
#define LEDTwoC P3_6
#define LEDThreeC P3_7
#define TMPort P2_7
#define INBUF_LEN 5 // ...
其他嵌入式/单片机内容 本人用AVR mega32写的一个关于输出32路PWM的程序
本人用AVR mega32写的一个关于输出32路PWM的程序,其中有UART,PWM,TIMER,spi,Flash读写,等等模块可供参考。程序用Studio4 + GCC编写
其他 自己用VC编写的一个关于滚动条的实验
自己用VC编写的一个关于滚动条的实验,其中涉及wnd和timer知识,希望对大家有用
单片机开发 C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive us
C51源程序集锦 This a demo program showing a way to perform simultaneous RS-232
transmit and receive using only one hardware timer.
The transmit and receive routines divide each bit time into 4 slices to
allow synchronizing to incoming data that may be out of synch with outgoing
data. ...
微处理器开发 aduc7026裸机程序
aduc7026裸机程序,实现子功能包括:ADC,timer中断,Flash读写,Uart与PC通讯。
单片机开发 温控仪表的初始化程序
温控仪表的初始化程序,CPU为C8051F020内含有定时器ADC,SPI,UART,TIMER使能以及SYSCLK、端口配置的初始化程序