登录
首页 » WORD » Electronic-locks

Electronic-locks

于 2013-11-11 发布 文件大小:1349KB
0 58
下载积分: 1 下载次数: 6

代码说明:

  基于51单片机的电子密码锁设计,完整的文档。(Based on 51 single-chip electronic code lock design, complete documentation.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SPI-1.8-TFT
    这是一个SPI 接口的1.8寸TFT操作的源代码,液晶屏控制器为ST7735,里面附带ST7735资料(This is an SPI interface 1.8-inch TFT operation of the source code, the LCD screen controller ST7735, ST7735 with inside information)
    2014-01-15 21:57:25下载
    积分:1
  • LCD1602
    1602LCD工作于四位模式实时显示当前时间,本程序液晶数据端口仅使用了四只引脚,实现日期时间的实时显示.(1602LCD works in four modes display the current time, the program uses only the LCD data port four pins, date and time of the real-time display.)
    2013-09-08 20:28:00下载
    积分:1
  • TCRT5000
    这本书是关于红外光电传感器TRCT5000的详细说明! 希望对大家有所帮助!(This book is about the infrared photoelectric sensor TRCT5000 detailed description! We want to help!)
    2011-08-18 13:32:59下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • err-006
    关于桌球、蝴蝶的动态效果,还有canvas的简单实现花的效果( the dynamic effect of butterfly and table tennis)
    2016-12-28 17:50:11下载
    积分:1
  • SXDG
    数据采集器录入,采集,安装调试。下载同步功能,是初学者的好例子(dada collection)
    2014-04-18 13:00:31下载
    积分:1
  • route
    无线传感器网络分簇路由算法相关的MATLAB代码,比较齐全。(Clustering routing algorithm for wireless sensor networks MATLAB related code, more complete.)
    2014-10-24 17:37:59下载
    积分:1
  • 8255input-outputexpeimental-
    8255输入输出实验程序代码,适用于LAB8000通用微控制器实验系统(8255 input-output experimental procedure code applies LAB8000 general-purpose microcontroller experimental system)
    2012-06-23 11:48:21下载
    积分:1
  • LCD1602-Timer-switch-system
    基于单片机的定时器开关,mcu+LCD1602+继电器+按键,有源码,原理图,PCB设计文件,毕业论文,仿真文件(Based on single-chip timer switch, mcu+ LCD1602+ relay+ button, there is source code, schematics, PCB design documents)
    2015-01-11 13:03:41下载
    积分:1
  • 温控热水资料
    说明:  基于51单片机对水温进行PID控制,维持水温,水温可设定。内附Verilog代码PCB和仿真程序。(Based on 51 single-chip computer, the water temperature is controlled by PID to maintain the water temperature, and the water temperature can be set.)
    2019-01-23 11:22:53下载
    积分:1
  • 696522资源总数
  • 104045会员总数
  • 50今日下载