登录
首页 » 汇编语言 » ADC0809 转 换 器 的 引 脚 介 绍

ADC0809 转 换 器 的 引 脚 介 绍

于 2023-06-18 发布 文件大小:1.05 kB
0 24
下载积分: 2 下载次数: 1

代码说明:

ADC0809 转 换 器 的 引 脚 介 绍-ADC0809 pin converter introduced

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MCS
    MCS-96单片机A_D转换器应用,包括查询式方法和中断方法。查询法通过检测AD_RESULT(LO)中的S位来判定A/D转换是否完成,中断方法用来实现多任务处理。-MCS-96 microcontroller A_D converter applications, including inquiries approaches and methods interruption. Query by detecting AD_RESULT (LO), the S-judge A/D conversion if completed, Methods used to achieve interruption of multi-tasking.
    2023-05-24 10:40:03下载
    积分:1
  • Windows Environment 32
    Windows环境下32位汇编语言程序设计(第2版),对学习汇编很有用-Windows Environment 32-bit assembly language programming (2nd edition), compilation of useful learning
    2023-03-25 19:25:03下载
    积分:1
  • 4.asm……“蜂鸣程序,输入一个字符数,氮
    4.4装配。。。嘟嘟程序,输入N个字符,N嘟嘟。(已完成)ysk3.asm。。。显示一个星形倒三角形。。。用asm编程把键盘输入的八个无符号二进制数转换成十六进制数和十进制数,并输出表单.asm... 使用子程序程序按以下三种格式(、TT、Short)打印九九成法标:(已完成)字符.asm... 小写字母a b c d。。。x y z ASCII分别为61H 62H 63H 64H 78H 79H。。。7AH和大写字母A B C D。。。。X Y Z ASCII分别为41H 42H 43H 44H 58H 59H L1.5AH…,使用字符串处理编程指令,从键盘上输入16个字符(字母和其他区分大小写的字母数字二者),记入BUF1启动存储区并将其传输
    2022-03-07 05:57:22下载
    积分:1
  • May receive q3d ri webcam numerical, let q3d users can webcam
    可以接收q3d ri网络摄像头的数字,让q3d用户可以进行网络摄像头
    2022-11-01 05:55:03下载
    积分:1
  • 8 LED simulated binary addition operations. Asm 8 months LED simulated binary ad...
    8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm-8 LED simulated binary addition operations. Asm 8 months LED simulated binary addition operations. Asm
    2022-10-07 01:05:03下载
    积分:1
  • 逻辑尺的应用!
    汇编逻辑尺的应用!-compilation of the application logic feet!
    2022-02-05 15:12:51下载
    积分:1
  • BASM_for_Beginners.是DELPHI开发工具嵌入,介绍了两种的接口,其使用法...
    BASM_for_Beginners.是DELPHI开发工具嵌入汇编语言,介绍了两种语言的接口,其使用语法-BASM_for_Beginners. Yes DELPHI embedded assembly language development tools, the introduction of the interface in two languages, the use of grammar
    2022-11-17 22:35:03下载
    积分:1
  • DS1302 to read and write procedures for calendar DS1302 digital tube display to...
    DS1302读写程序 万年历 数码管子显示 DS1302读写程序 万年历 数码管子显示-DS1302 to read and write procedures for calendar DS1302 digital tube display to read and write procedures for calendar digital tube display
    2022-09-06 07:15:03下载
    积分:1
  • This file were downloaded from the Programmers Heaven CD
    This file were downloaded from the Programmers Heaven CD-Rom. More information about this CD-Rom can be found at the following WWW pages: http://www.algonet.se/~synchron http://www.infomagic.com synchron@algonet.se orders@infomagic.com-This file were downloaded from the Program mers Heaven CD-Rom. More information about stories "s CD-Rom can be found at the following Web pages : http://www.algonet.se/ ~ synchron http :// or www.infomagic.com synchron@algonet.se ders@infomagic.com
    2022-07-14 22:53:25下载
    积分:1
  • 设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到...
    设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到达高水位后再次启动马达。洗衣结束后则启动排水开关,待水位到达低水位后,则启动脱水马达,转动2min。如此重复三次,要求在每一动作之间有2s的间隔。 高水位,低水位为水位传感器,用两个开关模拟,当水位高于高水位或低于低水位时,两个开关的状态分别为0 。启动开关用一个开关表示。进水、排水、洗衣马达、脱水马达及报警分别用一个发光二极管表示。本实验只需用可编程并行接口电路的A口。其硬件接口如下图所示。也可采用可编程逻辑器件进行设计。 -Design of an automatic washing process controller, after commencement of advanced water, and so on to reach the high water mark, start laundry motor rotation 4min, such as in laundry water level lower than that found during the high water mark, then the motor stops rotating laundry and alarm, and the the water level reaches the high water mark again to start the motor. Laundry is started after the end of the drainage switch, when the water level reaches the low water level, then start the dehydration motors, rotating 2min. Repeat three times, each action requires the interval between the 2s. High water, low water level as water level sensors, with two analog switches, when the water
    2023-04-30 10:55:03下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载