CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - minimum value

搜索资源列表

  1. dyb

    0下载:
  2. 利用单片机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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:风格
  1. data_vol_counter

    0下载:
  2. 数字电压表 利用单片机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
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:47.04kb
    • 提供者:杨觉
  1. HistogramVC

    0下载:
  2. // // 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-
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.21mb
    • 提供者:yue feng
  1. PWMLED

    0下载:
  2. 利用定时器控制产生占空比可变的 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
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1.14kb
    • 提供者:方道元
  1. A_D_translate

    0下载:
  2. 利用实验板上的ADC0809做A/D转换器,实验板上的电位器提供模拟量输入,编制程序,将模拟量转换成二进制数字量,在数码管的最高两位显示出数字量来。另外要把模拟量值在数码管的最低三位显示出来。例如显示“80 2.50”( 其中80是采样数值,而2.50是电压值。要求程序可连续运行以便测量不同的模拟电压(类似于电压表) (注意:多次采集求平均值可提高转换精度) -Experimental board do ADC0809 A/D converter, test board provides
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:51.6kb
    • 提供者:yangxiao
  1. 0904152j

    0下载:
  2. 电机不转,按下启动键,电机旋转,速度为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
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:117.52kb
    • 提供者:李明
  1. pso

    0下载:
  2. 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!
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1.51kb
    • 提供者:Yang Lu
  1. PWMcontrolLED

    1下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:287.76kb
    • 提供者:kevinwan
  1. ADC0832

    0下载:
  2. /* 功能:该程序可实现对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 /* /* 该程序已
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:1.57kb
    • 提供者:火灵翼
  1. DigitalVoltageMeter

    0下载:
  2. 数字电压表该利用单片机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
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:44.82kb
    • 提供者:luxiuxiang
  1. led-pwm

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1.4kb
    • 提供者:z01y02x03
  1. PWM_LED_brightness

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:3.71kb
    • 提供者:王渊博
  1. adc89c52-PCB

    0下载:
  2. 简易数字电压表可以测量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
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:681.04kb
    • 提供者:任星
  1. mm1

    0下载:
  2. 基于随机数组中的最大值与最小值的选择器,可自由设定输出时钟和数组大小-Maximum and Minimum Value Selector
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:780byte
    • 提供者:li yinjun
  1. PWMforvoltageregulator

    0下载:
  2. 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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:defghia
  1. fdumi

    0下载:
  2. 本程序实现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
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:682byte
    • 提供者:linqiaoli
  1. temperature

    0下载:
  2. 温度警报器,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
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:38.91kb
    • 提供者:吴茂名
  1. qianrushishiyan

    0下载:
  2. 以瑞萨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
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:84.58kb
    • 提供者:郭志
  1. ADS1115

    0下载:
  2. ads1115基于MSP430G2553的测量电压值,测量最小值为5mV,精度2 。-Ads1115 measuring voltage based on MSP430G2553 value, measuring the minimum value is 5mV, the precision of 2 .
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:32.17kb
    • 提供者:艾文达
  1. min-sel

    2下载:
  2. 用来找到输入数据中的最小值和第二小值得verilog源码,可仿真-Used to find the minimum value of the input data and the second small worth verilog source code, can be emulated
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:薛天志
« 12 »
搜珍网 www.dssz.com