-
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
-
Process-scheduling-
① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入队子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
(① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
- 2020-11-27 09:49:31下载
- 积分:1
-
aCCOOLLECTd
ad7812采集程序源码10位的,运用c语言言开发的,环境是KEIL 51。 可直接使用。
(The ad7812 acquisition program source 10, developed using c language words, the environment is the KEIL 51. Can be used directly.)
- 2012-06-11 18:59:34下载
- 积分:1
-
适用于AVR系列单片机的几种C语言比较
说明: 使用于AVR单片机的几种C语言,大家可以参考一下,以便以后在AVR的程序编写中提高自己(used in the AVR several C language, we can make reference to the AVR after the procedure to improve their writing)
- 2005-12-17 12:40:39下载
- 积分:1
-
60s
该程序为初学者学习单片机时使用的60S倒计时程序,可将开程序用在proteus软件上进行仿真,我试过可行的~(The program for beginners to learn the use of single-chip microcomputer of the 60S countdown procedures, can be used in open procedures proteus simulation software, I tried to possible ~)
- 2009-06-02 09:48:30下载
- 积分:1
-
taxi
基于AT89C51单片机的出租车计价器的程序设计(AT89C51 microcontroller Taximeter-based program design)
- 2012-08-07 00:27:19下载
- 积分:1
-
CH341 _上位机 VC
CH341 上位机软件,支持I2C UART等 接口(CH341 host computer software, support I2C, UART and other interfaces)
- 2021-01-08 21:28:51下载
- 积分:1
-
Sender
GE PCI5565 PMC5565 PCIE5565反射内存网数据中断发送程序
VMIC5565反射内存卡 实时仿真技术(GE PCI5565 PMC5565 PCIE5565 reflective memory network data interrupt transmission program
VMIC5565 reflective memory card real-time simulation technology)
- 2014-10-29 10:01:59下载
- 积分:1
-
基于硬判决的BICM-ID的Turbo均衡及其改进
基于硬判决的BICM-ID的Turbo均衡及其改进(Hard decision based on the BICM-ID in Turbo equalization and improvement)
- 2010-05-27 13:40:01下载
- 积分:1
-
Temp_Time
基于DS18B20+DS1302+lcd1602+MSP430的温度时间综合测量(temperature and time measurement based on MSP430,DS1302,DS18B20,LCD1602)
- 2013-01-29 13:06:11下载
- 积分:1