Extensively revised for the latest Java (J2SE 5.0) release Deitel Java How to Program, 6/e now includes earlier coverage of objects new and streamlined case studies and OPTIONAL GUI and graphics sections. Now available in a briefer version (ch. 1-10) called Small Java. SafariX version available.
標簽: Java Extensively revised Program
上傳時間: 2014-01-04
上傳用戶:yuzsu
一本比較不錯的Ajax書籍(AJAX.Creating.Web.Pages.with.Asynchronous.JavaScript.and.XML.Prentice.Hall.Aug.2006.chm)
標簽: Asynchronous JavaScript Creating Prentice
上傳時間: 2014-08-09
上傳用戶:離殤
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.
標簽: performance equalizers Adaptive several
上傳時間: 2016-02-16
上傳用戶:yan2267246
C++編碼規范,摩托羅拉公司, 這本書最主要的思想來源是摩托羅拉公司st眺H聊kes和M皿Pebx為尋呼系統部 所寫的6MlJ6[IR‘‘/of Zf6‘小‘C??,其次是ScoK MeyeK的兩本著作壩“5v‘Ct?和 他用ZJF6cfIv‘C?十,另外,也參考了SW公RJ的Ct十比‘fb GM5d6(P6陽DW6JoP6f 6 yF8朋d62J、EnchG朋皿a等的(4設L1模式——可復用面向對象軟件的基礎》、以及使用TeleLogic公司Logiscope自動工 縣的一些經驗。最后,還參考丁許多不同組織、不同版本的關于cH編碼規范的相關文 章和標準。
上傳時間: 2013-12-30
上傳用戶:love_stanford
NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop. So, isDownloadReady flag gets not needed - UART ch.1 can be selected for the console. Aug.20.2002:purnnamu: revision number change 0.2 -> R1.1 Sep.03.2002:purnnamu: To remove the power noise in the USB signal, the unused CLKOUT0,1 is disabled.
標簽: 2440 mon download purnnamu
上傳時間: 2016-05-12
上傳用戶:wff
系統時間顯示程序 利用BIOS的INT 1AH的2號系統功能調用,將計算機系統的時間參數(BCD碼)送入寄存器。其中CH 和CL中保存的是小時數和分鐘數;DH中保存的是秒鐘數,將BCD碼表示的時,分,秒轉換成ASC I I碼并送入屏幕顯示。并用INT 21H 的7號功能調用判斷輸入回車并清屏
上傳時間: 2016-08-08
上傳用戶:z754970244
透過KEIL C51的程式,學習者可以了解車用控制器區域網路(Controller Area Network, CAN)的訊息傳輸方式。
上傳時間: 2016-09-05
上傳用戶:tb_6877751
透過a51的程式,學習者可以了解車用控制器區域網路(Controller Area Network, CAN)的訊息傳輸方式,有助於建立CAN-Bus傳輸的概念。
上傳時間: 2016-09-05
上傳用戶:極客
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 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