-
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
-
java2007thinking
此书是经过编译了的html,讲解了有关java的编程思想,有助于提高程序员的编程能力.(book is a compiled by the html, explained the thinking of java programming, help to improve the programmer's programming capabilities.)
- 2007-03-11 12:20:02下载
- 积分:1
-
Algorithms-4th-Chinese
算法 第4版 谢路云翻译(Java描述)_完整版 超实用超经典(Algorithms 4th edition Jerrodd cloud translation (Java description) _ the full version of the classic super-ultra-practical)
- 2021-04-03 23:39:05下载
- 积分:1
-
spring-boot-activiti
Spring平台整合activiti工作流引擎实例(Spring Platform Integration Actiti Workflow Engine Example)
- 2020-06-19 10:00:02下载
- 积分:1
-
SoftBrowser
带进度条简易浏览器源码主要使用了安卓的WebView控件,另外还实现了网页加载进度条,可以实现浏览器内的前进后退。半透明菜单使用的popwindow弹出菜单,另外项目中还有一个背景更换的功能的实现代码,但是不知道什么原因在我手机上没有效果。项目不大,注释比较丰富。很适合新手学习安卓的WebView控件的使用。(Progress bar simple browser source code of the main use of Android WebView control, in addition to achieve a web page loading progress bar, you can achieve forward and backward within the browser. popwindow translucent menu using the pop-up menu, in addition to the project also has a background replacement function implementation code, but do not know why I m on the phone to no avail. The project is not big, rich annotation. It is suitable for beginners learning to use Android s WebView control.)
- 2016-05-30 15:09:45下载
- 积分:1
-
ThreadTest
说明: java 中的多线程程序实例,包括:线程的创建方式、线程的生命周期、线程的方法(启动、挂起、唤醒、优先级等)(The multi-threaded java program example)
- 2011-04-18 07:35:49下载
- 积分:1
-
shudentsushe
寝室信息管理系统,简单的界面,很实用,基于java的寝室管理系统,access(student sushe manage system studentsushe)
- 2014-06-08 14:16:22下载
- 积分:1
-
ppocasss
使用的依赖包都在压缩包的lib目录下,如果只是需要依赖包,可以直接使用()
- 2018-02-10 17:14:45下载
- 积分:1
-
kjvm
嵌入式JAVA虚拟机机制研究.pdf---论文(Embedded JAVA virtual machine mechanism. Pdf- thesis)
- 2008-03-04 20:46:35下载
- 积分:1
-
math-spectral-norm
The Great Computer Language Shootout for Java Script.
- 2014-02-10 14:20:22下载
- 积分:1