-
apriori
apriori.java
//---- apriori.java
//---- input file need:
//---- 1. config.txt
//---- four lines, each line a integer
//---- item number, transaction number , minsup
//---- 2. transa.txt
- 2010-01-12 20:42:14下载
- 积分:1
-
PLSQL
run sql script with java
- 2011-08-26 18:14:13下载
- 积分:1
-
Android2048GameLesson-master
说明: 2048游戏完整项目开发,安卓开发源码,写的游戏源码,调用安卓的api,项目完整可以测试(android Game test game complete project development, Android development source code, written game source code, call Android's API, the project integrity, you can test)
- 2017-09-12 09:49:36下载
- 积分:1
-
TREE_INT
Tree AVL
In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property. Lookup, insertion, and deletion all take O(log n) time in both the average and worst cases, where n is the number of nodes in the tree prior to the operation. Insertions and deletions may require the tree to be rebalanced by one or more tree rotations.
- 2014-12-05 02:27:12下载
- 积分:1
-
Hibernate-3.1.2-reference-guide
很经典的hibernate开发过程的参考手册,值得收藏(Hibernate 3.1.2 reference guide)
- 2011-07-30 16:52:40下载
- 积分:1
-
OA-user-check
web service 调用资料和源码。适用于用友OA系统的用户认证web service。(webservice interface example for oa user login
)
- 2012-01-01 00:08:48下载
- 积分:1
-
struts
这是一本非常不错的struts 书籍,里面内容丰富,案例清晰,简单易懂。(This is a very good book of Struts with rich content and the case is simple and easy for your undstanding)
- 2012-04-22 11:30:15下载
- 积分:1
-
404140-Code-from-the-book
Java 7 入门经典源码,Ivor Horton 著(Java 7 edition code)
- 2013-12-31 17:19:47下载
- 积分:1
-
java
修改实验7中定义的Rectangle类,使之拥有两个构造方法。其中一个是默认的,它使两点的坐标都为(0,0) 另一个带有4个参数,求出左上角和右下角点坐标为(2.1,3.2)、(5.2,6.3)的矩形的周长及面积,再利用带参数的构造方法创建Rectangle对象,求出左上角和右下角点坐标为(1,2)、(6.8,10.5)的矩形的周长及面积.(Modify the definition of experiment 7 Rectangle class, so that it has two constructors. One is the default, it makes two points of the coordinate of (0,0) the other with four parameters, find the upper left and lower right corner coordinates (2.1,3.2), (5.2,6.3) and perimeter and area of a rectangle, and then use a parameterized constructor method to create a Rectangle object, find the upper left and lower right corner coordinates (1,2), (6.8,10.5) rectangle of perimeter and area.)
- 2011-11-15 15:37:42下载
- 积分:1
-
javaInterance
java接口方面的,感兴趣的朋友可以下载下来看看(java interface, interested friends can download them to see)
- 2012-12-03 15:19:22下载
- 积分:1