-
Chip-electronic-bell-million-years
单片机万历年电子钟Chip electronic bell million years(Chip electronic bell million years)
- 2013-11-15 15:16:49下载
- 积分:1
-
XMT_USB_VC6
哈尔滨芯明天科技XE517系列压电陶瓷控制器配套上位机软件的开发例程,这个版本是VC6开发。发布时需要拷贝debug目录中的头文件和动态库文件到*.exe文件目录中。(Harbin XMT XE517 series of piezoelectric ceramic controller supporting PC software development routines, this version is VC6 development. When you need to copy the directory publishing debug header files and dynamic library files to*. Exe file directory.)
- 2021-01-04 09:18:55下载
- 积分:1
-
High-power-inverter-and-ac-drive
本书是“国际电气工程先进技术译丛”之一,该书分14章,介绍了各种大功率变频器的拓扑结构及原理、传动系统的组成,以及与此相关的各种先进控制策略。书中还同时详细地给出了多个专题的相关技术背景。可作为学术研究、产品开发等专业技术人员或产品工程师参考。介绍了大功率变频器及中压交流传动的最新发展技术,包括各种大功率变频器拓扑结构、脉冲调制方法、先进控制策略以及工业产品设计经验。包括250多个图表,对所有的主要理论和控制方法都给出了计算机仿真结果和试验波形。对实际产品设计和工业应用中各种问题,书中也进行了介绍。(This book is one of the "international electrical engineering advanced technology translations", the book chapter 14 points, this paper introduces all kinds of high-power inverter topology and principle, the components of the drive system, and the related all kinds of advanced control strategy.Is also given in detail in the book more than one project related technical background.Can be used as an academic research, product development and other professional and technical personnel, or product engineer reference.High-power inverter are introduced and the latest development of medium voltage ac drive technology, including all kinds of high power converter topology, pulse modulation methods, advanced control strategy and industrial product design experience., including more than 250 chart for all the major theories and control methods are the computer simulation results and experiment waveforms are given.For all kinds of problems in the actual product design and industrial application, th)
- 2014-01-13 11:12:08下载
- 积分:1
-
123
4X4点阵键盘+1602液晶显示做的计算器(AVR单片机)(4X4 matrix keyboard 1602 LCD calculator to do (AVR microcontroller))
- 2014-01-06 16:19:02下载
- 积分:1
-
SD卡2.0协议
SD卡2.0协议的详细资料,可用与SPI使用(The details of the SD card 2.0 protocol can be used with SPI)
- 2017-07-31 17:13:52下载
- 积分:1
-
Saleae
对于学习分析时序很有帮助,是一款逻辑分析仪的软件,很有用的。(Timing analysis is useful for learning, is a logic analyzer software, very useful.)
- 2015-04-26 21:01:18下载
- 积分:1
-
CPP_C_MATLAB
增量式PID控制C语言代码增量式PID控制C语言代码(PID of C programPID of C program)
- 2012-10-17 23:45:28下载
- 积分:1
-
qiangdaqi
这是利用51单片机设计成的8路抢答器,主持人按下“开始”按键才开始抢答,并亮抢答允许指示灯(Host press the start button to vies to answer first, light and bright vies to answer first allowed.)
- 2015-11-06 13:34:01下载
- 积分:1
-
Realplay-
基于单片机的霍尔传感器测速源码,带有蜂鸣器报警功能。(Hall speed sensor based on single-chip computer source, with a buzzer alarm function.)
- 2015-08-27 17:03:04下载
- 积分: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