CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - adc0808

搜索资源列表

  1. ADC0809

    0下载:
  2. 用状态机描写的ADC0809的驱动程序,希望对于刚接触状态机的新手有所帮组-IT IS USEFUL.....
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:350857
    • 提供者:tom
  1. DAQ_System

    0下载:
  2. DAQ system with adc-DAQ system with adc0808
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:224230
    • 提供者:vladanmitov
  1. sanyongbiao

    0下载:
  2. 该仿真主要练习AT89C52 和ADC0808,能够完成简易数字万用表的功能,可以 测量电阻、电流、电压和电容。-The main simulation exercise AT89C52 and ADC0808, able to complete the simple function digital multimeter that can measure resistance, current, voltage and capacitance.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:137434
    • 提供者:董桥
  1. ADC0808LCD1602

    0下载:
  2. 里面包含ADC0808,1602的程序,以及PROTEUS的仿真电路。已经调试成功-Which contains the ADC0808, 1602 procedures, and PROTEUS simulation circuit. Has been debugged
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:67018
    • 提供者:陈忠富
  1. ADC0808PWM

    0下载:
  2. 主要介绍了有关ADC0808 PWM的一些仿真和代码,希望对大家有所帮助-Introduces some of the ADC0808 PWM simulation and code, we want to help
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:28355
    • 提供者:洪伟聪
  1. ADC0808_

    0下载:
  2. ADC0808程序(包括Proteus仿真)-ADC0808
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:44177
    • 提供者:黄健繁
  1. ADC0809

    0下载:
  2. 51单片机,用ADC0809做成的数字电压表,效果不错的,有仿真。-51, made with the ADC0809 digital voltage meter, good results, there are simulation.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:46728
    • 提供者:覃彦鑫
  1. ADC0808withPWM

    0下载:
  2. proteus仿真实例:使用ADC0808实现PWM控制。学习单片机时使用proteus进行仿真是再好不过了。这里主要介绍如何使用ADC0808以及使用PWM的简单方法。-proteus simulation: using ADC0808 achieve PWM control. Learning to use proteus simulation SCM is better. Here introduces how to use the ADC0808 and the use of a sim
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:20364
    • 提供者:chen600
  1. 95302908ADC0808

    0下载:
  2. 对于ad0808的应用和仿真,对于新手学单片机的人很有用-The application for ad0808 and simulation study for the novice who is useful SCM
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:49927
    • 提供者:yanweiping
  1. ADC.asm

    0下载:
  2. at89c51控制adc0808进行8通道ad转换,并转换十六进制输出-at89c51 control adc0808 for 8-channel ad conversions, and convert hexadecimal output
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:778
    • 提供者:wuming
  1. VOLTMETER

    0下载:
  2. 单片机与ADC0808进行测量电压值并显示在数码管上,用Proteus仿真的。很好很简单附带程序。很实用。-good
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:120777
    • 提供者:zhaoxf
  1. ADC0808Interfaing

    0下载:
  2. ADC0808 Interfaing with 89C51
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:816
    • 提供者:yadagiri
  1. keshe

    0下载:
  2. 这是自己做的编写的压力测量系统,用Proteus模拟器件并编写程序。压力传感器用电流源并联电阻模拟,ADC0808采集电压信号,8279控制显示和读取键盘,程序功能有三,1、采集压力信号并显示;2、校准程序;3、测量程序并显示。ad转换程序调试完成,8279并未完好。仅供大家参考-This is a pressure measurement system to write your own program, the pressure sensor with a current source an
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:362238
    • 提供者:邱俊伟
  1. ADC0808PWM

    0下载:
  2. 51单片机ADC0808的用法,也就是数据采集-it is used software to design number
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:24764
    • 提供者:shizhu
  1. DCMotor

    0下载:
  2. ADC EQU 35H CLOCK BIT P2.4 定义ADC0808时钟位 ST BIT P2.5 EOC BIT P2.6 OE BIT P2.7 PWM BIT P3.7 ORG 00H SJMP START ORG 0BH LJMP INT_T0 START: MOV TMOD,#02H MOV TH0,#20 MOV TL0,#00H MOV IE
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:47691
    • 提供者:PXH
  1. 35460348

    0下载:
  2. ADC0808获得电压经过模数转换后的数据,再通过另一个I/O口控制数码管显示得到的数字。-ADC0808 obtained after the voltage through the analog-digital conversion of data, and then through the other I/O port control digital display are the numbers.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:54004
    • 提供者:Johnny30
  1. IO-15-ADC

    0下载:
  2. ADC0808 Code, code for reading ADC0808 8-bit adc
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1135
    • 提供者:azhar
  1. ADC0809

    0下载:
  2. ADC0808/ADC0809是带有8位A/D转换器、8路多路开关以及微处理机兼容的控制逻辑的CMOS组件。它是逐次逼近式A/D转换器,可以和单片机直接接口。-ADC0808/ADC0809 is of a 8-bit A/D converter, 8-channel multiplexer and microprocessor compatible control logic of the CMOS components. It is a successive approximation A/
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:306753
    • 提供者:李冰
  1. dianyabiao

    0下载:
  2. 本论文给出基于单片机的简易数字电压表设计,控制系统采用AT89C51单片机,A/D转换器采用ADC0808为主要硬件,实现数字电压表的硬件电路与软件设计。数字电压表可以测量0~5V的8路输入电压值,并在四位LED数码管上轮流显示或单路选择显示。-failed to translate
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:726
    • 提供者:王晓宏
  1. cP

    0下载:
  2. 用AT89C51控制ADC0808将模拟信号转换为数值,范围0-225,再控制LED数码管以16进制实时的显示出来-AT89C51 control ADC0808 with the analog signal is converted to value, range 0-225, then the control of 16 hex LED digital display in real time
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:db1001
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com