搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

Java编程 邮件发送组件 环境的搭建: 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这个类在页面调用没调试成功。 ...
https://www.eeworm.com/dl/633/334820.html
下载: 147
查看: 1028

Java编程 (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 ...
https://www.eeworm.com/dl/633/334958.html
下载: 99
查看: 1063

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

(1) 编写一个代表圆柱体的Cylinder类,该类是Circle类的子类。Cylinder类包括圆柱体的高度变量height以及计算圆柱体的体积方法volume()和计算表面积的方法surfaceArea()。 (2) 编写测试Cylinder类的CylinderTest类,并在该类得main方法中调用Cylinder类的相关方法。 (3) 重写Point和Circle类的equals()、toString()方 ...
https://www.eeworm.com/dl/633/334961.html
下载: 176
查看: 2168

Delphi控件源码 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 b ...
https://www.eeworm.com/dl/666/335421.html
下载: 118
查看: 1051

通讯编程文档 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 expli ...
https://www.eeworm.com/dl/646/337083.html
下载: 35
查看: 1072

文章/文档 DLL注入

DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注 ...
https://www.eeworm.com/dl/652/338184.html
下载: 120
查看: 1020

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

平台PXA270, Mobile6.0 这是270的mobile6.0的bootloader,有需要的朋友可以参考下!main.c是主文件,nandfls.cpp,norfls.cpp是flash驱动!
https://www.eeworm.com/dl/674/339550.html
下载: 56
查看: 1052

matlab例程 量子遗传算法MATLAB源代码

量子遗传算法MATLAB源代码,内含多个子文件,测试时运行main文件即可
https://www.eeworm.com/dl/665/340084.html
下载: 119
查看: 1065

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

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

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

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