-
ds18b20
使用89S52单片机对DS18B20进行驱动,在数码管上显示当前温度。(DS18B20 using 89S52 microcontroller to drive on, in the digital pipe display the current temperature.)
- 2010-08-03 15:22:19下载
- 积分:1
-
caozuoxit
设计进程控制块PCB的结构,建立进程就绪队列,编制最低松弛度优先调度算法(windows operate systerm)
- 2014-12-29 13:03:45下载
- 积分:1
-
ADC
c8051F060中adc部分程序,是对adc部分的使用说明以及参考(Part of the ADC program in c8051F060)
- 2015-03-06 18:36:47下载
- 积分:1
-
calculator
这是基于单片机的计算器程序,可以实现加减乘除的功能(This is based on single-chip calculator program, Math functions can be achieved)
- 2011-11-11 13:32:40下载
- 积分:1
-
modbus_x
modbus规约通讯测试小工具-工作空间。利用mfc实现modbus串行通信(Modbus protocol communications test tool- work space. Using MFC to achieve MODBUS serial communication
)
- 2016-01-27 10:18:08下载
- 积分:1
-
SD卡2.0协议
SD卡2.0协议的详细资料,可用与SPI使用(The details of the SD card 2.0 protocol can be used with SPI)
- 2017-07-31 17:13:52下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
QZoneTest
一款webQQ登陆的小程序,可以登陆并发表文字说说,图文混合说说,设置说说可见权限。涉及WinHttp知识,spidermonkey脚本引擎知识(WebQQ landed a small program, you can log in and post text talk, text and graphics to talk about, talk about the visible set permissions. Involving WinHttp knowledge, spidermonkey scripting engine knowledge.)
- 2016-08-07 05:43:37下载
- 积分:1
-
SCM-papers-report
单片机论文报告 我的课程设计报告 供大家参考(SCM papers report my curriculum design report for your reference)
- 2013-09-10 19:33:25下载
- 积分:1
-
sun
基于ARM的俄罗斯方块设计,本次将设计实现一个用C语言编写的、在基于ARM核心的ADuC7020 ARM开发板上实现的单机版的俄罗斯方块小游戏。使用Keil3编程软件对C语言代码进行编写,支持按键操作,在实现过程中涉及了LCD液晶屏的图形显示、按键控制、LED控制、中断、蜂鸣器等嵌入式的编程技术。(Tetris ARM-based design, this will be designed to achieve a C language, the ADuC7020 ARM development board ARM core-based implementations of stand-alone version of the Tetris game. Use Keil3 programming software code written in the C language, support for key operations involved in the implementation process of the LCD screen graphical display, control buttons, LED control, interrupt, buzzer embedded programming techniques.)
- 2014-01-10 11:19:18下载
- 积分:1