搜索资源列表
1pid
- 51单片机PID计算程序,执行时间短,有详细的说明,能适于大多数PID自动控制场合,-51 SCM PID calculation procedures, the time is short, a detailed descr iption can apply to most occasions, PID control,
AVR softUSB
- 使用软件仿真usb接口的一个程序,十分精炼,要求计算每一个指令的运行时间,很值得品味-use software simulation usb interface of a procedure is very refined, request instructions for each one of the running time, is worth taste
board123
- 1 本程序为DSK板的初始化过程。 2.当DSP的主时钟频率为50MHz时,计算锁定时间定时器PLLCOUNT的值,并修改相关程序。 3.将主时钟的频率分别设置为50MHz、20MHz、10MHz、5MHz,通过观察LED指示灯的闪动频率来验证程序运行是否正确。-a procedure for DSK board initialization process. 2. When DSP master clock frequency of 50MHz, calculation time lo
RC_filter
- 计算RC(阻容)滤波时间常数的程序,有两种单位制,适合matlab65环境运行。 -calculated RC (R) filter time constant of the process, there are two unit system, matlab65 environment suitable for running.
ASKdecoder
- 通用ASK信号解码接收程序 1. 接收数据位数最多为40(5*8)位. 2. 由定时器对time进行渐增,在TCC中断程序中加入\"INC TIME\". 3. 宽脉冲最大允许时间和最小允许时间的计算方式: 脉冲允许时间=TCC 中断时间(us)*设定数据 4. 在接收到完整的数据后建立rx_data_ok标志. 5. 该子程序由主程序调用. 6. 数据格式:rx_data5.7为最高位,rx_data1.0为最低位. 7.
temperature
- 此设计以单片机STC89C51为核心,由声音传感器采集脉搏信号,经过LM324前置放大电路、滤波电路和比较电路后得到与脉搏相关的脉冲信号,将该脉冲信号作为定时/计数器T1中断信号交由单片机进行脉冲周期的计算,T0做定时器。然后得出每分钟的脉搏搏动次数(即心率),并将结果1602LCD上显示心率。在对人体脉搏检测时,具有检错排错的功能。若出现误操作(如不小心移动时产生的噪声)造成检测到的心跳次数不正确的结果,所以在程序中检测时间到达第5秒时,先对其进行计算,若结果超出正常范围则自动返回重新检测,直
STC12C5410ADmonolithicwatchdog
- 本程序验证 STC12C5410AD 单片机的看门狗及其溢出时间计算公式-This procedure confirms the STC12C5410AD monolithic integrated circuit s watch-dog and the overflow count-down formula
51delay
- 度。本文从实际应 用出发,讨论几种实用的编制精确延时程序和计算程序执行时间的方法,并给出各种方法使用的详细步骤,- keil Delay
delay_time
- 单片机延时计算小程序,只要输入相应的时间与晶阵,就会输出对应的数值-Small single-chip delay calculation procedures, as long as the input time and the corresponding crystal array, it will output the corresponding numerical
chashengboceju
- AT89S52单片机控制的超声波测距,主程序首先对系统环境初始化,设置定时器T0工作模式为16位的定时计数器模式,置位总中断允许位EA并给显示端口P0和P2清0。然后调用超声波发生子程序送出一个超声波脉冲,为避免超声波从发射器直接传送到接收器引起的直接波触发,需延迟0.1ms(这也就是测距器会有一个最小可测距离的原因)后,才打开外中断0接收返回的超声波信号。由于采用12MHz的晶振,机器周期为1us,当主程序检测到接收成功的标志位后,将计数器T0中的数(即超声波来回所用的时间)按下式计算即可测得
Personaltax
- 在手持设备上编写计算个人所得税的程序。要求:输入金额,显示输出个人应交的所税。相关的各项参数,包括扣税基数以及各税率可由用户调整。 .NET Compact Framework使得熟悉.NET Framework的程序员得以用他们熟知的C#或者VB来开发移动设备上的程序。基于 .NET CF的 Windows forms应用程序其设计目标之一就是减少窗体加载的时间。在 Form的初始化函数 (通常是 InitializeComponent(),,要尽量减少调用方法的数量。另外,尽量不要在 F
zWas1KKm
- 单片机定时器计算程序,设置定时方式,晶振频率和所定时间,就能计算出所需附的初值-SCM computer program timer, set timer mode, set by the crystal frequency and the time required to calculate the initial value attached
SOUNDER
- ST套件产生报警音 本实例的目的是让大家学会用单片机产生声音的方法,学会计算程序所用时间 本实例的功能是能PIC16F84产生报警音,频率分两个0.1s第一个 0.1S频率从1.8K-3.5K匀速增加第二个0.1S频率从3.5K-1.8K匀速减少, 程序复位后,蜂鸣器开始报警 PIC单片机学习网-----http://www.pic16.com 烧写时应注意:配置位已经在程序中写明,加载HEX文件时会自动加载,烧写时不用再手动设置配置位。 实验时
distance-measurement-instrument
- 介绍了利用微处理机控制单元(MCU microprocessor control unit) 控制的超声测距仪的原理:由MCU 控制时间计数,计算超声波自发射至接收的往返时间,从而得到实测距离。给出了系统构成、电路原理及程序设计。并且在数据处理中采用了温度补偿和修正量的调整。此系统具有易控制、工作可靠、测距准确度高和流程清晰等优点。-Abstract : Principle and structure of ultrasonic distance measurement instrument b
time-int
- 我自己写的51单片机的定时中断程序,很好用,具体时间计算方式里面有写,这个是使用keil写的,很容易看懂的,比较好用-I wrote it myself 51 microcontroller timer interrupt program, easy to use, write specific time way inside, this is written using keil, very easy to understand and relatively easy to use
1pid
- 51单片机PID计算程序,执行时间短,有详细的说明,能适于大多数PID自动控制场合,-51 SCM PID calculation procedures, the time is short, a detailed descr iption can apply to most occasions, PID control,
嵌入式课程大作业程序
- 在freertos操作系统下实现计算器 时间显示的功能,在空闲在空闲状态下显示时间,在需要计算时按下按键显示计算机(In the FreeRTOS operating system, the realization of the calculator time display function, in idle, idle time display time, in need of calculation, press the button to display the computer)
1-程序注释
- 系统以AT89C51单片机为核心,以红外发光二极管和光敏三极管为传感器,利用单片机系统内部定时器来计算时间,由光敏三极管感应心跳脉冲,单片机通过脉冲累加得到心脏跳动次数,在数码管上显示心跳次数和时间。系统实现了心率的实时监测与显示、定时测量以及报警提醒等功能。(It is mainly used in the image processing of fog world, and the effect is remarkable.)
Two_Level_SVPWM
- 代码为两电平SVPWM调制算法的Verilog程序。包括扇区划分、时间计算、死区控制等。(The code is the Verilog program of the two level SVPWM algorithm. It includes sector division, vecter calculation, dead zone control and so on.)
tdc-gp22
- 激光测距,采用APD作为光电传感器接收反射激光,TDC-GP22进行时间测量,通过速度时间精确计算出距离(Laser ranging uses APD as photoelectric sensor to receive reflected laser, TDC-GP22 carries out time measurement, and calculates the distance by velocity and time accurately.)