-
stm32dudong12864
STM32F103驱动12864液晶程序,很适合于初学者,希望对你有用(12864 STM32F103 driver program, it is suitable for beginners, I hope useful to you)
- 2014-02-23 18:45:08下载
- 积分:1
-
Simulate-the-elevator-system
模拟电梯控制系统程序设计代码,用户可输入任意楼层,程序有先来先服务策略和顺便服务策略。(Elevator control system design simulation program code, the user can enter any floor, the program has first come first serve policy and the way services strategy.)
- 2014-12-12 22:43:13下载
- 积分:1
-
saber_inverter
关于使用saber软件的逆变器仿真,可以更精确的达到仿真结果。(saber inverter)
- 2014-07-17 19:42:24下载
- 积分:1
-
hanshuxinhaofashenqi
基于单片机的函数信号发生器的C语言代码,自己做的(Function signal generator based on single chip microcomputer C language code
)
- 2015-05-10 15:23:41下载
- 积分:1
-
VisualCDatabaseProgramAndEx.z05
Visual C++数据库编程与实例 pdf超高清电子版与原书光盘,非常不容易搞来的,福利来啦!200多M,只能分割,敬请见谅!主卷是VisualCDatabaseProgramAndExamples.zip,还需要下载12个分卷,此为第5分卷(Visual C++ database programming with examples pdf electronic version of ultra-high-definition optical disc with the original book, is not easy to engage in, and benefit coming! More than 200 M, only split, please forgive me!)
- 2013-11-17 16:13:10下载
- 积分:1
-
jianpan
单片机键盘控制,可用外接键盘来向单片机输入数字(control of the keyboard)
- 2011-12-21 19:26:13下载
- 积分:1
-
USB-mouse
一个鼠标基于C8051f340为核心的USB鼠标程序,在开发板上已调可用。用Keil打开。(A mouse-based core C8051f340 USB mouse program has been transferred is available on the development board. Opened with Keil.)
- 2014-05-02 17:02:37下载
- 积分:1
-
ADCzhuanhuan
单片微型计算机简称单片机,是典型的嵌入式微控制器(Microcontroller Unit),
单片机芯片
常用英文字母的缩写MCU表示单片机,单片机又称单片微控制器,它不是完成某一个逻辑功能的芯片,而是把一个计算机系统集成到一个芯片上。(Microcontroller chip microcomputer referred to, is a typical embedded microcontroller (Microcontroller Unit),
Single chip
Commonly used letters of the abbreviation indicates MCU microcontroller, microcontroller, also known as single-chip microcontroller, it is not complete a certain logic functions of the chip, but to a computer system integrated into a single chip.)
- 2013-09-10 20:10:24下载
- 积分: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
-
AD9851驱动程序 STM32-AD9851-driver
AD9851驱动程序,采用串行写入方式,STM32写入频率控制字。(AD9851 driver, using serial write mode, STM32 write frequency control word.)
- 2020-07-07 18:38:57下载
- 积分:1