-
vb6.0-yanshi
vb驱动控制器源代码就这样啦 具体自己看吧(vb drive controller source code)
- 2013-04-25 23:06:22下载
- 积分:1
-
adn
AD转换资料,超全大量AD采集电压以及采集电流的方法!(AD conversion data, a large number of ultra-wide voltage and collected current AD acquisition method!)
- 2013-09-01 17:58:25下载
- 积分: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
-
19
说明: 单片机c语言 初学者有用 有例子哦 (SCM c language for beginners there are examples of useful oh)
- 2009-09-17 21:23:41下载
- 积分:1
-
sourse
基于单片机的数控开关电源设计,带仿真和详细程序。(NC-based single-chip switching power supply design, with simulation and detailed procedures.)
- 2009-04-26 14:30:34下载
- 积分: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
-
10GenericMFC
电子时钟程序,通过VC++编程,实现电子时钟程序,方便编程爱好者交流学习。(Electronic clock procedures, through VC++ programming, electronic clock procedures to facilitate the exchange of learning programming enthusiasts.)
- 2013-07-11 14:29:17下载
- 积分:1
-
fpspr70
COM reference for farPoint Spread 7.0
- 2015-10-09 20:45:05下载
- 积分:1
-
stc12c5a60s2_spi_12864
stc12c5a60s_spi直接驱动st7920(12864)
串口驱动、只用个IO口(stc12c5a60s_spi direct drive st7920 (12864) serial driver, only with a IO port)
- 2020-09-12 20:27:58下载
- 积分:1
-
scope64
PIC USB OSCILLOSCOPE PIC scope64.asm
- 2010-09-20 03:18:18下载
- 积分:1