-
MCS21-ASM7
MCS51 单片机源码系列之 第七章 数学函数 (MCS51 series single-chip source mathematical functions under Chapter VII)
- 2009-04-28 20:40:47下载
- 积分:1
-
VCCT_Plugin
运用abaqus仿真分析软件,分析CFRP材料裂纹扩展(Using abaqus simulation and analysis software crack propagation analysis CFRP material)
- 2020-09-23 22:07:48下载
- 积分:1
-
18b20
18b20测温c51程序,由89S52作为主控芯片(18b20 c51 temperature process, from the master control chip 89S52)
- 2008-07-23 15:02:42下载
- 积分:1
-
1_2_led_systick
lpc1788-1_2_led_systick
例程描述:
本例程使用 Systick 实现流水灯。
操作过程:
将代码运行即可,开发板上四个 LED 灯呈现流水灯模式闪烁。
(Lpc1788-1_2_led_systick
Routine Description:
This routine uses Systick to realize the water lamp.
Operation process:
The code can run, the development board four LED lights show water lights flashing mode.)
- 2017-02-08 15:18:38下载
- 积分:1
-
第一部分程序
第一部分程序不依赖开发板,直接仿真运行即可(The first part of the program does not rely on the development board, direct simulation can be run)
- 2020-06-21 10:00:02下载
- 积分:1
-
STM32F030F4_LED_USART_EXIT
STM32F030F4单片机的例程,包括LED灯。UART口,以及外部中断。(STM32F030F4 microcontroller routines, including LED lights. UART port, and external interrupt.)
- 2015-05-24 13:32:20下载
- 积分:1
-
led_on_c
led 操作 s3c2440,中断点亮led (English Version English VersionEnglish VersionEnglish Version)
- 2012-03-17 18:21:56下载
- 积分:1
-
CR95HF-Demo-board-project-v1.4
CR95HF Demo board stm32f103工程(CR95HF Demo board stm32f103 Engineering)
- 2013-10-26 10:46:58下载
- 积分:1
-
fsm
检测输入数据中的“10110”序列,并记录检测到的序列的数目,当序列数目大于15时溢出。
输入信号:iclk //输入时钟
rst_ //复位信号
din //输入串行数据
输出信号:[3:0] catch //检测到的序列的数目
overflow //数目大于15 ,溢出
(Detection of input data of )
- 2021-04-10 14:08:59下载
- 积分: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