-
BMKGLED
数字开关测试的源程序,非常适合新51单片机的新手入门的学习。(Digital switch test source program, very suitable for novice start learning new 51 single-chip microcomputer.)
- 2012-08-07 13:53:47下载
- 积分:1
-
uc_51_small
OS_II移植到单片机,网上都是大模式移植,这是我在网站上找到的小模式移植,不知道有用吗?(OS_II transplanted into single-chip, on-line model of graft are large, this is my website found in the small model of transplantation, I do not know useful?)
- 2009-07-09 02:40:53下载
- 积分:1
-
Kinectdepthdistance
使用kinect传感器对图像的深度距离进行测量(measure depth distance by kinect sensor)
- 2014-04-27 15:33:40下载
- 积分: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
-
BF51
BF51实验板CAN通信器件SJA1000驱动代码(BF51 experimental board SJA1000 CAN communication device driver code)
- 2011-04-27 17:37:18下载
- 积分:1
-
atmega8ledtest
测试程序ATMEGA8LED的灯亮和灯灭(Test ATMEGA8LED lights turn on and off)
- 2013-10-16 20:51:13下载
- 积分:1
-
in-vehicle-GPS-navigation-system
GPS导航系统 c语言 51单片机开发(in-vehicle GPS navigation system)
- 2013-10-10 21:21:16下载
- 积分: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
-
DS130218B201602
1、万年历,2、时间,3、星期,4、温度显示,(1, million years 历, 2, hours, 3, star period, 4, temperature 显示,)
- 2015-01-02 15:16:30下载
- 积分:1
-
nicething
2014/3/12飞思卡尔光电组函数,线性ccd二值化成功,ccd控制舵机转角成功,直流电机成功,速度PID模块不成功,可以一战。(2014/3/12 Freescale photoelectric set of functions, linear ccd binary success, ccd control steering angle is successful, the success of the DC motor, the speed PID module fails, you can fight.)
- 2014-03-12 17:16:15下载
- 积分:1