-
signal-intersection
智能交通单路口C++仿真程序,其中设置了随机车辆产生,以及信号配时功能,程序编译已验证(Intelligent Transportation single intersection C++ simulation program, which is set to generate random vehicles, as well as signal timing functions, the program compiled Verified)
- 2014-03-01 09:39:29下载
- 积分:1
-
mcu-one-line-communate
单片机一线通讯,控制4个数码管显示.里面有汇编和C语言源码(Single-chip front-line communications, control 4 digital display. There are assembly and C language source code)
- 2011-08-31 08:43:18下载
- 积分:1
-
Modbus
标准Modus通讯协议和接口定义,公司项目使用中,非常稳定,实用,请有需要朋友下载。(The standard Modus communication protocol and interface definition, project use, very stable, practical, need friends to download.)
- 2014-07-07 09:12:10下载
- 积分: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
-
iic135
MSP430f135的I2c源代码,一个华为牛人写的,编程风格非常好,值得学习(I2c the MSP430f135 source code, a Huawei cattle were written a very good programming style, it is worth learning)
- 2009-07-21 08:17:10下载
- 积分:1
-
11
说明: 两脉冲频率平均值计算 两脉冲频率平均值计算 两脉冲频率平均值计算(Two pulse frequency average of the two pulse frequency average of two average pulse frequency)
- 2013-04-24 20:02:03下载
- 积分:1
-
SIM300CZ
主要用于测试SIM300CZ拨打电话和MT8870程序,已测(Mainly used for testing SIM300CZ call and MT8870 procedures have been measured)
- 2014-04-09 20:28:51下载
- 积分:1
-
AD_lcd
基于TI公司的msp430g2553单片机的lcd显示程序,好用(Based on TI company s msp430g2553 MCU LCD display program, absolutely easy to use)
- 2013-09-12 12:23:53下载
- 积分:1
-
CClockSTProject
一个模拟电子表的程序,有兴趣的可以研究研究(a simulated electronic watches the proceedings, interested can studies)
- 2007-03-29 11:26:03下载
- 积分:1
-
test
用stm32单片机进行pwm输出和ADC设置(USE STM32 MCU OUT PUT PWM WAVE AND ADC)
- 2014-07-14 22:00:54下载
- 积分:1