虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

main

  • 邮件发送组件 环境的搭建: 1、新建一个Web工程 2、在工程的src下新建一个包smart.jrsoft.email 3、将Source下的类拷贝到新建的包smart.jrsoft

    邮件发送组件 环境的搭建: 1、新建一个Web工程 2、在工程的src下新建一个包smart.jrsoft.email 3、将Source下的类拷贝到新建的包smart.jrsoft.email里面 4、运行类SendEmail.java里的main方法 运行注意事项: 1、注意包名的大小写情况。 2、SendEmail这个类在页面调用没调试成功。

    标签: jrsoft smart Source email

    上传时间: 2013-12-16

    上传用户:阳光少年2016

  • (1) 实现一个Point类

    (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法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) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。

    标签: Point

    上传时间: 2014-11-25

    上传用户:cylnpy

  • (1) 编写一个代表圆柱体的Cylinder类

    (1) 编写一个代表圆柱体的Cylinder类,该类是Circle类的子类。Cylinder类包括圆柱体的高度变量height以及计算圆柱体的体积方法volume()和计算表面积的方法surfaceArea()。 (2) 编写测试Cylinder类的CylinderTest类,并在该类得main方法中调用Cylinder类的相关方法。 (3) 重写Point和Circle类的equals()、toString()方法,并测试这些方法的正确性。

    标签: Cylinder 编写

    上传时间: 2016-08-19

    上传用户:moerwang

  • For build this project you can use ant (www.apache.org). Before build project rename file build.pro

    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 s

    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.

    标签: GUI The ui_start invoked

    上传时间: 2016-08-24

    上传用户:杜莹12345

  • DLL注入

    DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在main函数里写了个MsgBox,启动对象设为 Sub main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。

    标签: DLL

    上传时间: 2014-01-23

    上传用户:guanliya

  • 平台PXA270, Mobile6.0 这是270的mobile6.0的bootloader

    平台PXA270, Mobile6.0 这是270的mobile6.0的bootloader,有需要的朋友可以参考下!main.c是主文件,nandfls.cpp,norfls.cpp是flash驱动!

    标签: bootloader 270 6.0 Mobile

    上传时间: 2014-11-27

    上传用户:klin3139

  • 量子遗传算法MATLAB源代码

    量子遗传算法MATLAB源代码,内含多个子文件,测试时运行main文件即可

    标签: MATLAB 量子 算法 源代码

    上传时间: 2014-12-22

    上传用户:ecooo

  • pso程序的源代码 pso程序的源代码-粒子群优化算法源程序 作者:FashionXu 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前

    pso程序的源代码 pso程序的源代码-粒子群优化算法源程序 作者:FashionXu 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。

    标签: pso FashionXu 2003 程序

    上传时间: 2013-12-14

    上传用户:zhengjian

  • pso程序的源代码 pso程序的源代码-粒子群优化算法源程序 作者:FashionXu 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前

    pso程序的源代码 pso程序的源代码-粒子群优化算法源程序 作者:FashionXu 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。

    标签: pso FashionXu 2003 程序

    上传时间: 2014-01-13

    上传用户:liansi