-
CrcCal
crc校验的一种计算方式,可以用于网络协议或串口、can协议的校验位计算,有封装好的函数(A calculation crc check can be used for network protocols or serial port, can protocol parity bit calculation, there is a good function package)
- 2014-07-31 21:21:09下载
- 积分:1
-
000
51单片机模拟一个USB键盘的代码,c语言编写的(51 USB keyboard microcontroller code that simulates a, c languages)
- 2010-12-14 19:25:58下载
- 积分: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
-
RCC_JJY
日本电波钟解码程序 接受长波信号并进行解码(JJY code)
- 2013-12-07 22:16:19下载
- 积分:1
-
IOaUART
利用单片机IO口模拟UART程序,系统用了一个定时器和一个外部中断,外部中断主要是用来检测串口起始位的到来。(IO mouth simulation UART program, microcontroller system with a timer and an external interrupt, external interrupt is mainly used to detect the arrival of the start bit serial port.)
- 2016-12-30 08:38:34下载
- 积分:1
-
calculator
the function of the code is like a calculator.Basic calculator may be build by the code.
- 2014-10-23 20:47:41下载
- 积分:1
-
shiboqi
模拟了现实中的示波器,可以滚动显示波形,动态显示,属性振幅都可以改变 实用性 比较好 (Simulated reality oscilloscope, you can scroll waveform display, dynamic display, amplitude attribute can be changed relatively good practicality)
- 2009-02-05 10:17:44下载
- 积分:1
-
OK-NRF24L01
24L01无线模块的驱动程序。包含发射与接收的程序。(24L01 wireless driver module. Contains the transmitting and receiving program.)
- 2012-08-23 14:08:22下载
- 积分:1
-
20120227MLS
汽车大灯开关节点C语言编程,基于飞思卡尔芯片程序(Automotive headlight switch node C programming language, based on Freescale chips)
- 2013-03-17 16:49:04下载
- 积分:1
-
13-5-1
电子时钟的小程序,基于89c51单片机,可以实现定时、计时、修改时间等功能。(Electronic clock applet, based on 89c51 microcontroller, can achieve timing, timing, modification time and other functions.)
- 2013-11-17 09:35:47下载
- 积分:1