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

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

Tl-WR

  • 51單片連tcs230的源程序

    51單片連tcs230的源程序,絕對(duì)原創(chuàng),可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //頻率從TO口輸入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //關(guān)定時(shí)器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }

    標(biāo)簽: tcs 230 源程序

    上傳時(shí)間: 2016-11-26

    上傳用戶:秦莞爾w

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control byte offer

    標(biāo)簽: configures the selects channel

    上傳時(shí)間: 2013-12-09

    上傳用戶:

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control byte offer

    標(biāo)簽: configures the selects channel

    上傳時(shí)間: 2016-12-24

    上傳用戶:朗朗乾坤

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin is restarted. The ACQMOD bit in the input control byte offer+ CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval.

    標(biāo)簽: configures the selects channel

    上傳時(shí)間: 2016-12-24

    上傳用戶:yzhl1988

  • 1) 兼容FAT16文件系統(tǒng)

    1) 兼容FAT16文件系統(tǒng),長(zhǎng)文件名,最大路徑長(zhǎng)度260個(gè)字節(jié),符合Microsoft Longfilename specification。 2) 可移植于各種平臺(tái),只需編寫(xiě)sector驅(qū)動(dòng)驅(qū)動(dòng),共計(jì)兩個(gè)函數(shù):1)read_flash_sector() 2)write_flash_sector()。 3) 文件緩沖功能:1)讀文件時(shí),讀位置在文件緩沖區(qū)內(nèi),則可直接讀文件緩沖區(qū),不需要讀物理磁盤(pán);文件緩沖區(qū)大小可使用編譯宏EnableFileBuf,TotalFileBUFsQTYeachFCB,F(xiàn)ileBUFSize來(lái)控制。 4) 可同時(shí)打開(kāi)多個(gè)文件;最大打開(kāi)文件數(shù)可使用編譯宏MaximumFCB設(shè)定,MaximumFCB最大值限定為254。 5) 文件保護(hù)功能:文件可同時(shí)打開(kāi)多個(gè)FCB,而只有其中一個(gè)FCB可以得到文件RD/WR權(quán)限。該功能完全由文件系統(tǒng)代碼來(lái)完成,上層應(yīng)用無(wú)需編寫(xiě)額外代碼。 6) 所有編譯宏存放于文件fat_cfg.h。 (本代碼只供測(cè)試,研究,設(shè)計(jì)使用,如需用于商業(yè)應(yīng)用,請(qǐng)與作者聯(lián)系購(gòu)買(mǎi)許可,qq:292942278,E-MAIL:tony_yang123@sina.com.cn)

    標(biāo)簽: FAT 16 兼容 文件系統(tǒng)

    上傳時(shí)間: 2017-01-09

    上傳用戶:tuilp1a

  • 1)兼容FAT16文件系統(tǒng)

    1)兼容FAT16文件系統(tǒng),長(zhǎng)文件名,最大路徑長(zhǎng)度260個(gè)字節(jié),符合Microsoft Longfilename specification。 2)可移植于各種平臺(tái),只需編寫(xiě)sector驅(qū)動(dòng)驅(qū)動(dòng),共計(jì)兩個(gè)函數(shù):1)read_flash_sector() 2)write_flash_sector()。 3)文件緩沖功能:1)讀文件時(shí),讀位置在文件緩沖區(qū)內(nèi),則可直接讀文件緩沖區(qū),不需要讀物理磁盤(pán);文件緩沖區(qū)大小可使用編譯宏EnableFileBuf,TotalFileBUFsQTYeachFCB,F(xiàn)ileBUFSize來(lái)控制。 4)可同時(shí)打開(kāi)多個(gè)文件;最大打開(kāi)文件數(shù)可使用編譯宏MaximumFCB設(shè)定,MaximumFCB最大值限定為254。 5)文件保護(hù)功能:文件可同時(shí)打開(kāi)多個(gè)FCB,而只有其中一個(gè)FCB可以得到文件RD/WR權(quán)限。該功能完全由文件系統(tǒng)代碼來(lái)完成,上層應(yīng)用無(wú)需編寫(xiě)額外代碼。 6)所有編譯宏存放于文件fat_cfg.h。

    標(biāo)簽: FAT 16 兼容 文件系統(tǒng)

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

    上傳用戶:541657925

  • 嵌入式FAT16文件系統(tǒng)源碼下載1) 兼容FAT16文件系統(tǒng)

    嵌入式FAT16文件系統(tǒng)源碼下載1) 兼容FAT16文件系統(tǒng),長(zhǎng)文件名,最大路徑長(zhǎng)度260個(gè)字節(jié),符合Microsoft Longfilename specification。 2) 可移植于各種平臺(tái),只需編寫(xiě)sector驅(qū)動(dòng)驅(qū)動(dòng),共計(jì)兩個(gè)函數(shù):1)read_flash_sector() 2)write_flash_sector()。 3) 文件緩沖功能:1)讀文件時(shí),讀位置在文件緩沖區(qū)內(nèi),則可直接讀文件緩沖區(qū),不需要讀物理磁盤(pán);文件緩沖區(qū)大小可使用編譯宏EnableFileBuf,TotalFileBUFsQTYeachFCB,F(xiàn)ileBUFSize來(lái)控制。 4) 可同時(shí)打開(kāi)多個(gè)文件;最大打開(kāi)文件數(shù)可使用編譯宏MaximumFCB設(shè)定,MaximumFCB最大值限定為254。 5) 文件保護(hù)功能:文件可同時(shí)打開(kāi)多個(gè)FCB,而只有其中一個(gè)FCB可以得到文件RD/WR權(quán)限。該功能完全由文件系統(tǒng)代碼來(lái)完成,上層應(yīng)用無(wú)需編寫(xiě)額外代碼。 6) 所有編譯宏存放于文件fat_cfg.h。

    標(biāo)簽: FAT 16 文件系統(tǒng) 嵌入式

    上傳時(shí)間: 2017-02-21

    上傳用戶:515414293

  • /* 線路圖 89C51 T6963C -------- | 8 P1.0-1.7|=========== D0-7

    /* 線路圖 89C51 T6963C -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|----------- /RD P3.1|----------- /WR P3.2|----------- C/D | -- /CE | | | --- P3.3|----------- /RESET | VCC--- /HALT -------- */

    標(biāo)簽: T6963C 89C51 1.0 1.7

    上傳時(shí)間: 2013-12-20

    上傳用戶:集美慧

  • This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogi

    This is a source of 13.560MHz RFID card reader for TRH031M as ATMEGA8-16AU MPU. The title is 3Alogics TRH031M 13.56MHz RFID Reader V1.0. project : RFID Reader V2.0 Target : MEGA8-16AU Crystal: 16.000 Mhz Input : TRH031M RFID 13.56MHz Output : RS232C 115200,N,8,1 Compiler : ICC-AVR V6.26C // Pin configuration for ATMEGA8-16AU TQFP32 // #30 RXD <--- RXD (SP3232) // #31 TXD ---> TXD (SP3232) // #32 PD2/INT0 <--- INTR (TRH031M) // # 1 PD3/INT1 ---> RST (TRH031M) // # 2 PD4 ---> D4 (TRH031M) // # 9 PD5 ---> D5 (TRH031M) // #10 PD6 ---> D6 (TRH031M) // #11 PD7 ---> D7 (TRH031M) // #12 PB0 ---> D0 (TRH031M) // #13 PB1 ---> D1 (TRH031M) // #14 PB2 ---> D2 (TRH031M) // #15 PB3 ---> D3 (TRH031M) // #16 PB4 ---> CSB (TRH031M) // #17 PB5 ---> LED // #23 PC0 ---> A0 (TRH031M) // #24 PC1 ---> A1 (TRH031M) // #25 PC2 ---> A2 (TRH031M) // #26 PC3 ---> ALE (TRH031M) // #27 PC4 ---> /RD (TRH031M) // #28 PC5 ---> /WR (TRH031M)

    標(biāo)簽: 13.560 ATMEGA 3Alogi source

    上傳時(shí)間: 2017-03-31

    上傳用戶:s363994250

  • 本次設(shè)計(jì)的簡(jiǎn)易智能電動(dòng)車(chē)

    本次設(shè)計(jì)的簡(jiǎn)易智能電動(dòng)車(chē),采用AT89S52單片機(jī)作為小車(chē)的檢測(cè)和控制核心;采用金屬感應(yīng)器TL-Q5MC來(lái)檢測(cè)路上感應(yīng)到的鐵片,從而把反饋到的信號(hào)送單片機(jī),使單片機(jī)按照預(yù)定的工作模式控制小車(chē)在各區(qū)域按預(yù)定的速度行駛,并且單片機(jī)選擇的工作模式不同也可控制小車(chē)順著S形鐵片行駛;采用霍爾元件A44E檢測(cè)小車(chē)行駛速度;采用1602LCD實(shí)時(shí)顯示小車(chē)行駛的時(shí)間,小車(chē)停止行駛后,輪流顯示小車(chē)行駛時(shí)間、行駛距離、平均速度以及各速度區(qū)行駛的時(shí)間

    標(biāo)簽: 智能電動(dòng)車(chē)

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

    上傳用戶:aa54

主站蜘蛛池模板: 鄂托克前旗| 明水县| 闸北区| 高碑店市| 祥云县| 读书| 峨山| 隆化县| 平安县| 梁河县| 清远市| 贺州市| 丰都县| 织金县| 清涧县| 临湘市| 抚远县| 社会| 巴马| 阳高县| 唐河县| 沧州市| 乌兰浩特市| 龙陵县| 合川市| 潢川县| 霍林郭勒市| 隆子县| 安宁市| 家居| 抚松县| 纳雍县| 海丰县| 深泽县| 大荔县| 竹山县| 麻阳| 通州区| 古交市| 北京市| 安岳县|