Java是由Sun Microsystems公司于1995年5月推出的Java程序設計語言(以下簡稱Java語言)和Java平臺的總稱。用Java實現的HotJava瀏覽器(支持Java applet)顯示了Java的魅力:跨平臺、動感的Web、Internet計算。從此,Java被廣泛接受并推動了Web的迅速發展,常用的瀏覽器現在均支持Java applet。另一方面,Java技術也不斷更新。 Java平臺由Java虛擬機(Java Virtual Machine)和Java 應用編程接口(Application Programming Interface、簡稱API)構成。Java 應用編程接口為Java應用提供了一個獨立于操作系統的標準接口,可分為基本部分和擴展部分。在硬件或操作系統平臺上安裝一個Java平臺之后,Java應用程序就可運行。現在Java平臺已經嵌入了幾乎所有的操作系統。這樣Java程序可以只編譯一次,就可以在各種系統中運行。Java應用編程接口已經從1.1x版發展到1.2版。目前常用的Java平臺基于Java1.4,最近版本為Java1.6。
標簽: Java Microsystems HotJava applet
上傳時間: 2016-06-02
上傳用戶:pkkkkp
本程序是DES加密系統的c語言源程序,它很可能是使用最廣泛的秘鑰系統,特別是在保護金融數據的安全中,通常,自動取款機(Automated Teller Machine,ATM)都使用 DES。
上傳時間: 2013-12-13
上傳用戶:cuibaigao
一個用神經網絡方法實現人臉識別的程序,來源于CMU的machine learning 課程作業,具有參考價值
上傳時間: 2013-11-28
上傳用戶:515414293
Abstract-The effect of the companding process on QAM signals has been under investigation for the past several years. The compander, included in the PCM telephone network to improve voice performance, has an unusual affect on digital QAM data signals which are transmitted over the same channel. The quantization noise, generated by the companding process which is multiplicative (and asymmetric), degrades the detectability performance of the outermost points of the QAM constellation more than that of the inner points. The combined effect of the companding noise and the inherent white gaussian noise of the system, leads us to a re-examination of signal constellation design. In this paper we investigate the detectability performance of a number of candidates for signal constellations including, a typical rectangular QAM constellation, the same constellation with the addition of a smear-desmear operation, and two new improved QAM constellation designs with two-dimensional warpi
標簽: investigation Abstract-The companding the
上傳時間: 2013-12-20
上傳用戶:英雄
Deployment of Server 1.install Tomcat(superior than j2sdk1.4.2 and Tomcat 5.0),and setup the envionment variables of JAVA_HOME 2.decompress file assignment2.war, and copy the directory to the directory called webapps in localhost machine. 3.start Tomcat 4.access to the application via http://<hostname>:8080/assignment2
標簽: Tomcat Deployment and superior
上傳時間: 2016-06-22
上傳用戶:wfl_yy
WMI implementation in a iSCSI miniport can be tested using the iscsicli.exe application, device manager property pages, WBEMTEST.exe and scripts generated by the wmimofck.exe tool.
標簽: implementation application miniport iscsicli
上傳時間: 2016-07-01
上傳用戶:franktu
極大值抑制與雙閾值門限得到圖像邊緣: * nonmaxsuppts.m Code for performing non-maxima suppression and thresholding of points generated by a feature/corner detector. It optionally returns sub-pixel feature locations.
標簽: nonmaxsuppts thresholding suppression non-maxima
上傳時間: 2016-07-08
上傳用戶:guanliya
這是個反向工程delphi的程序的全部源代碼.能分析幾乎所有的結構 Revendepro is a program to reverse engineer Delphi program. Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be written in assembler. Due to some limitation in assembler the generated output can not be recompiled.
標簽: program Revendepro engineer reverse
上傳時間: 2016-07-21
上傳用戶:songrui
This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up. Code generation requires TASM to assemble the compiler output you can use the borland TLINK to produce executables, or the Watcom WLINK can also be used. PMODE systems written by TRAN are used for the DPMI interface.
標簽: generation generates compiler fairly
上傳時間: 2016-08-01
上傳用戶:sxdtlqqjl
This the first release (version 0.0) of the Peersim high level P2P network simulator. This archive contains the javadoc generated documentation, and a java archive containing the simulator source and bytecode and some examples.
標簽: This the simulator Peersim
上傳時間: 2013-12-10
上傳用戶:mikesering