-
XListCtrl_demo-20140610
主要是完成Listctr的封装,和对于xlistctrl
的一个实例程序 (The main package is completed Listctr)
- 2014-06-10 21:58:28下载
- 积分:1
-
用vb写的数控仿真系统
仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
60s
该程序为初学者学习单片机时使用的60S倒计时程序,可将开程序用在proteus软件上进行仿真,我试过可行的~(The program for beginners to learn the use of single-chip microcomputer of the 60S countdown procedures, can be used in open procedures proteus simulation software, I tried to possible ~)
- 2009-06-02 09:48:30下载
- 积分:1
-
stm32_LD3320_SDcard_mp3
能从SD卡读取MP3文件,并且识别后通过LD3320播放MP3,具体使用只需新建一个.ini系统文件存在sd卡,在里面设置好关键词并且所需播放的MP3文件即可(Read MP3 files from the SD card through the LD3320 play MP3 and identify specific use simply create a new the ini system files sd card exists inside set keywords and required to play MP3 files can)
- 2013-03-15 00:30:34下载
- 积分:1
-
FIFO-master
This is a generic FIFO buffer that can be used to store any kind of items. It is written in C language and can be compiled and used on almost any architecture. It was designed to be used on memory limited architectures such as microcontrollers. Examples of the applications that can be built with this library include:
- 2020-06-21 02:00:01下载
- 积分:1
-
chaoshengbo
超声波模块的使用,包括和单片机通信 可以实现超声波测距(The use of ultrasonic modules, including communication can be achieved and the microcontroller Ultrasonic Ranging)
- 2013-07-18 02:52:38下载
- 积分:1
-
JINGTAI
51单片机静态数码管显示51单片机静态数码管显示(sfasdasdasd )
- 2013-07-28 10:53:32下载
- 积分: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
-
ZigBee_Console
简单的基于CC2530的ZigBee监控上位机(A simple ZigBee console basic on CC2530)
- 2012-09-11 00:34:57下载
- 积分:1
-
ADXL345
讲解 角度传感器的原理,内部结构,引脚功能,以及相关运用(Angle sensor to explain the principles of the internal structure of pin functions, and related use)
- 2011-09-01 01:42:49下载
- 积分:1