-
digital
基于单片机STC89C51和74LS164的多功能数字万用表(Based on microcontroller STC89C51 and 74 ls164 multi-function digital multimeter)
- 2013-08-29 22:40:03下载
- 积分: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
-
kdfd
宽频放大器,有以下功能:
预置增益,增益加/减,显示输出电压有效值,自动增益
显示有效值.
增益输入及加减
自动增益没有实现(Wideband amplifier has the following functions: Preset gain, gain plus/minus, the display output voltage RMS, automatic gain display rms. AGC gain input and subtraction is not implemented)
- 2013-07-19 21:19:44下载
- 积分:1
-
GUI_Basic
预写入汉字,在彩屏上显示所要显示的汉字。。(Pre-written Chinese characters, Chinese characters to be displayed on the color screen. .)
- 2012-09-22 12:25:30下载
- 积分:1
-
dssz.com_9200_dtmf
单片机音频通信9170和9200,接收发送源程序(9170 and 9200 microcontroller audio communication, the receiver sends source)
- 2013-07-13 09:33:35下载
- 积分:1
-
VIDBUF
8051/8096/8099/8048单片机汇编工具、
汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单
片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、
创新32位声开发、视频实例(8051/8096/8099/8048 SCM tools,
Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single
Machine assembly language, dos not an open secret, windows process control, graphical programming,
Innovative 32-bit sound, video examples)
- 2014-02-24 15:15:08下载
- 积分:1
-
ADCRecord
使用STM32F4+usb3300实现虚拟示波器,支持使用外部ADC模式,也就是使用AD9280芯片,最大采样率可达30MSPS.(STM32F4+usb3300 implementation of the virtual oscilloscope, support the use of external ADC mode, that is, the use of AD9280 chip, the maximum sampling rate of up to 30MSPS
)
- 2016-07-04 17:49:34下载
- 积分:1
-
12-RS232
rs232实验 可以看看是综合实验 需要的人
是51的板子 用keil编译(the rs232 experiment to see people in need of comprehensive experimental 51 board keil compiler)
- 2012-07-30 21:34:34下载
- 积分:1
-
Heart-rate
ECG for msp430心电数据采样及LCD显示,官方样板程序。(ECG for msp430
)
- 2015-01-30 14:51:50下载
- 积分:1
-
51
说明: 51单片机控制GSM模块发短信和打电话的C源码(GSM single-chip control module 51 send text messages and phone calls the C source)
- 2011-10-06 22:00:45下载
- 积分:1