-
vfuzzforveehe
汽车纵向的模糊控制器,模糊控制制器为通用格式,可根据需要修改。
(Vehicle longitudinal fuzzy controller, fuzzy control system is a common format, and can be modified.)
- 2012-09-30 19:25:47下载
- 积分: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
-
renyiboxingchengcusheji
用C8051F020实现正弦波的程序设计(Program designed to use the C8051F020 achieve sine wave)
- 2012-08-07 18:54:48下载
- 积分:1
-
RS485
这是基于飞思卡尔十六位单片机的RS485通信的例程(freescale RS485 routine)
- 2014-09-16 09:15:43下载
- 积分:1
-
PIC18Fuart
PIC18F通用urat串口的初始化及寄存器的设置(PIC18F serial port initialization and the setting)
- 2011-07-09 15:42:53下载
- 积分:1
-
WE
说明: Arduino单片机开发笔记2-7,希望大家都看看(Arduino microcontroller development notes 2-7, we want everyone to see)
- 2013-07-30 11:15:11下载
- 积分:1
-
wave
单片机c程序集(伟福),环境为LAB6000,包含所有实验的程序,并附有详细的注释,难得的好资料,网上很难找。(Singlechip c assembly (Fu Wei), the environment LAB6000, contains all the experimental procedure, together with detailed notes, rare good information hard to find online.)
- 2008-06-11 23:39:59下载
- 积分:1
-
shangweiji
上位机,与51单片机进行通信,将从单片机发送过来获得的信息显示在显示界面上。(PC, with 51 single-chip communication, sent from the information obtained from the microcontroller is displayed on the display screen.)
- 2014-02-18 15:30:11下载
- 积分:1
-
61IC_S1643
CC2591功放PCB CC2530+PA (CC2591 power amplifier PCB CC2530+ PA)
- 2012-04-10 15:13:53下载
- 积分:1
-
AM2301
温湿度检测 AM32101温湿度传感器 可以检测(Temperature and humidity sensor temperature and humidity testing AM32101)
- 2011-07-10 20:01:46下载
- 积分:1