-
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
-
DataPro
软件是一款基于Microsoft Visual Basic 软件开发的物理化学实验数据处理软件,共分为八个实验,分别是”恒温槽的装配与性能测试”,“液体的饱和蒸汽压测定”,“双液系气液相平衡图的绘制”,“蔗糖转化反应速率常数的测定”,“电动势测定及应用”,“乙酸乙酯皂化反应动力学”,“最大气泡法测定液体表面张力”,“吊环法测定液体表面张力”。(Software is a Microsoft Visual Basic software development based on the physical and chemical experimental data processing software, is divided into eight experiments are " bath assembly and performance testing" , " liquid saturated vapor pressure measurement" , " two-fluid system phase equilibrium diagram drawing " ," invertase reaction rate constants measured, " " Determination and application of force " ," ethyl acetate saponification reaction kinetics " ," Determination of the maximum bubble liquid surface tension, " " Determination of the rings liquid surface tension. " )
- 2013-10-05 20:04:46下载
- 积分:1
-
Exam1
icarnegie系列教程SSD4的Exam1 标准满分答案,希望对大家会有所帮助(icarnegie standard series of tutorials SSD4 the Exam1 out the answer, we want to be helpful)
- 2010-12-06 17:44:44下载
- 积分:1
-
liuyanban(9-27OK)
实现留言板,可以提供新用户的使用,主要体现的是文件的使用性(Achieving message boards can provide new users use, mainly is the file used)
- 2013-09-29 11:05:02下载
- 积分:1
-
DIANLIxitong3
详细介绍了电动机如何拖动负载运行以及电动机的工作原理(Described in detail how to drag the load motor operation and motor works)
- 2010-12-18 14:24:52下载
- 积分:1
-
ex_playservice
android 音乐播放器 具有基本的播放功能(android music player)
- 2010-07-17 08:38:54下载
- 积分:1
-
SQLDatabaseImage
ASP+vb读取数据库图像并处理,下载做为参考。(ASP+vb read the database and image processing, downloaded as a reference.)
- 2013-07-11 07:57:37下载
- 积分:1
-
C51-VBddl
VB 开发C51的动态链接库,可以拿来直接用的,(VB-C51 dynamic link library that can be used directly, and)
- 2013-11-17 22:19:39下载
- 积分:1
-
PCAS
采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
- 2020-12-07 20:09:22下载
- 积分:1
-
integrated-control
双步进电机综合控制 用于51单片机 (Dual stepper motor integrated control)
- 2013-07-22 15:02:12下载
- 积分:1