-
SCM-mat
《 单片机应用技术(C语言版)(工业和信息化高职高专“十二五”规划教材立项项目)》素材文件 (" SCM technology applications (C language) (Industry and Information Technology College" 12th Five-Year Plan " textbook project project) material file)
- 2012-12-08 20:36:59下载
- 积分:1
-
51chuankoutiaoshi
51单片机串口调试程序一列,希望对大家有用(51 Single-chip serial debugging a program, in the hope that useful to everybody)
- 2008-05-20 12:10:22下载
- 积分:1
-
stm32f10x_lib
stm32f103 lib header
头包含文件结构(stm32f103 lib header)
- 2012-08-10 22:55:38下载
- 积分:1
-
74ls164
51单片机驱动74ls164程序 (51 Microprocessor 74ls164 program)
- 2010-12-06 17:07:02下载
- 积分: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
-
PWM
NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
- 2014-02-11 10:27:56下载
- 积分:1
-
driver
ht1621驱动C语言版本,基本是一个通用的版本(ht1621 driver C language version of the basic version is a generic)
- 2009-04-17 21:28:56下载
- 积分:1
-
ps2_02
PS2通信,用stm32单片机模拟键盘鼠标往电脑送数据。(PS2 communication with stm32 SCM simulation to send data to a computer keyboard and mouse.)
- 2020-07-08 14:48:57下载
- 积分: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
-
simulatingWirelessCommunicationSystemUse_C++_code
《无线通信系统仿真--C++实用模型》一书的配套源代码,里面包含了,通信系统的所有模块,对学习通信和C++有很好的借鉴()
- 2007-08-04 02:24:11下载
- 积分:1