搜索资源列表
final_final_619
- 低频电子脉冲治疗仪MCU程序。单片机通过io口发出一定频率的脉冲,按照一定的的规律开启外部的脉冲变压器,对人体进行脉冲治疗-low-frequency electronic pulse therapy instrument MCU procedure. SCM io I issued through certain frequency pulse, according to a certain law of the external opening of the pulse transforme
CROSS
- 自动交通管理系统 用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下: 1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。 2)禁止线:红灯亮禁止30秒,然后绿灯亮放行。 3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示) 同时用2位数码管进行30秒钟递减时间显示。-automatic traffic management system using red, gree
急救车与交通灯
- 急救车与交通灯)(1)南北与东西方向,每个方面由红黄绿三个灯控制(2)南北向: 红(30秒),黄(5秒),绿(25秒) 东西向: 红(35秒),黄(5秒),绿(25秒) 上述基本参数可以根据实际情况自行调整,灯的变化规律与实际路口规律相同,绿灯在最后5秒钟时,黄灯亮,然后红灯亮,不允许两个方面同时亮绿灯。(3)绿灯的时间显示在数码管上进行显示。(4)可以通过一个开关控制,当开关信号为0时,整个交通灯全灭提高要求:(1)设计一个紧急控制开关信号,当紧急开关信号为1时,两个方向的灯全为红灯。
stmspi.rar
- st Cotex M3 的一个用SPI驱动的12864液晶的程序,只需要根据你的液晶修改相应参数即可,可移植性强,对用意法cotex M3 自己做板开发的用户有一定的帮助,a st Cotex M3 driven by SPI LCD 12864 procedure, you only need to modify the corresponding parameter of liquid crystal, portability, and of the intention of law cot
jcm12864m
- 内外差值法,是一种应用较为广泛的算法,希望对大家有所帮助-Difference between inside and outside the law, is a more extensive application of the algorithm, we want to help
Step_Motor
- 步进电机应用广泛,本代码介绍了步进电机的各种常用驱动方法:1相激磁法,2相激磁法等。看看,绝对经典哦。-Stepper motor applications, the code introduced a variety of common stepper motor-driven approach:1-phase excitation method,2 phase excitation law. Take a look at,oh,absolutely classic.
weijijiekoukechengsheji
- 基于中断控制的声光报警器的设计.采用中断方式,设计一个声光报警器的硬件电路和控制程序。程序运行时,一旦8位开关信号量状态满足设定条件,就触发中断,使发光二级管按规律闪烁,同时扬声器播放一段音乐。 硬件设备包括一台微机、一个MFID微机实验箱、一块T型板,2输入四与门 74ls08、8位总线驱动器 74ls245、LM386A音频放大器、排阻、扬声器各一个,发光二极管8个,470uF电容2个、104电容4个,插线若干。 -Interrupt-based control of sound a
HEXtoBCD
- 在目前所发表的十六进制转化成BCD码的处法中,一般都采用移位相加的方法,其计算过程都比较费时,不适宜很多场合,且很多不适宜C语言调用。而在C语言中,有些初学者用求余的方法来做这种运算,造成程序十分臃肿。下面这段程序仿照竖式除法来进行运算,速度超快。-Published in the current hex code into a BCD at law, in general, have adopted the method of shifting the sum of its calculati
PID
- 单片机重要算法PID控制法的好教程,很好很有用-PID control law algorithms MCU important a good tutorial, well be useful
1-wire
- 对i2c的1-现寻找法有个叫清楚的认识,可以寻找自己的序列号单总线很实用-On the i2c 1- are looking for a man called a clear understanding of law, you can find the serial number of their very practical single bus
Cx51_Compiler
- 关于C8051中c语言的特殊指令的讲解。-Information in this document is subject to change without notice and does not represent a commitment on the part of the Keil Software, Inc. The software described in this document is furnished under license agreement or nondi
dianzhen
- 一个单片机开发实例,可以用开发板实现点阵的规律闪烁发光-A microcontroller development example, you can use the law of the development board to achieve lattice twinkling
jiaotongxinhaodeng
- 一、设计要求:交通信号灯模拟控制系统设计利用单片机的定时器定时,令十字路口的红绿灯交替点亮和熄灭,并且用LED数码管显示时间。用8051做输出口,控制十二个发光二极管燃灭,模拟交通灯管理。 二、设计内容:因为本课程设计是交通灯的控制设计,所以要了解实际交通灯的变化情况和规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1东西红灯,南北绿灯通车,。过一段时间转状态2南北绿灯灭,黄灯亮5秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,
18b20
- 查阅18B20手册,LSB的最低四位代表小数,MSB的最高5位为符号位,其余的7位为整数部分,其分辨率为0.0625°,根据此规律,整数就是两字节凑在一起,而小数部分则是最低四位的值,乘以0.0625,看你取几位小数,再取整即可。上述的对照表是取1位小数的结果,取四舍五入。比如现在LSB的最低四位是0111,那么小数部分就是0.0625*7=0.4375-Search 18B20 manual, LSB representative of a minimum of four decimal pl
led
- 一个ATmega16控制LED灯的演示小程序,提供了几种不同的亮法-ATmega16 controls a small LED lights demo program, providing several different light law
Position-Sensorless-Control-for-PM
- :针对电动汽车永磁同步电机无位置传感器控制系统,在两相静止坐标系( —B)内将滑模观测器法 与MRAS结合,提出了基于模型参考自适应的滑模观测器,并利用自适应律估计永磁同步电机的转子速度。仿真 和试验表明无位置传感器控制方法是切实可行的。 关键词:电动汽车永磁同步电机无位置传感器控制 自适应滑模观测器-This paper presents a new adaptive slid—mode observer for electric vehicle permanent magnet
chaosushuchaxun
- 利用一种伪随机数生成的新方法 ———超素数法,在单片机的P1.6口产生周期为498的伪随机序列。-Pseudo-random number generator using a new method--- law of prime numbers, generated in the microcontroller ports P1.6 period of 498 pseudo-random sequence.
Advanced.ASIC.Chip.Synthesis
- The semiconductor industry has a proven track record of quickly reducing reference to IC design scale to the ridiculously irrelevant. We, as a group, quickly saturated our terminology to refer to levels of integration as we applied the term "La
Student
- A律PCM编码以及译码,CVSD编码以及译码,应用于通信系统实验-A-law PCM codec, CVSD codec
A_LAW
- 基于LPC1788的硬件平台,对其AD和DA实现的A律压缩算法-Based on the platform of LPC1788, A-law algrithm implementation on AD and DA