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

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

Include

Include是一個計算機專業術語,一指C/C++中包含頭文件命令,用于將指定頭文件嵌入源文件中。二指Include指令,在JSP中包含一個靜態的文件,同時解析這個文件中的JSP語句。三指PHP語句。
  • AVR單片機數碼管秒表顯示

    #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,

    標簽: AVR 單片機 數碼管

    上傳時間: 2013-10-21

    上傳用戶:13788529953

  • 100個單片機實例

    #Include<reg51.h> //包含單片機寄存器的頭文件 /******************************************************* 函數功能:主函數 (C 語言規定必須有也只能有1 個主函數) ********************************************************/ void main(void) { while(1) //無限循環 { P1=0xff; // P1=1111 1111B,熄滅LED P0=P1; // 將 P1 口狀態送入P0 口 P2=P1; // 將 P1 口狀態送入P2 口 P3=P1; // 將 P1 口狀態送入P3 口

    標簽: 100 單片機

    上傳時間: 2013-10-26

    上傳用戶:離殤

  • c51流水燈仿真與程序

    對應程序: #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; }

    標簽: c51 流水燈 仿真 程序

    上傳時間: 2014-01-17

    上傳用戶:ruan2570406

  • 51單片機實現的RS485通訊程序

      #ifndef __485_C__   #define __485_C__   #Include   #Include   #define unsigned char uchar   #define unsigned int uint   /* 通信命令 */   #define __ACTIVE_ 0x01 // 主機詢問從機是否存在   #define __GETDATA_ 0x02 // 主機發送讀設備請求   #define __OK_ 0x03 // 從機應答   #define __STATUS_ 0x04 // 從機發送設備狀態信息   #define __MAXSIZE 0x08 // 緩沖區長度   #define __ERRLEN 12 // 任何通信幀長度超過12則表示出錯   uchar dbuf[__MAXSIZE]; // 該緩沖區用于保存設備狀態信息   uchar dev; // 該字節用于保存本機設備號   sbit M_DE = P1^0; // 驅動器使能,1有效   sbit M_RE = P1^1; // 接收器使能,0有效

    標簽: 485 RS 51單片機 通訊程序

    上傳時間: 2014-12-26

    上傳用戶:604759954

  • ds18b20程序

      /通過DS18B20測試當前環境溫度, 并通過數碼管顯示當前溫度值, 目前顯示范圍: 0.0~ +99.9度   #Include   #Include   #define uchar unsigned char   #define uint unsigned int   #define DATAPORT P0 //定義P0口為Led數據口   //#define SETTEMP P1 //定義P1口為設定溫度   #define SELECT P2 //定義P2口為選擇信號   sbit L1 = P1^1; //燈作為電機   sbit L2 = P1^2;   sbit L3 = P1^3;

    標簽: 18b b20 ds 18

    上傳時間: 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.

    標簽: 170 LBC SN TRIP

    上傳時間: 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.

    標簽: FET 430 PIF

    上傳時間: 2013-10-26

    上傳用戶:fengweihao158@163.com

  • lpc2478完全使用手冊

    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.

    標簽: 2478 lpc 使用手冊

    上傳時間: 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

    標簽: Microcontrolle PICkit 8482

    上傳時間: 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.

    標簽: SMBus 9534 PCA I2C

    上傳時間: 2013-11-17

    上傳用戶:vodssv

主站蜘蛛池模板: 福建省| 桑植县| 阿图什市| 昭平县| 郯城县| 庆城县| 鄂托克旗| 秦皇岛市| 隆尧县| 甘肃省| 漳州市| 饶平县| 河西区| 齐河县| 沿河| 汪清县| 工布江达县| 昭苏县| 莱州市| 望城县| 中西区| 沽源县| 迁安市| 个旧市| 泰宁县| 寿光市| 徐州市| 福建省| 日喀则市| 万宁市| 渑池县| 南江县| 滨州市| 灯塔市| 固镇县| 六盘水市| 宝清县| 开封市| 昭觉县| 定州市| 顺义区|