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

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

MAIN

  • 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

    上傳用戶:離殤

  • keil編譯錯誤分析

    一、 MAIN.c(35): warning: #128-D: loop is not reachable from preceding code 原因,前面有一個while(1){ …….} 二、 MAIN.c(54): warning: #1-D: last line of file ends without a newline 少了一個回車在}之后  

    標簽: keil 編譯 錯誤

    上傳時間: 2014-12-26

    上傳用戶:sjb555

  • 串行時鐘PCF8583在微機保護裝置中的應用

    實時時鐘是微機保護裝置的重要部件,在討論PCF8583結構與功能的基礎上,提出采用dsPIC33F系列微處理器與串行I2C時鐘PCF8583的接口設計方案,給出了相應的接口電路與軟件流程。該設計方案結構簡單,可靠性高,開發周期短,具有一定的實用與參考價值。所設計的微機保護裝置已投入現場運行,效果良好。 Abstract:  Real-time clock chip is an important part in microcomputer protection device.Based on discussing the structure and function of PCF8583,a new interface scheme which uses dsPIC33F microprocessor and serial clock chip(I2C)PCF8583is proposed.The method of the circuit design and the MAIN software flow are introduced in this paper.The scheme has simple structure,higher reliability and shorter exploitation cycle,so has definite practicality or reference value.The microcomputer protection device has been put into operation with better effects.

    標簽: 8583 PCF 串行時鐘 中的應用

    上傳時間: 2013-11-18

    上傳用戶:Thuan

  • 基于PCI9052的PCI局部總線應用

    詳細介紹了PCI9052接口器件的功能、結構和使用方法,并結合實際給出了基于PCI9052器件開發PCI總線接口卡的應用實例。 Abstract:   The MAIN functions,structures and usage of PCI9052inferface chip are introduced in detail in this paper.And an application example of designing PCI bus interface card based on PCI9052is proposed in this paper.

    標簽: PCI 9052 局部 總線

    上傳時間: 2013-10-16

    上傳用戶:togetsomething

  • 基于ISA總線與KH-9300的數據采集系統

    介紹基于ISA總線與KH-9300的數據采集板卡的設置,詳細說明8254定時計數器及8259中斷控制器的結構特點、工作方式、控制字等,探討中斷類型、中斷處理程序、中斷矢量表及其填寫。重點講述使用TorboC編寫中斷服務程序的方法,應注意的主要問題及程序測試的結果。 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.

    標簽: 9300 ISA KH 總線

    上傳時間: 2013-11-14

    上傳用戶:qq527891923

  • 基于單片機和基站器件EM4095的手持式低頻RFID讀卡器

    介紹一種采用單片機技術和基站器件EM4095的手持式低頻RFID讀卡器方案。首先對整個系統框架進行說明,然后介紹主要功能模塊的設計,給出了各模塊的原理圖。重點描述了基站器件EM4095的性能參數和功能原理,最后描述了該系統的主程序流程圖。 Abstract:  In this paper,a handheld RFID reader based on MCU and EM4095 is introduced.At first,the configuration of this system is explained.Then the design of MAIN modules and schematic documents are particularly presented.The parameters and principle of the chip EM4095 are introduced in detail. At last,the MAIN software flow is given

    標簽: 4095 RFID EM 單片機

    上傳時間: 2013-10-18

    上傳用戶:windypsm

  • 基于AT89C52單片機的溫度巡回檢測系統設計

    闡述了一個由上位PC機和AT89C52下位單片機組成的主從分布式溫度巡回檢測系統。主從機采用RS-485 串行通訊標準進行通信,可在下位單片機實現基本的溫度數據巡回檢測基礎上,由上位PC機實現綜合處理功能或擴展為遠程操作。整個系統具有巡檢速度快,擴展性好的特點。 Abstract:  In this paper,a top PC and AT89C52 under-bit microcontrollers from the MAIN component of the tour distributed temperature detection system is presented. Master and slave can use RS-485 serial communication standards for communications.Based on next-bit machine for basic goods temperature detected data Tour, the top can achieve the integrated treatment of PC functions or for the expansion of long-distance operation. The entire inspection system is fast, expansion.

    標簽: 89C C52 AT 89

    上傳時間: 2013-10-13

    上傳用戶:zhoujunzhen

  • 基于ISA總線的計算機與DSP的通信

    在開放式數控系統結構模型的基礎上,研究了基于ISA總線的DSP通信控制原理。采用中斷方式完成了PC機和DSP之間的通信。介紹了以DriverWorks為工具開發ISA設備WDM驅動程序的方法,探討了中斷處理、驅動程序與應用程序之間的通信,簡要說明了驅動程序的安裝與調試。通過調試,系統設計運行穩定。 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.

    標簽: ISA DSP 總線 計算機

    上傳時間: 2013-11-04

    上傳用戶:kang1923

  • 基于AT89S52的漢字顯示屏的設計

    介紹了一種基于AT89S52微處理器、鍵控顯示模式、多漢字顯示的顯示模塊設計方法。對AT89S52的內部功能及使用高128字節RAM時的尋址方式進行說明。給出了四漢字顯示模塊的硬件電路原理圖、主程序流程圖以及中斷顯示流程圖。 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.

    標簽: 89S S52 AT 89

    上傳時間: 2014-01-23

    上傳用戶:咔樂塢

  • 基于DAC7512的數控直流恒流源設計

    為了解決磁放大器性能測試過程中,需要對其供給不同數值恒定電流的問題,設計了一種基于DAC7512和單片機的數控恒流源系統。該系統采用AT89C51作為主控器件,將計算機發送的電流控制字命令轉換為D/A轉換器控制字,通過模擬SPI通信接口,寫D/A控制字到DAC7512,從而控制其輸出相應數字電壓值,經差動縮放電路、電壓/電路變換電路和功率驅動電路,最后輸出恒定電流。實驗結果表明,恒流源輸出電流調節范圍為-45~+45 mA、精度為±0.1 mA,分辨率達0.024 4 mA,具有應用靈活,外圍電路簡單,可靠性高的特點。該數控直流恒流源也可為相關產品的測試系統研發提供參考。 Abstract:  In order to solve the need to supply different values constant current for the magnetic amplifier in testing process, numerical control constant current source system was designed based on DAC7512 chip and microcontroller technology. The system used the AT89C51 as the MAIN chip, which can convert the current control word from computer into to D/A control words. And the system wrote D/A control word into the DAC7512 chip to control the output voltage value by the SPI communication interface, which can output corresponding constant current figures by scaling circuit, the V/I converter and power drive circuit. Experimental results show that the current source output current adjustment range is -45~+45mA, accuracy is ± 0.1mA, and resolution ratio is 0.024 4mA

    標簽: 7512 DAC 數控直流 恒流源

    上傳時間: 2014-12-27

    上傳用戶:invtnewer

主站蜘蛛池模板: 新密市| 客服| 成武县| 荔波县| 虹口区| 班玛县| 上饶县| 南郑县| 闽清县| 石楼县| 泉州市| 洮南市| 同江市| 永新县| 永新县| 阜新市| 清苑县| 新闻| 义乌市| 吉隆县| 盐边县| 莫力| 昌邑市| 迭部县| 永寿县| 方山县| 中方县| 石林| 滁州市| 鸡西市| 平泉县| 合肥市| 宣武区| 如皋市| 洛浦县| 鹤峰县| 五家渠市| 南平市| 淮阳县| 平果县| 金秀|