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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Interrupt-driven

  • ISCAS的benchmark 含有原理圖

    ISCAS的benchmark 含有原理圖,VHDL、VerilogHDL網表,測試數據等。 27-channel interrupt controller

    標簽: benchmark ISCAS 原理圖

    上傳時間: 2016-12-07

    上傳用戶:h886166

  • PC與單片機雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

    PC與單片機雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //數據長度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //發送緩沖區 unsigned char inbuf2[50] //接收緩沖區 unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: timer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // timer 1 run } //向串口發送一個字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標簽: include intrins define Key_UP

    上傳時間: 2014-11-29

    上傳用戶:風之驕子

  • PIC18實作範例

    PIC18實作範例,interrupt,ADC,蜂鳴器範例

    標簽: PIC 18

    上傳時間: 2013-12-17

    上傳用戶:凌云御清風

  • EJB3的入門資料

    EJB3的入門資料,相當不錯的一個東東.具體包括SessionBean, Message Driven Bean, EntityBean,是入門的首選

    標簽: EJB3

    上傳時間: 2013-12-17

    上傳用戶:heart520beat

  • 一個模擬沃爾瑪柜臺結賬的排隊論仿真

    一個模擬沃爾瑪柜臺結賬的排隊論仿真,相當于一個M/M/C系統,用event driven思路寫成。

    標簽: 模擬 仿真 沃爾瑪

    上傳時間: 2017-02-16

    上傳用戶:啊颯颯大師的

  • Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.

    Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.Enhancements include a wider supported operating frequency range, 4deep read and write fifos, and programmable transfer count dependent interrupt generation. As with the SPI found in MC68HC11 processors the core features programmable clock phase [CPHA] and clock polarity [CPOL]. The core features an 8bit wishbone interface. Very simple, very small.

    標簽: Peripheral Interface available Enhanced

    上傳時間: 2014-12-06

    上傳用戶:invtnewer

  • 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

    1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c

    標簽: EVT0 followings BSP support

    上傳時間: 2014-01-27

    上傳用戶:fnhhs

  • The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa

    The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security

    標簽: microcontroller programmable in-system W78E58B

    上傳時間: 2017-04-27

    上傳用戶:yiwen213

  • The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DO

    The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DOS Genealogy of MS-DOS MS-DOS in Operation Structure of MS-DOS Application Programs MS-DOS Programming Tools Keyboard and Mouse Input Video Display Printer and Serial Port File Management Volumes and Directories Disk Internals Memory Management The EXEC Function Interrupt Handlers Installable Device Drivers Filters Compatibility and Portability MS-DOS FUNCTIONS REFERENCE IBM ROM BIOS AND MOUSE FUNCTIONS REFERENCE LOTUS/INTEL/MICROSOFT EMS FUNCTIONS REFERENCE

    標簽: Programmers PROGRAMMING Microsoft Assembly

    上傳時間: 2017-05-05

    上傳用戶:xuanjie

  • This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian

    This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective terms, CDS is used for the diffusive terms. The boundary conditions are set for the lid-driven cavity flow. Only steady flows are considered.

    標簽: Navier-Stokes incorporates Cartesian equations

    上傳時間: 2017-05-14

    上傳用戶:ryb

主站蜘蛛池模板: 洛宁县| 潮安县| 襄城县| 上饶县| 蒙城县| 资溪县| 武强县| 光泽县| 青铜峡市| 呼玛县| 民勤县| 巴青县| 沾化县| 陈巴尔虎旗| 聊城市| 西乡县| 达孜县| 个旧市| 正宁县| 梅河口市| 新营市| 汝阳县| 土默特左旗| 无棣县| 彭水| 江陵县| 乌苏市| 文化| 东至县| 通道| 孟村| 石棉县| 榕江县| 禹城市| 奉新县| 普宁市| 沙雅县| 扶风县| 阿拉尔市| 新宾| 庆阳市|