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

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

汽車(chē)氛圍燈

  • 透過a51的程式

    透過a51的程式,學(xué)習(xí)者可以了解車用控制器區(qū)域網(wǎng)路(Controller Area Network, CAN)的訊息傳輸方式,有助於建立CAN-Bus傳輸?shù)母拍睢?/p>

    標(biāo)簽: a51 程式

    上傳時(shí)間: 2016-09-05

    上傳用戶:極客

  • 交換式電源轉(zhuǎn)換器(Switching Power Supply)為目前電子產(chǎn)品中

    交換式電源轉(zhuǎn)換器(Switching Power Supply)為目前電子產(chǎn)品中,非常廣 泛使用的電源裝置,在日常生活中隨處可見 ,它主要的功能是調(diào)節(jié)電壓準(zhǔn) 位,亦可說 是直流 的變壓器。與傳統(tǒng)線性式電源轉(zhuǎn)換器比較,體積小、重 量 輕、效率 高以及有較大的輸入電壓範(fàn)圍是交換式電源轉(zhuǎn)換器的優(yōu)點(diǎn)。 交換式電源轉(zhuǎn)換器廣泛被應(yīng)用在電源供應(yīng)器以及新一代電腦內(nèi)。因 此,如何控制交換式電源轉(zhuǎn)換器使其在輸入電壓與輸出負(fù)載變動(dòng)的情況 下,能夠自動(dòng)調(diào)節(jié)輸出電壓為所預(yù)設(shè)的位準(zhǔn),實(shí)為一項(xiàng)重要的研究。

    標(biāo)簽: Switching Supply Power

    上傳時(shí)間: 2014-09-08

    上傳用戶:com1com2

  • STM32是以Cortex-M3為核的處理器

    STM32是以Cortex-M3為核的處理器,該例程介紹STM32下對(duì)CAN操作的例子。CAN總線在嵌入式領(lǐng)域經(jīng)常使用,特別是汽電子。

    標(biāo)簽: Cortex-M STM 32 處理器

    上傳時(shí)間: 2016-10-10

    上傳用戶:TF2015

  • 有關(guān)鍵盤

    有關(guān)鍵盤,接上ps/2鍵盤,按鍵後,會(huì)將scancode和breadcode顯示在led燈

    標(biāo)簽: 鍵盤

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

    上傳用戶:zhangyigenius

  • PC與單片機(jī)雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

    PC與單片機(jī)雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //數(shù)據(jù)長(zhǎng)度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //發(fā)送緩沖區(qū) unsigned char inbuf2[50] //接收緩沖區(qū) unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: timer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // timer 1 run } //向串口發(fā)送一個(gè)字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標(biāo)簽: include intrins define Key_UP

    上傳時(shí)間: 2014-11-29

    上傳用戶:風(fēng)之驕子

  • VB遙控播放器紅外遙控解碼 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sb

    VB遙控播放器紅外遙控解碼 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //數(shù)據(jù)長(zhǎng)度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //發(fā)送緩沖區(qū) unsigned char inbuf2[50] //接收緩沖區(qū) unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr T2CON=0x30 TH2=0x00 TL2=0x00 RCAP2H=0xFF RCAP2L=0xDC TR2=1 } //向串口發(fā)送一個(gè)字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標(biāo)簽: include 110592 120000 define

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

    上傳用戶:yph853211

  • 簡(jiǎn)單的加密算法,可逆與不可逆 數(shù)據(jù)加密: 算法1:(不可逆) 將ASCII表中32~~126中的字符

    簡(jiǎn)單的加密算法,可逆與不可逆 數(shù)據(jù)加密: 算法1:(不可逆) 將ASCII表中32~~126中的字符,加密后,顯示為128~~255的字符. 128~~255的字符會(huì)讓人看起來頭痛些。。。。。。安全. 當(dāng)ch[?]的值為偶數(shù)時(shí):ch[?]=255-ch[?]的個(gè)位*10-ch[?]的十位 當(dāng)ch[?]的值為奇數(shù)時(shí): ch[?]=128+ch[?]的個(gè)位*10+ch[?]的十位 當(dāng)ch[?]的值為質(zhì)數(shù)時(shí):ch[?]=128+ch[?]的個(gè)位+ch[?]的十位 算法2:(可逆) 當(dāng)ch[?]的值能被3整除時(shí):ch[?]-=2,否則ch[?]-=3

    標(biāo)簽: ASCII 126 32 加密算法

    上傳時(shí)間: 2014-11-10

    上傳用戶:李夢(mèng)晗

  • 簡(jiǎn)單的加密解密算法,可逆與不可逆 數(shù)據(jù)加密: 算法1:(不可逆) 將ASCII表中32~~126中的字符

    簡(jiǎn)單的加密解密算法,可逆與不可逆 數(shù)據(jù)加密: 算法1:(不可逆) 將ASCII表中32~~126中的字符,加密后,顯示為128~~255的字符. 128~~255的字符會(huì)讓人看起來頭痛些。。。。。。安全. 當(dāng)ch[?]的值為偶數(shù)時(shí):ch[?]=255-ch[?]的個(gè)位*10-ch[?]的十位 當(dāng)ch[?]的值為奇數(shù)時(shí): ch[?]=128+ch[?]的個(gè)位*10+ch[?]的十位 當(dāng)ch[?]的值為質(zhì)數(shù)時(shí):ch[?]=128+ch[?]的個(gè)位+ch[?]的十位 算法2:(可逆) 當(dāng)ch[?]的值能被3整除時(shí):ch[?]-=2,否則ch[?]-=3

    標(biāo)簽: ASCII 126 算法 32

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

    上傳用戶:txfyddz

  • This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each ch

    This is GPS Matlab findPreambles finds the first preamble occurrence in the bit stream of each channel. The preamble is verified by check of the spacing between preambles [6sec] and parity checking of the first two words in a subframe. At the same time function returns list of channels, that are in tracking state and with valid preambles in the nav data stream.

    標(biāo)簽: findPreambles occurrence the preamble

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

    上傳用戶:秦莞爾w

  • 3rd Generation Partnership Project Technical Specification Group Radio Access Network Spatial ch

    3rd Generation Partnership Project Technical Specification Group Radio Access Network Spatial channel model for Multiple Input Multiple Output [MIMO] simulations

    標(biāo)簽: Specification Partnership Generation Technical

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

    上傳用戶:nanfeicui

主站蜘蛛池模板: 商水县| 南城县| 同江市| 武山县| 卫辉市| 额尔古纳市| 桐梓县| 荥经县| 新营市| 龙胜| 黑龙江省| 鄯善县| 苗栗县| 邵武市| 北票市| 永清县| 潼关县| 信宜市| 泽州县| 内江市| 莱阳市| 江达县| 怀柔区| 宁陵县| 黑龙江省| 文安县| 苗栗市| 沅江市| 天水市| 鄯善县| 扶沟县| 山阴县| 鱼台县| 洱源县| 孝感市| 正宁县| 永修县| 昭通市| 茶陵县| 大兴区| 松潘县|