-
eight-queens
经典的八皇后问题,有92种解,这里采用的是循环嵌套,不是最好的算法,但容易看懂(Eight queens chess problem)
- 2013-10-05 18:15:06下载
- 积分:1
-
公司自己开发的工作流引擎,值得参考,大家有时间可以
公司自己开发的工作流引擎,值得参考,大家有时间可以-The company developed its own workflow engine, it is also useful, everyone has time to
- 2022-03-06 08:38:47下载
- 积分:1
-
WorkReportServlet java
Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. It"s also integral to the intranet applications and other e-business solutions that are the foundation of corporate computing.
- 2022-09-19 20:00:03下载
- 积分:1
-
PlaneGame0.4
说明: 用JAVA编写的简单的飞机飞行类小游戏,躲避界面内的小球(Simple flight games written in Java to avoid small balls in the interface.)
- 2020-06-16 15:00:02下载
- 积分:1
-
JAVA 实现短信发送程序,调用短信发送网关
JAVA 实现短信发送程序,调用短信发送网关-java realiize message send program
- 2022-02-28 14:15:26下载
- 积分:1
-
java分页类
package xiaojiulong.common.tool;
import java.io.Serializable;
/**
*
* @author : 肖九龙(NineDragon)
* @createDate :2016年11月21日 上午10:58:35
* @description:【分页类】
*/
@SuppressWarnings("serial")
public class PageDto implements Serializable{
/**
*
*/
private static final int DEFAULT_PAGE = 1;
private static final int DEFAULT_PAGE_SIZE = 8;
private long total = -1;//总条数
private int page = DEFAULT_PAGE;//当前页
private int pageSize = DEFAULT_PAGE_SIZE;//每页数
private long totalPage;//总页数
public long getTotal() {
return total;
}
public void setTotal(long total) {
if(total
- 2023-04-13 21:30:03下载
- 积分:1
-
java即时通讯工具(JICQ)
java即时通讯工具(JICQ)-java instant messaging (JICQ)
- 2022-06-15 19:06:40下载
- 积分:1
-
java+servlet实践一个简单的顾客登记查看修改删除系统,只含有一个首页,其他页面是通过页面的请求自动产生。...
java+servlet实践一个简单的顾客登记查看修改删除系统,只含有一个首页,其他页面是通过页面的请求自动产生。-java+ servlet practice, a simple view of the customer change to delete the registration systems, containing only one home page, other pages are automatically generated by the request of the page.
- 2022-07-08 10:28:10下载
- 积分:1
-
各种各种的NPC脚本
说明: 冒险岛079私服 冒险岛JS 冒险岛服务端NPC脚本 JS文件 转生 VIP 满技能等商业脚本(Adventure Island 079 private service Adventure Island JS Adventure Island server NPC script JS file rebirth VIP full skills and other business scripts)
- 2020-07-04 09:40:01下载
- 积分:1
-
operating system, with several cpu java write the algorithm
操作系统中,cpu的几种用java写的算法-operating system, with several cpu java write the algorithm
- 2022-08-23 21:01:37下载
- 积分:1