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

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

Main

  • 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

    上傳用戶:離殤

  • keil編譯錯(cuò)誤分析

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

    標(biāo)簽: keil 編譯 錯(cuò)誤

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

    上傳用戶:sjb555

  • 串行時(shí)鐘PCF8583在微機(jī)保護(hù)裝置中的應(yīng)用

    實(shí)時(shí)時(shí)鐘是微機(jī)保護(hù)裝置的重要部件,在討論P(yáng)CF8583結(jié)構(gòu)與功能的基礎(chǔ)上,提出采用dsPIC33F系列微處理器與串行I2C時(shí)鐘PCF8583的接口設(shè)計(jì)方案,給出了相應(yīng)的接口電路與軟件流程。該設(shè)計(jì)方案結(jié)構(gòu)簡(jiǎn)單,可靠性高,開發(fā)周期短,具有一定的實(shí)用與參考價(jià)值。所設(shè)計(jì)的微機(jī)保護(hù)裝置已投入現(xiàn)場(chǎng)運(yùn)行,效果良好。 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.

    標(biāo)簽: 8583 PCF 串行時(shí)鐘 中的應(yīng)用

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

    上傳用戶:Thuan

  • 基于PCI9052的PCI局部總線應(yīng)用

    詳細(xì)介紹了PCI9052接口器件的功能、結(jié)構(gòu)和使用方法,并結(jié)合實(shí)際給出了基于PCI9052器件開發(fā)PCI總線接口卡的應(yīng)用實(shí)例。 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.

    標(biāo)簽: PCI 9052 局部 總線

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

    上傳用戶:togetsomething

  • 基于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

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

    介紹一種采用單片機(jī)技術(shù)和基站器件EM4095的手持式低頻RFID讀卡器方案。首先對(duì)整個(gè)系統(tǒng)框架進(jìn)行說(shuō)明,然后介紹主要功能模塊的設(shè)計(jì),給出了各模塊的原理圖。重點(diǎn)描述了基站器件EM4095的性能參數(shù)和功能原理,最后描述了該系統(tǒng)的主程序流程圖。 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

    標(biāo)簽: 4095 RFID EM 單片機(jī)

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

    上傳用戶:windypsm

  • 基于AT89C52單片機(jī)的溫度巡回檢測(cè)系統(tǒng)設(shè)計(jì)

    闡述了一個(gè)由上位PC機(jī)和AT89C52下位單片機(jī)組成的主從分布式溫度巡回檢測(cè)系統(tǒng)。主從機(jī)采用RS-485 串行通訊標(biāo)準(zhǔn)進(jìn)行通信,可在下位單片機(jī)實(shí)現(xiàn)基本的溫度數(shù)據(jù)巡回檢測(cè)基礎(chǔ)上,由上位PC機(jī)實(shí)現(xiàn)綜合處理功能或擴(kuò)展為遠(yuǎn)程操作。整個(gè)系統(tǒng)具有巡檢速度快,擴(kuò)展性好的特點(diǎn)。 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.

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

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

    上傳用戶:zhoujunzhen

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

    在開放式數(shù)控系統(tǒng)結(jié)構(gòu)模型的基礎(chǔ)上,研究了基于ISA總線的DSP通信控制原理。采用中斷方式完成了PC機(jī)和DSP之間的通信。介紹了以DriverWorks為工具開發(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

  • 基于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è)塢

  • 基于DAC7512的數(shù)控直流恒流源設(shè)計(jì)

    為了解決磁放大器性能測(cè)試過(guò)程中,需要對(duì)其供給不同數(shù)值恒定電流的問(wèn)題,設(shè)計(jì)了一種基于DAC7512和單片機(jī)的數(shù)控恒流源系統(tǒng)。該系統(tǒng)采用AT89C51作為主控器件,將計(jì)算機(jī)發(fā)送的電流控制字命令轉(zhuǎn)換為D/A轉(zhuǎn)換器控制字,通過(guò)模擬SPI通信接口,寫D/A控制字到DAC7512,從而控制其輸出相應(yīng)數(shù)字電壓值,經(jīng)差動(dòng)縮放電路、電壓/電路變換電路和功率驅(qū)動(dòng)電路,最后輸出恒定電流。實(shí)驗(yàn)結(jié)果表明,恒流源輸出電流調(diào)節(jié)范圍為-45~+45 mA、精度為±0.1 mA,分辨率達(dá)0.024 4 mA,具有應(yīng)用靈活,外圍電路簡(jiǎn)單,可靠性高的特點(diǎn)。該數(shù)控直流恒流源也可為相關(guān)產(chǎn)品的測(cè)試系統(tǒng)研發(fā)提供參考。 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

    標(biāo)簽: 7512 DAC 數(shù)控直流 恒流源

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

    上傳用戶:invtnewer

主站蜘蛛池模板: 石河子市| 富宁县| 新安县| 肃宁县| 南汇区| 内江市| 沐川县| 台山市| 龙州县| 大丰市| 宜阳县| 塔城市| 乌拉特前旗| 东港市| 北川| 勐海县| 怀化市| 蒲江县| 泰顺县| 龙川县| 鄂尔多斯市| 喀什市| 荥阳市| 海宁市| 黑河市| 嘉义市| 类乌齐县| 涟源市| 沧源| 灵寿县| 庐江县| 霍城县| 海南省| 五河县| 上犹县| 巴林左旗| 连江县| 聂拉木县| 哈尔滨市| 邢台市| 常熟市|