郵件發(fā)送組件 環(huán)境的搭建: 1、新建一個Web工程 2、在工程的src下新建一個包smart.jrsoft.email 3、將Source下的類拷貝到新建的包smart.jrsoft.email里面 4、運行類SendEmail.java里的main方法 運行注意事項: 1、注意包名的大小寫情況。 2、SendEmail這個類在頁面調(diào)用沒調(diào)試成功。
上傳時間: 2013-12-16
上傳用戶:陽光少年2016
(1) 實現(xiàn)一個Point類,該類包含表示坐標的兩個int型變量x、y,構(gòu)造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,計算兩點間距離的double distance(Point)方法。其中計算平方根用Math.sqrt()方法。 (2) 實現(xiàn)一個Circle類,該類包含表示圓心的Point型變量center,表示半徑的int radius變量,以及構(gòu)造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周長和面積的int perimeter()、double area()方法,返回兩個圓是否為同一個圓(返回0)、同心圓(返回1)、相交的圓(返回2)、分離的圓(返回3)、包含的圓(返回4)等關系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 實現(xiàn)測試上述兩個類的ClassTest類。該類在main方法中分別創(chuàng)建若干個Point對象和Circle對象,并調(diào)用相關方法,輸出方法的返回值,驗證其正確性。 (4) 將Point類、Circle類和主類的包名分別調(diào)整為p1、p2、p3,并重新運行,驗證是否運行正確。
標簽: Point
上傳時間: 2014-11-25
上傳用戶:cylnpy
(1) 編寫一個代表圓柱體的Cylinder類,該類是Circle類的子類。Cylinder類包括圓柱體的高度變量height以及計算圓柱體的體積方法volume()和計算表面積的方法surfaceArea()。 (2) 編寫測試Cylinder類的CylinderTest類,并在該類得main方法中調(diào)用Cylinder類的相關方法。 (3) 重寫Point和Circle類的equals()、toString()方法,并測試這些方法的正確性。
上傳時間: 2016-08-19
上傳用戶:moerwang
For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>
標簽: build project Before apache
上傳時間: 2016-08-20
上傳用戶:zhenyushaw
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox options.
上傳時間: 2016-08-24
上傳用戶:杜瑩12345
DLL注入,就把什么枚舉進程、查找窗口和進程特權(quán)設置那西東西省了。 附件中帶了一個testDll.dll,是我寫的一個測試DLL,因為一般的DLL注入進去了可能沒反應,所以在我寫了個DLL,在里面加了MessageBox,可以彈出來,這樣就知道DLL運行沒有。DLL是VC++寫的,因為我用的是VB迷你版,只能寫ActiveX DLL,而這種DLL不能用來注入(我寫了個,在main函數(shù)里寫了個MsgBox,啟動對象設為 Sub main,發(fā)現(xiàn)可以注入,但沒有MsgBox出現(xiàn)),如果誰要DLL源碼就回貼說,我發(fā)上來。
標簽: DLL
上傳時間: 2014-01-23
上傳用戶:guanliya
平臺PXA270, Mobile6.0 這是270的mobile6.0的bootloader,有需要的朋友可以參考下!main.c是主文件,nandfls.cpp,norfls.cpp是flash驅(qū)動!
標簽: bootloader 270 6.0 Mobile
上傳時間: 2014-11-27
上傳用戶:klin3139
量子遺傳算法MATLAB源代碼,內(nèi)含多個子文件,測試時運行main文件即可
上傳時間: 2014-12-22
上傳用戶:ecooo
pso程序的源代碼 pso程序的源代碼-粒子群優(yōu)化算法源程序 作者:FashionXu 一個pso程序的源代碼。在vc.net2003下面通過。 建議:看代碼之前,請先弄明白pso是怎么回事。然后請對應著來:程序中用Agent代表一只鳥,PSO代表鳥群。閱讀源代碼,不要順著看,先看main(),然后按照出現(xiàn)的東西的順序,一個一個得來,呵呵,純粹是建議。
上傳時間: 2013-12-14
上傳用戶:zhengjian
pso程序的源代碼 pso程序的源代碼-粒子群優(yōu)化算法源程序 作者:FashionXu 一個pso程序的源代碼。在vc.net2003下面通過。 建議:看代碼之前,請先弄明白pso是怎么回事。然后請對應著來:程序中用Agent代表一只鳥,PSO代表鳥群。閱讀源代碼,不要順著看,先看main(),然后按照出現(xiàn)的東西的順序,一個一個得來,呵呵,純粹是建議。
上傳時間: 2014-01-13
上傳用戶:liansi