-
ses
有限差分波动方程不加边界条件二阶正演时间切片程序。(Finite difference wave equation without boundary conditions of second-order forward time-slicing procedure.)
- 2009-12-11 16:54:20下载
- 积分:1
-
msp430f149
msp430
149各个模块编程,时钟,电源,flash,uart,等等(each module programming msp430 149)
- 2011-05-24 20:53:13下载
- 积分:1
-
HSDL7001PDF
红外通信装置
HSDL-7001PDF资料(Infrared communication device
HSDL- 7001 PDF data
)
- 2014-08-07 20:48:06下载
- 积分:1
-
FreeRTOS_KL16
FreeRTOS_KL16FreeRTOS是一个迷你的实时操作系统内核。作为一个轻量级的操作系统,功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能、软件定时器、协程等,可基本满足较小系统的需要(FreeRTOS is a mini real time operating system kernel. As a lightweight operating system, features include: task management, time management, semaphores, message queues, memory management, recording function, software timer, coroutine, can meet the basic needs of the smaller system)
- 2021-05-12 20:30:02下载
- 积分: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
-
HUST
华中科大第八届的程序 拿了赛区的二等奖 关于飞思卡尔智能车电磁组(sensor group)
- 2014-01-17 13:00:55下载
- 积分:1
-
STC12C5A60S2_Uart_Str
该例程演示了接 联合开发网 - pudn.com
- 2020-06-26 18:20:02下载
- 积分:1
-
RC500code
对RC500卡的读和写,假如刷卡正确的话模块上的LED灯就会亮,没有卡、卡不对、或是其他的不能识别的都不能通过(RC500 card to read and write, if correct module on the card will be light, LED lamp without card and card wrong, or other cannot identify cannot pass)
- 2010-09-06 19:02:38下载
- 积分:1
-
步进电机
通过单片机输入程序来对步进电机进行控制,以此实现一定功能。(Stepping motor single chip microcomputer)
- 2017-11-21 17:22:36下载
- 积分:1
-
SCM-papers-report
单片机论文报告 我的课程设计报告 供大家参考(SCM papers report my curriculum design report for your reference)
- 2013-09-10 19:33:25下载
- 积分:1