搜索资源列表
dyb
- 利用单片机AT89S51与ADC0809设计一个数字电压表,能够测量0-5V之间的直流电压值,四位数码显示,但要求使用的元器件数目最少-SCM AT89S51 ADC0809 design with a digital voltmeter to measure 0 - 5V DC voltage between the value of four digital display, but requires a minimum number of components
data_vol_counter
- 数字电压表 利用单片机AT89S51与ADC0809设计一个数字电压表,能够测量0-5V之间的直流电压值,四位数码显示,但要求使用的元器件数目最少。 -digital voltmeter SCM AT89S51 ADC0809 design with a digital voltmeter, capable of measuring 0 - 5V DC voltage between the value of four digital display, but requires
HistogramVC
- // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-
PWMLED
- 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。-Have a timer to control the use of variable duty cycle PWM wave by K1, PWM values increase, then decrease the duty cycle, LED lights dimming
A_D_translate
- 利用实验板上的ADC0809做A/D转换器,实验板上的电位器提供模拟量输入,编制程序,将模拟量转换成二进制数字量,在数码管的最高两位显示出数字量来。另外要把模拟量值在数码管的最低三位显示出来。例如显示“80 2.50”( 其中80是采样数值,而2.50是电压值。要求程序可连续运行以便测量不同的模拟电压(类似于电压表) (注意:多次采集求平均值可提高转换精度) -Experimental board do ADC0809 A/D converter, test board provides
0904152j
- 电机不转,按下启动键,电机旋转,速度为25转/分,按下加1 键,速度增加,按下减1 键,速度降低,最高速度为100 转/分,最低转带为25 转/分,按下停止键,电机停转。速度值要求在数码管上显示出来。-Motor does not turn, press the start button, motor rotation speed of 25 rev/min, press the 1 key, the speed increase by 1 press the button to lower t
pso
- A modified version of PSO algorithm which can be used to search the minimum value inside a specified range. Using f1s.m to test the function!
PWMcontrolLED
- PWM控制LED灯渐亮渐灭.利用定时器控制产生占空比可变的 PWM 波.按K1,PWM值增加,则占空比减小,LED 灯渐暗。按K2,PWM值减小,则占空比增加,LED 灯渐亮。当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警-PWM control of LED lights out gradually becoming light. Timer to control the use of variable duty cycle PWM generated waves. By K1, PWM
ADC0832
- /* 功能:该程序可实现对ADC0832的控制,包括,启动ADC,选择输入通道,输入信号的模式《单端输入,或差分输入》 /* 并将采集到的数据进行处理,将读出的16进制转换为10进制形式 ,即程序中变量b,s,g的值 /* (与该程序相适应的硬件电路,P3_4-〉cs;P1_0->clk P1_1->DI&DO 参考电压与电源为同一个输入端) /* 最小输出电压:0.00V;最大输出电压:5.10v 分辨率:0.02v 误差:+/-0.01v /* /* 该程序已
DigitalVoltageMeter
- 数字电压表该利用单片机AT89S51与ADC0809设计一个数字电压表,能够测量0-5V之间的直流电压值,四位数码显示,但要求使用的元器件数目最少。-Digital voltage meter to the use of microcontroller AT89S51 with the design of a digital voltmeter ADC0809, capable of measuring 0-5V DC voltage between the value of four digi
led-pwm
- PWM 控制 LED 灯渐亮渐灭程序 适用 ME300B 开发系统 晶振为11.0592M 利用定时器控制产生占空比可变的 PWM 波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警。-PWM control of LED lights getting brighter gradually eliminate procedures apply M
PWM_LED_brightness
- PWM 控制 LED 灯渐亮渐灭程序,利用定时器控制产生占空比可变的 PWM波 按K1,PWM值增加,则占空比减小,LED 灯渐暗。 按K2,PWM值减小,则占空比增加,LED 灯渐亮。 当PWM值增加到最大值或减小到最小值时,蜂鸣器将报警 资源:p0口,8路指示灯。p1.4,p1.5亮度控制按键(端口按键)p3.7小喇叭报警 -PWM control of LED lights getting brighter gradually eliminate programs, usin
adc89c52-PCB
- 简易数字电压表可以测量0~5CV的8路输入电压值,并在4位LED数码管上轮流显示或单路选择显示。测量最小分辨率为0.019V,测量误差约为0.02V。 -Simple digital voltage meter can measure 0 ~ 5CV 8-way input voltage value, and the four LED digital tube display or one-way rotating choose to display. Measuring a minim
mm1
- 基于随机数组中的最大值与最小值的选择器,可自由设定输出时钟和数组大小-Maximum and Minimum Value Selector
PWMforvoltageregulator
- pulse width modulation controlled for 8-bit antrada give us a total of 255 possibilities. The continuous signal output will therefore be a value between the maximum and minimum voltage of the plate where you download the code, depending on these 255
fdumi
- 本程序实现PIC在双字节数据块中查找无符号数极小值。 入口参数:数据块首址在SADR中,数据个数在W中。 出口参数:极小值在SOUH:SOU中,极小值地址在SADR中。 占用资源:W,STATUS,FSR,020H,024H,025H,028H,一重堆栈。 说 明: 如果有两个或两个以上相等的极小值,则只能给出第一个极小值的地址.- The PIC procedure to achieve double-byte data blocks in an unsigned
temperature
- 温度警报器,ds18b20测试温度,1602LCD显示温度,4按键控制设置警报最大值最小值,超过最大值或小于最小值无源蜂鸣器报警-Temperature alarms, Ds18b20 testing temperature 1602LCD display temperature, 4-key control to set up alerts maximum value minimum value exceeds the maximum or less than the minimum pass
qianrushishiyan
- 以瑞萨M16C/62P嵌入式单片机为平台,实现了加减法的实现 寻找数组的最大(小)值和均值 使用定时中断的方式,实现计数或日历格式显示等,包括c语言程序及报告分析。 -Renesas the M16C/62P embedded microcontroller platform, to achieve the realization of addition and subtraction to find an array of the maximum (minimum) value and mea
ADS1115
- ads1115基于MSP430G2553的测量电压值,测量最小值为5mV,精度2 。-Ads1115 measuring voltage based on MSP430G2553 value, measuring the minimum value is 5mV, the precision of 2 .
min-sel
- 用来找到输入数据中的最小值和第二小值得verilog源码,可仿真-Used to find the minimum value of the input data and the second small worth verilog source code, can be emulated