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

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

場(chǎng)掃描

  • 這是一套紅外解碼的軟件

    這是一套紅外解碼的軟件,包括硬件電路,詳細使用說明!里面針對空調的國際碼的界碼過程有詳細的描敘.

    標簽: 紅外解碼 軟件

    上傳時間: 2013-12-25

    上傳用戶:牛津鞋

  • 音樂和的設計

    音樂和的設計,硬件語言描敘,書上的源代碼哦

    標簽:

    上傳時間: 2017-01-10

    上傳用戶:gtf1207

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

    PC與單片機雙向通訊智能溫控程序 #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 //數據長度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //發送緩沖區 unsigned char inbuf2[50] //接收緩沖區 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 } //向串口發送一個字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標簽: include intrins define Key_UP

    上傳時間: 2014-11-29

    上傳用戶:風之驕子

  • 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 //數據長度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //發送緩沖區 unsigned char inbuf2[50] //接收緩沖區 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 } //向串口發送一個字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標簽: include 110592 120000 define

    上傳時間: 2013-12-21

    上傳用戶:yph853211

  • 衛星TUINER DATASHEET

    衛星TUINER DATASHEET,里面詳細描敘了和上次傳送原代碼的相關性

    標簽: DATASHEET TUINER 衛星

    上傳時間: 2017-02-02

    上傳用戶:zxc23456789

  • Stanford University大學教授

    Stanford University大學教授,Ng近年來的11篇論文,主要研究方向為估測圖像中物深度信息。

    標簽: University Stanford 大學

    上傳時間: 2014-01-26

    上傳用戶:yph853211

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

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

    標簽: ASCII 126 32 加密算法

    上傳時間: 2014-11-10

    上傳用戶:李夢晗

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

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

    標簽: ASCII 126 算法 32

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

    標簽: findPreambles occurrence the preamble

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

    標簽: Specification Partnership Generation Technical

    上傳時間: 2014-01-11

    上傳用戶:nanfeicui

主站蜘蛛池模板: 皋兰县| 黔西| 密云县| 类乌齐县| 宽甸| 聊城市| 台州市| 育儿| 时尚| 津南区| 无极县| 丰城市| 博客| 依兰县| 东乌珠穆沁旗| 万盛区| 永昌县| 曲沃县| 定日县| 新绛县| 静宁县| 镇康县| 天津市| 定州市| 张家港市| 车致| 正安县| 上栗县| 文安县| 高邮市| 山西省| 内江市| 穆棱市| 分宜县| 玉树县| 佛山市| 河津市| 康马县| 梁平县| 荥阳市| 宁都县|