用JAVA编写的N后问题~可以自由设置皇后个数,目前设置皇后上限为13,更改程序中STRING字符串的大小后可计算更多皇后的问题,有图形化界面显示解的位置~界面很可爱好看的哦~
上传时间: 2014-12-21
上传用户:13160677563
此小程序用java实现了可以分割的背包问题,开发平台是Eclipse。其中主要是用贪心算法实现背包问题,在将物品进行排序时,没有使用经典的merge-sort算法,而是直接使用了java中Arrays类的sort的方法,但要自己定义类,实现接口Comparator。
上传时间: 2013-12-20
上传用户:kbnswdifs
实现了SHA1加密算法,只需要sha1.js和SHA1.java 开发环境:JDK1.5,Eclipse,Tomcat5.5.17
上传时间: 2014-06-22
上传用户:epson850
基于Java的DICOM影像查看分析软件, 包含DICOM dictionary字典, tag 分析,抽取等模块.
上传时间: 2016-04-24
上传用户:semi1981
java程序开发,基于eclipse开发环境,书中包含不少经典程序以供参考
上传时间: 2014-01-20
上传用户:stvnash
IBM® Rational® Application Developer V6.0 is the full function Eclipse 3.0 based development platform for developing Java™ 2 Platform Standard Edition (J2SE) and Java 2 Platform Enterprise Edition (J2EE) applications with a focus on applications to be deployed to IBM WebSphere® Application Server and IBM WebSphere Portal. Rational Application Developer provides integrated development tools for all development roles, including Web developers, Java developers, business analysts, architects, and enterprise programmers. This IBM Redbook is a programming guide that highlights the features and tooling included with IBM Rational Application Developer V6.0. Many of the chapters provide working examples that demonstrate how to use the tooling to develop applications as well as achieve the benefits of visual and rapid Web development.
标签: Application development Developer reg
上传时间: 2013-12-16
上传用户:米卡
1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot"; 5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下; 6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
上传时间: 2013-12-21
上传用户:huannan88
基于Eclipse RCP模型下的文档管理程序源代码,采用java编写,类似于Windows资源管理器,其中的搜索功能还没能完全实现。
上传时间: 2013-12-22
上传用户:zhengzg
JAVA自动打包成JAR环境插件,Eclipse插件,放在插件包里,可自动运行,功能强大,打包完可自动运行
上传时间: 2013-11-27
上传用户:songyue1991
Velocity 是一个基于 Java 的通用模板工具,来自于 jakarta.apache.org 。 Apache 开发的目的是替代 JSP/Struts。 JSP 是 Sun 开发的 Web 应用程序开发技术,与 PHP, ASP 具有类似功能。但是 JSP 存在着很多问题,使得它难以推广, 请参照 The Problems with JSP by Jason Hunter
上传时间: 2016-05-31
上传用户:haohaoxuexi