基于JAVA的ICQ系統的設計于實現,ICQ是英文"I seek you "的簡稱,中文意思是我找你。ICQ最大的功能就是即時信息交流,只要記得對方的號碼,上網時可以呼他,無論他在哪里,只要他上網打開ICQ,人們就可以隨時交流。ICQ源于以色列特拉維夫的Mirabils公司。該公司成立于1996年7月,也就是在這個時候,互聯網上最出名,下載使用人數最多的免費軟件ICQ誕生了。可能是其不斷增加的用戶和廣闊的前景以及廣泛的應用前景和巨大的市場潛力,Mirabils的ICQ最終被美國在線AOL收購。由于ICQ的成功,推動了ICQ的本土化,就中文的ICQ而言,現在已經越來越多,比如著名的深圳騰迅公司推出的OICQ(現在由于版權問題,已改名為QQ2001),還有由TOM.COM推出的Tomq等,這些軟件技術都很好,而且簡單易用,成為中國網民最喜歡的通信軟件。
上傳時間: 2014-10-09
上傳用戶:lgnf
the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
標簽: compression university the submitted
上傳時間: 2014-01-15
上傳用戶:Altman
fes is descripy yoso cise iec me i message
標簽: descripy message cise yoso
上傳時間: 2014-01-19
上傳用戶:as275944189
Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289
標簽: CONFIGURATION Introduction INSTALLATION Preparing
上傳時間: 2013-12-27
上傳用戶:qiao8960
#include <reg51.h> /*-------------------------------------------- 調用方式:自行I/O 口定義﹫2001/05/12 函數說明:私有函數,各接口定義 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 調用方式: HD7279A 各指令定義﹫2001/05/12 函數說明:私有函數,接口定義 --------------------------------------------* /#define HD7279_RESET 0xa4 //復位 #define HD7279_TEST 0xbf //測試 #define HD7279_RLC 0xa3 //循環左移 #define HD7279_RRC 0xa2 //循環右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //譯碼方式0 #define HD7279_DECODE1 0xc8 //譯碼方式1
上傳時間: 2013-12-31
上傳用戶:三人用菜
a good book for c++ beginner. I finish it in 2 days, and the door to c++ world was opened by it. Enjot programming.
標簽: beginner finish opened world
上傳時間: 2014-01-12
上傳用戶:lxm
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
標簽: unsigned short delay_ms include
上傳時間: 2016-03-30
上傳用戶:cuibaigao
X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.
標簽: encryption X-Crypter algorithm encrypts
上傳時間: 2013-12-20
上傳用戶:xc216
computer that is good for you i think
上傳時間: 2016-04-01
上傳用戶:yimoney
C針對模式識別問題H描述了支持向量機的基本思想H著重討論了OD=?PI最小二乘=?PI加權=?P 和直接 =?P 等新的支持向量機方法H用于降低訓練時間和減少計算復雜性的海量樣本數據訓練算法分塊法I分解法H提 高泛化能力的模型選擇方法H以及逐一鑒別法I一一區分法IPD., 分類法I一次性求解等多類別分類方法@最后給 出了污水生化處理過程運行狀態監控的多類別分類實例@作為結構風險最小化準則的具體實現H支持向量機具有 全局最優性和較好的泛化能力
上傳時間: 2014-01-15
上傳用戶:Ants