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

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

Tl-WR

  • RISC狀態機由三個功能單元構成:處理器、控制器和存儲器。 RISC狀態機經優化可實現高效的流水線操作。 RISC 中的數據線為16位。 在數據存儲器中的0到15的位置放置16個隨機數

    RISC狀態機由三個功能單元構成:處理器、控制器和存儲器。 RISC狀態機經優化可實現高效的流水線操作。 RISC 中的數據線為16位。 在數據存儲器中的0到15的位置放置16個隨機數,求16個數的和,放在數據存儲器的16、17的位置,高位在前 對這16個數進行排序,從大到小放置在18到33的位置 求出前16個數的平均數,放在34的位置 基本指令有NOP, ADD, SUB, AND, RD, WR, BR,BC。 因為采用16位指令,有擴充的余地。

    標簽: RISC 狀態 處理器 控制器

    上傳時間: 2013-11-29

    上傳用戶:縹緲

  • 51單片連tcs230的源程序

    51單片連tcs230的源程序,絕對原創,可以記憶顏色。 #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 //關定時器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }

    標簽: tcs 230 源程序

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

    標簽: configures the selects channel

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

    標簽: configures the selects channel

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

    標簽: configures the selects channel

    上傳時間: 2016-12-24

    上傳用戶:yzhl1988

  • 1) 兼容FAT16文件系統

    1) 兼容FAT16文件系統,長文件名,最大路徑長度260個字節,符合Microsoft Longfilename specification。 2) 可移植于各種平臺,只需編寫sector驅動驅動,共計兩個函數:1)read_flash_sector() 2)write_flash_sector()。 3) 文件緩沖功能:1)讀文件時,讀位置在文件緩沖區內,則可直接讀文件緩沖區,不需要讀物理磁盤;文件緩沖區大小可使用編譯宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize來控制。 4) 可同時打開多個文件;最大打開文件數可使用編譯宏MaximumFCB設定,MaximumFCB最大值限定為254。 5) 文件保護功能:文件可同時打開多個FCB,而只有其中一個FCB可以得到文件RD/WR權限。該功能完全由文件系統代碼來完成,上層應用無需編寫額外代碼。 6) 所有編譯宏存放于文件fat_cfg.h。 (本代碼只供測試,研究,設計使用,如需用于商業應用,請與作者聯系購買許可,qq:292942278,E-MAIL:tony_yang123@sina.com.cn)

    標簽: FAT 16 兼容 文件系統

    上傳時間: 2017-01-09

    上傳用戶:tuilp1a

  • 1)兼容FAT16文件系統

    1)兼容FAT16文件系統,長文件名,最大路徑長度260個字節,符合Microsoft Longfilename specification。 2)可移植于各種平臺,只需編寫sector驅動驅動,共計兩個函數:1)read_flash_sector() 2)write_flash_sector()。 3)文件緩沖功能:1)讀文件時,讀位置在文件緩沖區內,則可直接讀文件緩沖區,不需要讀物理磁盤;文件緩沖區大小可使用編譯宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize來控制。 4)可同時打開多個文件;最大打開文件數可使用編譯宏MaximumFCB設定,MaximumFCB最大值限定為254。 5)文件保護功能:文件可同時打開多個FCB,而只有其中一個FCB可以得到文件RD/WR權限。該功能完全由文件系統代碼來完成,上層應用無需編寫額外代碼。 6)所有編譯宏存放于文件fat_cfg.h。

    標簽: FAT 16 兼容 文件系統

    上傳時間: 2014-01-17

    上傳用戶:541657925

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

    嵌入式FAT16文件系統源碼下載1) 兼容FAT16文件系統,長文件名,最大路徑長度260個字節,符合Microsoft Longfilename specification。 2) 可移植于各種平臺,只需編寫sector驅動驅動,共計兩個函數:1)read_flash_sector() 2)write_flash_sector()。 3) 文件緩沖功能:1)讀文件時,讀位置在文件緩沖區內,則可直接讀文件緩沖區,不需要讀物理磁盤;文件緩沖區大小可使用編譯宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize來控制。 4) 可同時打開多個文件;最大打開文件數可使用編譯宏MaximumFCB設定,MaximumFCB最大值限定為254。 5) 文件保護功能:文件可同時打開多個FCB,而只有其中一個FCB可以得到文件RD/WR權限。該功能完全由文件系統代碼來完成,上層應用無需編寫額外代碼。 6) 所有編譯宏存放于文件fat_cfg.h。

    標簽: FAT 16 文件系統 嵌入式

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

    標簽: T6963C 89C51 1.0 1.7

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

    標簽: 13.560 ATMEGA 3Alogi source

    上傳時間: 2017-03-31

    上傳用戶:s363994250

主站蜘蛛池模板: 永康市| 巩义市| 普定县| 新河县| 牟定县| 怀仁县| 漠河县| 昭觉县| 元谋县| 高淳县| 始兴县| 清流县| 高安市| 无极县| 海城市| 宜兰市| 岑巩县| 介休市| 巴南区| 朝阳县| 石阡县| 仁化县| 大足县| 驻马店市| 东丽区| 呼玛县| 兴安县| 增城市| 吉林市| 卓尼县| 芒康县| 安丘市| 霍林郭勒市| 乌拉特前旗| 山东省| 崇明县| 景宁| 日照市| 安徽省| 南昌市| 贵定县|