亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

INTERRUPT

  • 基于單片機(jī)的數(shù)字化B超鍵盤設(shè)計(jì)

    針對(duì)目前使用的RS232接口數(shù)字化B超鍵盤存在PC主機(jī)啟動(dòng)時(shí)不能設(shè)置BIOS,提出一種PS2鍵盤的設(shè)計(jì)方法。基于W78E052D單片機(jī),采用8通道串行A/D轉(zhuǎn)換器設(shè)計(jì)了8個(gè)TGC電位器信息采集電路,電位器位置信息以鍵盤掃描碼序列形式發(fā)送,正交編碼器信號(hào)通過(guò)XC9536XL轉(zhuǎn)換為單片機(jī)可接收的中斷信號(hào),軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿足開(kāi)機(jī)可設(shè)置BIOS同時(shí),又可實(shí)現(xiàn)超聲特有功能,不需要專門設(shè)計(jì)驅(qū)動(dòng)程序,接口簡(jiǎn)單,成本低。 Abstract:  Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received INTERRUPT information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.    

    標(biāo)簽: 單片機(jī) B超 數(shù)字化 鍵盤設(shè)計(jì)

    上傳時(shí)間: 2013-10-10

    上傳用戶:asdfasdfd

  • 基于AT89C52單片機(jī)的語(yǔ)音錄放系統(tǒng)

       設(shè)計(jì)一種基于AT89C52的語(yǔ)音錄放系統(tǒng),利用單片機(jī)、ISD2560語(yǔ)音錄放器件、麥克風(fēng)、揚(yáng)聲器等元器件實(shí)現(xiàn)硬件電路的設(shè)計(jì),并利用C51高級(jí)語(yǔ)言設(shè)計(jì)ISD2560器件控制字的寫入和定時(shí)中斷程序。經(jīng)軟硬件調(diào)試,結(jié)果表明該系統(tǒng)錄放效果良好,具有一定的工程實(shí)用價(jià)值。 Abstract:  Voice recording and playback system based on AT89C52is designed in this paper.Using the single-chip microcomputer,voice recording and playback chip ISD2560,microphone and speaker to realize the hardware circuit design.Writing ISD2560control words and timing INTERRUPT procedures are designed by C51advanced language.Through the hardware and software test,voice recording and playback system play better voice,and this system has some engineering practical values.

    標(biāo)簽: 89C C52 AT 89

    上傳時(shí)間: 2013-10-20

    上傳用戶:ywcftc277

  • 基于ISA總線與KH-9300的數(shù)據(jù)采集系統(tǒng)

    介紹基于ISA總線與KH-9300的數(shù)據(jù)采集板卡的設(shè)置,詳細(xì)說(shuō)明8254定時(shí)計(jì)數(shù)器及8259中斷控制器的結(jié)構(gòu)特點(diǎn)、工作方式、控制字等,探討中斷類型、中斷處理程序、中斷矢量表及其填寫。重點(diǎn)講述使用TorboC編寫中斷服務(wù)程序的方法,應(yīng)注意的主要問(wèn)題及程序測(cè)試的結(jié)果。 Abstract:  The settings of KH-9300 data acquisition board based on the ISA bus is introduced,the structural characteristics,working methods,control characters of the timing counter 8254 and INTERRUPTioncontroller 8259 are explained in detail.The INTERRUPTion type,INTERRUPT handling programs,INTERRUPTion vector table and its filling also are discussed.Further,great emphasis is put on the method of INTERRUPT service program compiled by Torbo C,the main issues that should be noted,and the results of program testing.

    標(biāo)簽: 9300 ISA KH 總線

    上傳時(shí)間: 2013-11-14

    上傳用戶:qq527891923

  • 基于ISA總線的計(jì)算機(jī)與DSP的通信

    在開(kāi)放式數(shù)控系統(tǒng)結(jié)構(gòu)模型的基礎(chǔ)上,研究了基于ISA總線的DSP通信控制原理。采用中斷方式完成了PC機(jī)和DSP之間的通信。介紹了以DriverWorks為工具開(kāi)發(fā)ISA設(shè)備WDM驅(qū)動(dòng)程序的方法,探討了中斷處理、驅(qū)動(dòng)程序與應(yīng)用程序之間的通信,簡(jiǎn)要說(shuō)明了驅(qū)動(dòng)程序的安裝與調(diào)試。通過(guò)調(diào)試,系統(tǒng)設(shè)計(jì)運(yùn)行穩(wěn)定。 Abstract:  The ISA bus and DSP correspondence control principle is investigated in the basis of the existing open architecture numerical control system.The INTERRUPT method is used to realize the communication between PC and DSP based on the ISA bus.The methods of WDM driver exploitation for ISA device using Driver Works are introduced.The main process of driver program and the keys such as handle INTERRUPT and the communication between the drivers and application are presented.And how to debug and install the drive is explained.

    標(biāo)簽: ISA DSP 總線 計(jì)算機(jī)

    上傳時(shí)間: 2013-11-04

    上傳用戶:kang1923

  • 基于C8051F020的觸摸屏驅(qū)動(dòng)控制

    C8051F020單片機(jī)通過(guò)SPI接口驅(qū)動(dòng)四線電阻式觸摸屏控制器TSC2046,利用中斷方式驅(qū)動(dòng)TSC2046設(shè)計(jì)軟件。介紹了觸摸屏的工作原理、TSC2046工作方式以及典型應(yīng)用電路。 Abstract:  The C8051F020 MCU is connected with the TSC2046 which is a 4-wire touch screen controller. The TSC2046 is controlled by INTERRUPT mode, the? operation principle of touch screen is introduced. The operation mode of TSC2046 and typical application circuit are also discussed.

    標(biāo)簽: C8051F020 觸摸屏 驅(qū)動(dòng)控制

    上傳時(shí)間: 2014-12-27

    上傳用戶:hwl453472107

  • 基于AT89S52的漢字顯示屏的設(shè)計(jì)

    介紹了一種基于AT89S52微處理器、鍵控顯示模式、多漢字顯示的顯示模塊設(shè)計(jì)方法。對(duì)AT89S52的內(nèi)部功能及使用高128字節(jié)RAM時(shí)的尋址方式進(jìn)行說(shuō)明。給出了四漢字顯示模塊的硬件電路原理圖、主程序流程圖以及中斷顯示流程圖。 Abstract:  The design method of display module base on the AT89S52 microcontroller,display mode controlled by keyboard and? showing several Chinese characterses are introduced in the paper.The internal function and the addressing mode for the high 128B RAM of the AT89S52 are explained.The basic circuit diagram,the main program flow chart and the display INTERRUPT flow chart of four Chinese characterses display module are also given.

    標(biāo)簽: 89S S52 AT 89

    上傳時(shí)間: 2014-01-23

    上傳用戶:咔樂(lè)塢

  • 基于51單片機(jī)的作息號(hào)音自動(dòng)播放器設(shè)計(jì)

     利用AT89C51型單片機(jī)定時(shí)和中斷功能,配以LM386型音頻功率放大器,構(gòu)成了作息號(hào)音自動(dòng)播放器,為學(xué)校和機(jī)關(guān)管理提供方便。 Abstract:  Using timing and INTERRUPT function of the AT89C51 single-chip microcomputer and the LM386 audio power amplifier.It is constituted the automatic bugle player.This player facilitates the institution and the school daily management.

    標(biāo)簽: 51單片機(jī) 自動(dòng) 播放器

    上傳時(shí)間: 2013-10-10

    上傳用戶:wivai

  • AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼

    AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼:AT89C2051驅(qū)動(dòng)步進(jìn)電機(jī)的電路和源碼 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n;unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #define n 400/* flag1 mask byte 0x01 run cw() 0x02 run ccw() */main(){ flag1=0; serinit(9600); disable(); /* no need timer INTERRUPT */ cw_n = n; /* initial step number for cw */ flag1 |=0x01; /* initial enable cw() */while(1){ { tick_wait(); /* wait for 10ms elapsed */energize(); /* round-robin execution the following tasks every 10ms */ cw(); ccw(); } }}cw(){ if((flag1&0x01)!=0) { cw_n--; /* decrement cw step number */ if (cw_n !=0) j++; /* if not zero increment index j */ else {flag1&=~0x01; /* disable cw() execution */ ccw_n = n; /* reload step number to ccw counter */ flag1 |=0x02; /* enable cww() execution */ } }

    標(biāo)簽: C2051 2051 89C AT

    上傳時(shí)間: 2013-11-21

    上傳用戶:boyaboy

  • PCA9537 4bit I2C bus and SMBus

    The PCA9537 is a 10-pin CMOS device that provides 4 bits of General Purpose parallelInput/Output (GPIO) expansion with INTERRUPT and reset for I2C-bus/SMBus applicationsand was developed to enhance the NXP Semiconductors family of I2C-bus I/O expanders.I/O expanders provide a simple solution when additional I/O is needed for ACPI powerswitches, sensors, push-buttons, LEDs, fans, etc.

    標(biāo)簽: SMBus 9537 4bit PCA

    上傳時(shí)間: 2013-10-14

    上傳用戶:wuchunzhong

  • PCA9538 8bit I2C bus and SMBus

    The PCA9538 is a 16-pin CMOS device that provides 8 bits of General Purpose parallelInput/Output (GPIO) expansion with INTERRUPT and reset for I2C-bus/SMBus applicationsand was developed to enhance the NXP Semiconductors family of I2C-bus I/O expanders.I/O expanders provide a simple solution when additional I/O is needed for ACPI powerswitches, sensors, push-buttons, LEDs, fans, etc.

    標(biāo)簽: SMBus 9538 8bit PCA

    上傳時(shí)間: 2014-01-24

    上傳用戶:youmo81

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲淫性视频| 国产一区av在线| 欧美伊人久久久久久久久影院| 亚洲欧美成aⅴ人在线观看| 亚洲一区二区三区四区五区午夜| 欧美一级视频精品观看| 毛片av中文字幕一区二区| 欧美日韩天天操| 国产一区二区三区久久| 亚洲激情影院| 久久gogo国模裸体人体| 欧美视频你懂的| 在线观看成人一级片| 香蕉久久精品日日躁夜夜躁| 欧美日本一区二区视频在线观看| 黄色av成人| 欧美在线关看| 欧美三区在线| 亚洲久久一区| 欧美二区不卡| 一区免费视频| 久久久久se| 国内精品久久久| 午夜影院日韩| 国产精品嫩草影院av蜜臀| 99re成人精品视频| 欧美日韩一区二区三区在线观看免 | 国产女人水真多18毛片18精品视频| 亚洲丰满在线| 嫩模写真一区二区三区三州| 一区二区三区在线观看国产| 久久精品亚洲一区二区三区浴池| 国产精品视频xxxx| 亚洲免费一区二区| 国产欧美日本| 欧美一区二区三区久久精品茉莉花| 国产精品美女久久久浪潮软件| 亚洲图片自拍偷拍| 国产精品爽黄69| 久久国产视频网站| …久久精品99久久香蕉国产| 免费成人av| 一区二区三区国产在线观看| 欧美三日本三级少妇三99| 亚洲一区精品视频| 国产欧美一区二区精品仙草咪| 亚洲一区二区三区在线播放| 国产欧美一区二区三区久久| 久久婷婷国产综合尤物精品| 亚洲国产免费| 国产精品videossex久久发布| 午夜精品久久久久久久久久久| 国产一区久久| 欧美大胆成人| 午夜精品视频一区| 在线看日韩av| 国产精品高潮久久| 蜜臀久久99精品久久久久久9| aa级大片欧美三级| 国内揄拍国内精品久久| 欧美精品在线免费播放| 午夜精品福利电影| 亚洲日本电影在线| 国产亚洲一二三区| 欧美高清视频在线播放| 亚洲欧美影音先锋| 亚洲精品社区| 国模套图日韩精品一区二区| 欧美日韩系列| 免费视频亚洲| 久久国产精品网站| 中日韩在线视频| 在线成人av.com| 国产老肥熟一区二区三区| 欧美国产国产综合| 久久免费的精品国产v∧| 亚洲天堂成人在线视频| 亚洲激情av| 在线观看亚洲精品视频| 国产乱码精品一区二区三区五月婷| 牛牛影视久久网| 欧美亚洲视频一区二区| aa级大片欧美三级| 影音先锋亚洲视频| 国产日韩免费| 国产精品久久久久久av下载红粉| 欧美激情成人在线视频| 久久久噜噜噜久久中文字幕色伊伊 | 在线国产日韩| 国产亚洲欧美中文| 国产精品视频一| 欧美午夜精品一区| 欧美另类久久久品| 欧美巨乳在线| 欧美精品 国产精品| 欧美国产亚洲视频| 久久在线播放| 免费亚洲一区二区| 老牛嫩草一区二区三区日本| 久久久久国产精品厨房| 久久爱www久久做| 久久动漫亚洲| 久久精品国产亚洲a| 久久精品视频在线看| 久久激情网站| 久久精品一本| 久久视频一区二区| 久久亚洲精品一区| 免费看亚洲片| 欧美日韩国产小视频在线观看| 欧美精品一区二区三| 欧美日韩成人一区二区三区| 欧美精品一区二| 欧美日韩精品久久| 国产精品视频自拍| 国内精品一区二区三区| 1024成人网色www| 亚洲理论在线| 亚洲欧美综合精品久久成人| 欧美一区激情视频在线观看| 久久九九久精品国产免费直播| 久久综合五月天婷婷伊人| 欧美极品色图| 国产精品亚洲综合色区韩国| 激情丁香综合| 亚洲久久在线| 欧美一区二区三区啪啪| 久久综合一区二区| 欧美日韩免费观看一区三区| 国产精品日韩欧美一区| 好吊日精品视频| 亚洲毛片播放| 久久九九热免费视频| 欧美日韩国产bt| 国产无一区二区| 日韩视频亚洲视频| 久久久人成影片一区二区三区| 欧美精品色综合| 国产亚洲欧洲一区高清在线观看| 亚洲国产精品精华液网站| 亚洲一区国产视频| 久久久久久久尹人综合网亚洲 | 国产美女诱惑一区二区| 樱桃成人精品视频在线播放| 99国产精品久久| 久久网站免费| 国产精品久久久久毛片软件| 在线免费观看视频一区| 亚洲欧美另类中文字幕| 欧美国产第一页| 国产视频一区二区在线观看| 亚洲精品1234| 香蕉久久精品日日躁夜夜躁| 久久久久国色av免费看影院| 欧美日韩精品一区二区三区| 国语精品一区| 欧美一级一区| 国产精品久久国产精麻豆99网站| 亚洲福利在线视频| 久久久久国产精品一区| 国产精品私房写真福利视频| 9色精品在线| 欧美精品啪啪| 91久久精品国产91久久性色tv| 久久精品一本久久99精品| 国产精品亚洲片夜色在线| 亚洲午夜久久久久久久久电影院| 欧美国产日韩在线观看| 精品av久久707| 久久久久久亚洲精品杨幂换脸| 国产精品亚洲激情| 香蕉久久一区二区不卡无毒影院| 欧美午夜精品一区| 亚洲一区免费网站| 国产精品欧美经典| 亚洲女女女同性video| 国产精品视频免费一区| 先锋影音久久久| 国产一区二区无遮挡| 久久国产日韩| 亚洲福利小视频| 欧美精品一区二区精品网| 一区二区三区黄色| 国产精品亚洲激情| 久久精品国产一区二区电影| 韩国成人精品a∨在线观看| 久久人人爽爽爽人久久久| 在线电影国产精品| 欧美激情四色 | 最新高清无码专区| 欧美专区一区二区三区| 一区二区三区我不卡| 欧美国产综合视频| 亚洲网站啪啪| 国产私拍一区| 欧美成人精品h版在线观看| 一区二区三区不卡视频在线观看 | 国产模特精品视频久久久久| 久久爱www久久做| 亚洲精品一区二区三区四区高清|