-
Intelligent-human-sensing-door
智能人体感应自动门程序,基于51单片机,主要应用于人员流动频繁的场所。(Intelligent human sensing automatic door program, based on 51 single, frequent staff turnover is mainly used in places.)
- 2020-12-01 15:19:27下载
- 积分:1
-
TELEPHONO-C51-PROGRAM
电话的C15程序,可用于单片机的电话程序开发(Phone C15 program can be used for single-chip phone application development)
- 2013-04-23 13:01:14下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
SONET
说明: Polar codes are a class of error-correcting codes
which can provably achieve the capacity of a binary memoryless
symmetric channel with low-complexity encoding and decoding
algorithms. They have been selected for use in the next generation
of wireless communications, as a coding scheme for the enhanced
mobile broadband (eMBB) control channel, which requires codes
with short lengths and low rates. Successive-cancellation (SC), SC
list (SCL), and their modifications, are some of the most studied
polar code decoding algorithms. In this paper, we study polar
codes of short lengths and different code rates.
- 2020-11-20 21:36:38下载
- 积分:1
-
distance
超声波测量距离,显示在液晶1602上,经测试,测量距离为3cm到6m,反应很灵敏。(Ultrasonic distance measurement displayed on the LCD 1602, and tested to measure the distance of 3cm to 6m, reaction is very sensitive.)
- 2011-08-28 14:08:15下载
- 积分:1
-
I2C_rw_eeprom
读写24lc128/256等EEPROM(Read and write 24lc128/256 EEPROM etc.)
- 2018-11-14 16:45:50下载
- 积分:1
-
MSP430
说明: MSP430步进电机模块,可以调节方向以及转速
包括串口控制以及键盘控制两种模式(纯原创)(MSP430 stepper motor module, you can adjust the direction and speed of the serial port control and keyboard control, including two modes (pure original))
- 2020-08-23 14:38:17下载
- 积分:1
-
ESP8266中文版SDK 编程手册
说明: ESP8266的编程手册,中文版,本?主要介绍基于ESP8266物联?模块的SDK相关使??法,包括开发?具使?以及SDK软件包架构等。(Esp8266 programming manual, Chinese version esp8266 programming manual, Chinese version, this mainly introduces SDK related methods based on esp8266 IOT module, including the development of tools and SDK software package architecture.)
- 2019-11-16 16:56:19下载
- 积分:1
-
LCD1602
使用led和1602显示时间日期和当前环境温度。温度采集使用开发板载传感器。(Led and display time using the 1602 date and the current ambient temperature. Temperature Acquisition using the development of on-board sensors.)
- 2010-09-01 17:12:04下载
- 积分:1
-
ad7792_rx62n
ad7792-ad7793驱动程序,包括:
AD7792.c,AD7792.h,Communication.c,
Communication.h等等,有应用和参考价值.
ADI官网下载。
(ad7792-ad7793 driver, including: AD7792.c, AD7792.h, Communication.c, Communication.h, etc., there are applications and reference value)
- 2013-09-14 22:28:11下载
- 积分:1