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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

INCLUDE

INCLUDE是一個(gè)計(jì)算機(jī)專(zhuān)業(yè)術(shù)語(yǔ),一指C/C++中包含頭文件命令,用于將指定頭文件嵌入源文件中。二指INCLUDE指令,在JSP中包含一個(gè)靜態(tài)的文件,同時(shí)解析這個(gè)文件中的JSP語(yǔ)句。三指PHP語(yǔ)句。
  • AVR單片機(jī)數(shù)碼管秒表顯示

    #INCLUDE<iom16v.h> #INCLUDE<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,

    標(biāo)簽: AVR 單片機(jī) 數(shù)碼管

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

    上傳用戶:13788529953

  • 100個(gè)單片機(jī)實(shí)例

    #INCLUDE<reg51.h> //包含單片機(jī)寄存器的頭文件 /******************************************************* 函數(shù)功能:主函數(shù) (C 語(yǔ)言規(guī)定必須有也只能有1 個(gè)主函數(shù)) ********************************************************/ void main(void) { while(1) //無(wú)限循環(huán) { P1=0xff; // P1=1111 1111B,熄滅LED P0=P1; // 將 P1 口狀態(tài)送入P0 口 P2=P1; // 將 P1 口狀態(tài)送入P2 口 P3=P1; // 將 P1 口狀態(tài)送入P3 口

    標(biāo)簽: 100 單片機(jī)

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

    上傳用戶:離殤

  • c51流水燈仿真與程序

    對(duì)應(yīng)程序: #INCLUDE<reg52.h> #define uint unsigned int #define uchar unsigned char uchar code tab[]={ 0x81, 0x42, 0x24, 0x18, }; void delay(uint z) { uint i,j; for(i=z;i>0;i--) for(j=120;j>0;j--); } void init() { P0=0x00; }

    標(biāo)簽: c51 流水燈 仿真 程序

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

    上傳用戶:ruan2570406

  • 51單片機(jī)實(shí)現(xiàn)的RS485通訊程序

      #ifndef __485_C__   #define __485_C__   #INCLUDE   #INCLUDE   #define unsigned char uchar   #define unsigned int uint   /* 通信命令 */   #define __ACTIVE_ 0x01 // 主機(jī)詢問(wèn)從機(jī)是否存在   #define __GETDATA_ 0x02 // 主機(jī)發(fā)送讀設(shè)備請(qǐng)求   #define __OK_ 0x03 // 從機(jī)應(yīng)答   #define __STATUS_ 0x04 // 從機(jī)發(fā)送設(shè)備狀態(tài)信息   #define __MAXSIZE 0x08 // 緩沖區(qū)長(zhǎng)度   #define __ERRLEN 12 // 任何通信幀長(zhǎng)度超過(guò)12則表示出錯(cuò)   uchar dbuf[__MAXSIZE]; // 該緩沖區(qū)用于保存設(shè)備狀態(tài)信息   uchar dev; // 該字節(jié)用于保存本機(jī)設(shè)備號(hào)   sbit M_DE = P1^0; // 驅(qū)動(dòng)器使能,1有效   sbit M_RE = P1^1; // 接收器使能,0有效

    標(biāo)簽: 485 RS 51單片機(jī) 通訊程序

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

    上傳用戶:604759954

  • ds18b20程序

      /通過(guò)DS18B20測(cè)試當(dāng)前環(huán)境溫度, 并通過(guò)數(shù)碼管顯示當(dāng)前溫度值, 目前顯示范圍: 0.0~ +99.9度   #INCLUDE   #INCLUDE   #define uchar unsigned char   #define uint unsigned int   #define DATAPORT P0 //定義P0口為L(zhǎng)ed數(shù)據(jù)口   //#define SETTEMP P1 //定義P1口為設(shè)定溫度   #define SELECT P2 //定義P2口為選擇信號(hào)   sbit L1 = P1^1; //燈作為電機(jī)   sbit L2 = P1^2;   sbit L3 = P1^3;

    標(biāo)簽: 18b b20 ds 18

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

    上傳用戶:liulinshan2010

  • SN65LBC170,SN75LBC170,pdf(TRIP

    The SN65LBC170 and SN75LBC170 aremonolithic integrated circuits designed forbidirectional data communication on multipointbus-transmission lines. Potential applicationsINCLUDE serial or parallel data transmission, cabledperipheral buses with twin axial, ribbon, ortwisted-pair cabling. These devices are suitablefor FAST-20 SCSI and can transmit or receivedata pulses as short as 25 ns, with skew lessthan 3 ns.These devices combine three 3-state differentialline drivers and three differential input linereceivers, all of which operate from a single 5-Vpower supply.The driver differential outputs and the receiverdifferential inputs are connected internally to formthree differential input/output (I/O) bus ports thatare designed to offer minimum loading to the buswhenever the driver is disabled or VCC = 0. Theseports feature a wide common-mode voltage rangemaking the device suitable for party-lineapplications over long cable runs.

    標(biāo)簽: 170 LBC SN TRIP

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

    上傳用戶:ytulpx

  • FET430PIF自制資料

    The MSP-FET430PIF is a Parallel Port interface (does not INCLUDE target board) that is used to program and debug MSP430 FET tools and test boards through the JTAG interface. This interface is INCLUDEd in our FET tools, but sold without the development board. This interface uses a Parallel PC Port to communicate to the Debugger Software (IAR Kickstart software INCLUDEd) running on the PC. The interface uses the standard 14 pin header to communicate to the MSP430 device using the standard JTAG protocol. The flash memory can be erased and programmed in seconds with only a few keystrokes, and since the MSP430 flash is extremely low power, no external power supply is required. The tool has an integrated software environment and connects directly to the PC which greatly simplifies the set-up and use of the tool. The flash development tool supports development with all MSP430 flash parts. Features MSP430 debugging interface to connect a MSP430-Flash-device to a Parallel port on a PC Supports JTAG debug protocol (NO support for Spy-Bi-Wire (2-wire JTAG) debug protocol, Spy-Bi-Wire (2-wire JTAG) is supported by MSP-FET430UIF) Parallel Port cable and a 14-conductor target cable Full documentation on CD ROM Integrated IAR Kickstart user interface which INCLUDEs: Assembler Linker Limulator Source-level debugger Limited C-compiler Technical specifications: Backwardly compatable with existing FET tool boards.

    標(biāo)簽: FET 430 PIF

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

    上傳用戶:fengweihao158@163.com

  • lpc2478完全使用手冊(cè)

    NXP Semiconductor designed the LPC2400 microcontrollers around a 16-bit/32-bitARM7TDMI-S CPU core with real-time debug interfaces that INCLUDE both JTAG andembedded Trace. The LPC2400 microcontrollers have 512 kB of on-chip high-speedFlash memory. This Flash memory INCLUDEs a special 128-bit wide memory interface andaccelerator architecture that enables the CPU to execute sequential instructions fromFlash memory at the maximum 72 MHz system clock rate. This feature is available onlyon the LPC2000 ARM Microcontroller family of products. The LPC2400 can execute both32-bit ARM and 16-bit Thumb instructions. Support for the two Instruction Sets meansEngineers can choose to optimize their application for either performance or code size atthe sub-routine level. When the core executes instructions in Thumb state it can reducecode size by more than 30 % with only a small loss in performance while executinginstructions in ARM state maximizes core performance.

    標(biāo)簽: 2478 lpc 使用手冊(cè)

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

    上傳用戶:zouxinwang

  • PICkit™ 2 Microcontrolle

    PICkit™ 2 Microcontroller Programmer USER’S GUIDE This chapter contains general information that will be useful to know before using thePICkit™ 2 Microcontroller Programmer. Items discussed in this chapter INCLUDE:• Document Layout• Conventions Used in this Guide• Warranty Registration• Recommended Reading• The Microchip Web Site• Development Systems Customer Change Notification Service• Customer Support• Document Revision History

    標(biāo)簽: Microcontrolle PICkit 8482

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

    上傳用戶:妄想演繹師

  • PCA9534—帶中斷的低功耗8位I2C和SMBus IO口

    The PCA9534 is a 16-pin CMOS device that provide 8 bits of General Purpose parallel Input/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed to enhance the NXP Semiconductors family of I2C-bus I/O expanders. The improvements INCLUDE higher drive capability, 5 V I/O tolerance, lower supply current, individual I/O configuration, 400 kHz clock frequency, and smaller packaging. I/O expanders provide a simple solution when additional I/O is needed for ACPI power switches, sensors, push buttons, LEDs, fans, etc.

    標(biāo)簽: SMBus 9534 PCA I2C

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

    上傳用戶:vodssv

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产农村妇女精品| 欧美日韩精品| 欧美不卡视频一区| 国产一区二区三区不卡在线观看| 一区二区三区在线观看国产| 亚洲欧美在线一区二区| 欧美人与性动交cc0o| 国产精品伊人日日| 小黄鸭精品密入口导航| 国产日韩欧美亚洲| 葵司免费一区二区三区四区五区| 狠狠久久亚洲欧美| 欧美日韩大陆在线| 亚洲女性裸体视频| 有坂深雪在线一区| 亚洲卡通欧美制服中文| 亚洲一区日韩在线| 欧美成人免费网| 国产精品尤物| 一区二区高清| 欧美国产日韩一区二区在线观看 | 亚洲区在线播放| 亚洲破处大片| 久久久久欧美| 韩国v欧美v日本v亚洲v| 一本综合精品| 欧美激情第六页| 黄色av成人| 久久精品欧美日韩精品| 国产精品成人一区二区| 日韩视频在线你懂得| 欧美韩国一区| 亚洲高清视频一区| 美女精品在线观看| 在线观看一区二区精品视频| 亚洲欧美视频在线观看| 国产精品久久久久9999高清| 一区二区电影免费观看| 欧美高清在线一区| 日韩天堂av| 欧美三级在线播放| 一区二区三区日韩在线观看| 欧美日韩国产色视频| 亚洲婷婷综合色高清在线| 国产精品久久999| 最新国产乱人伦偷精品免费网站 | 精品99一区二区| 猛干欧美女孩| 一区二区三区四区蜜桃| 国产精品福利av| 欧美在线中文字幕| 国内精品久久久久久久影视蜜臀| 久久视频这里只有精品| 亚洲精品视频免费观看| 欧美系列精品| 美女精品在线观看| 亚洲一区二区在线观看视频| 国产日韩欧美精品| 欧美日韩成人综合天天影院| 新狼窝色av性久久久久久| 国户精品久久久久久久久久久不卡| 毛片基地黄久久久久久天堂| 亚洲午夜视频| 99国产精品国产精品久久| 国产精品免费福利| 欧美激情片在线观看| 欧美一区二区视频在线观看| 亚洲精品视频一区二区三区| 一区在线播放| 亚洲欧美国产视频| 伊人成人在线| 激情久久久久久久| 美日韩精品视频| 久久久久久久久久久成人| 亚洲在线中文字幕| 亚洲天堂成人在线视频| 亚洲视频在线观看一区| 亚洲视频在线免费观看| 9色porny自拍视频一区二区| 亚洲高清色综合| 亚洲激情影院| 一区二区毛片| 亚洲欧美日韩精品久久| 亚洲欧美日韩一区二区在线| 欧美一二三视频| 久久免费99精品久久久久久| 久热精品视频| 欧美日韩精品在线| 欧美四级剧情无删版影片| 国产精品成人播放| 韩国欧美国产1区| 亚洲人人精品| 亚洲在线观看视频| 久久午夜羞羞影院免费观看| 欧美成人午夜激情在线| 国产精品yjizz| 亚洲高清视频一区二区| 一本大道av伊人久久综合| 午夜视频在线观看一区| 欧美成人免费播放| 国产热re99久久6国产精品| 激情五月综合色婷婷一区二区| 国产麻豆综合| 亚洲精品在线一区二区| 久久久一区二区| 国产精品第一区| 亚洲欧洲日产国产综合网| 久久国产免费| 国产精品久久波多野结衣| 亚洲国产美女久久久久| 久久久久久婷| 国产亚洲观看| 久久久国产精品亚洲一区| 国产精品v欧美精品v日本精品动漫| 极品av少妇一区二区| 久久国产夜色精品鲁鲁99| 国产精品亚洲综合一区在线观看 | 亚洲精品乱码久久久久久| 欧美一级视频免费在线观看| 欧美午夜不卡在线观看免费| 99国产精品久久| 国产精品电影在线观看| 一区二区不卡在线视频 午夜欧美不卡'| 国产精品视频专区| 亚洲欧美国产va在线影院| 国产精品海角社区在线观看| 亚洲图中文字幕| 国产一区二区激情| 蜜桃精品一区二区三区| 亚洲人成人99网站| 欧美日韩在线观看视频| 亚洲综合国产精品| 国产一区二区日韩精品| 美女久久一区| 亚洲手机在线| ●精品国产综合乱码久久久久| 久久av一区二区| 一区二区在线视频播放| 欧美sm视频| 亚洲一级免费视频| 亚洲电影免费在线| 国产精品久久九九| 免费中文字幕日韩欧美| 午夜久久电影网| 亚洲电影免费在线观看| 国产精品亚洲欧美| 欧美三级电影一区| 欧美激情按摩| 欧美a级一区| 久久久久久久久久久久久9999| 亚洲美女黄色| 最新国产の精品合集bt伙计| 国产欧美精品一区| 欧美日韩国产天堂| 久久这里有精品15一区二区三区| 中文av字幕一区| 一区二区毛片| 亚洲午夜视频| 午夜精品久久久久久久久久久久| 夜夜狂射影院欧美极品| 欧美www视频| 亚洲在线视频一区| 欧美亚州一区二区三区| 亚洲精品国产欧美| 国产精品毛片a∨一区二区三区|国| 亚洲韩国日本中文字幕| 欧美日韩一二区| 亚洲一区二区三区乱码aⅴ| 久久中文久久字幕| 亚洲高清在线观看一区| 欧美韩日高清| 亚洲精品国久久99热| 欧美成ee人免费视频| 亚洲国产高清在线| 一区二区免费在线播放| 久久久免费观看视频| 久久精品欧美| 欧美激情五月| 国产精品视频一区二区高潮| 国内外成人免费视频| 亚洲高清不卡av| 亚洲欧美影音先锋| 免费在线国产精品| 欧美日韩在线视频一区二区| 欧美色中文字幕| 国产亚洲一区二区三区| 欧美成人综合网站| 在线一区二区三区做爰视频网站| 国产精品视频福利| 国产精品久久久久久久9999| 国产伦精品一区二区三区高清版| 国产精品福利网| 亚洲色图综合久久| 久久久久久久久久看片| 欧美激情按摩| 国产精品影视天天线| 亚洲欧美大片| 欧美高清在线精品一区| 国产欧美欧洲在线观看| 午夜欧美理论片|