-
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
-
shopping
一个简单的购物车程序,用eclipse编写,servlet实现,数据库用的是SQL2000,可实现用户管理、商品数量的增加、修改、删除等功能。(A simple shopping cart application, written with the eclipse, servlet implementation, the database is used SQL2000, enable users to manage, increase in the number of goods, modify, and delete functions.)
- 2011-06-08 10:55:08下载
- 积分:1
-
popupwindow-master
说明: 一个简单的用Android编写的弹出框程序,适合初学者(Android Programming, Android Initial Architecture, Android Developers Necessary)
- 2019-05-29 17:04:55下载
- 积分:1
-
DeviceListActivity
This Activity appears as a dialog.
- 2014-02-17 10:29:47下载
- 积分:1
-
JCHelloWorld
一个javacard2.2.2的helloworld applet.(a javacard2.2.2 the helloworld applet.)
- 2006-12-18 16:00:37下载
- 积分:1
-
javaforpattern
提供在java中实用正则表达式的一系列例子(Provides java regular expression in a series of practical examples)
- 2010-05-07 14:39:45下载
- 积分:1
-
Java-Interview-Collection
Java 面试宝典,讲解面试技巧,面试常见问题。(Java Interview Collection)
- 2012-03-05 17:50:37下载
- 积分:1
-
外挂
说明: 简单魔力辅助,适合单机魔力;各种私服,带防挂不行(Simple Magic Assist, Suitable for Single Machine Magic)
- 2019-08-08 12:18:24下载
- 积分:1
-
Think-In-Java-4-(chinese)
thinking in java 是一部经典的java书籍,无论是是对于初学者还是有一定开发经验的java程序员来说,他都是一不好说,称得上是一部经典。(thinking in java java books is a classic, whether for a beginner or have some experience in the development of java programmers, he is a hard to say, be regarded as a classic.)
- 2014-02-08 11:04:45下载
- 积分:1
-
EX3
说明: 使用Java RMI创建一个分布式议程共享服务。不同的用户可以使用这个共享议程服务执行查询、添加和删除会议的操作。服务器支持会议的登记和清除等功能;(Use Java RMI to create a distributed agenda sharing service. Different users can use this shared agenda service to query, add and delete meetings. The server supports conference registration and clearing;)
- 2020-01-05 14:37:36下载
- 积分:1