| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
Enhanced ArrayList Iterator | Java (JDK 1.5) | Intermediate / sYkOtIc | 3846 since 7/26/2007 4:44:31 AM |
By 1 Users
|
| |
This is an 'Iterator' class with support for generics. It saves the programmer the hassle of throwing type casts on the .next() function and also resets itself automatically after each call to .remove(). I hope it brings convenience to you. =D |
| |
| |
| |
 |
EnumSuper 'family' of type-safe enumerations | Java (JDK 1.1), Java (JDK 1.2) | Advanced / Paraclete | 3335 since 1/1/2002 10:54:39 PM |
By 2 Users 2 Excellent Ratings
|
| |
Java is missing the type-safe "enum" capability of C++ and Pascal. This software implements a reasonable, practical approach for an application to declare/define a "family" of typesafe enums, such as Color, Gender, Progress, etc. |
| |
| |
| |
 |
Expression Evaluating Calculator V1.1 | Java (JDK 1.3), Java (JDK 1.4) | Intermediate / Kh. Mahmudul Alam | 3616 since 6/17/2004 7:04:43 PM | Unrated
|
| |
It evaluates the normal infix form expression
" ((101+2)*137)%3+(5*(6+7/2)) " |
| |
| |
| |
 |
Fifo | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / 01hiphop | 2846 since 1/3/2012 4:51:04 PM | Unrated
|
| |
Java code and first-in first-out (Fifo) (ScreenShot) |
| |
| |
| |
 |
File Allocation Table Simulator | Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Nico Yudhanto | 4035 since 6/11/2007 11:24:40 AM | Unrated
|
| |
This application is basically a simple simulation of 'how' the windows FAT32 works. How FAT32 organizes it's clusters, files, and directories and to simulate how does cluster fragmentation happen and how it can be resorted. This app has a basic DOS-like i ...(description truncated) |
| |
| |
| |
 |
Find last element in an huge unsorted array which has some token at the end of the array | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Amol Naik | 4305 since 5/6/2004 12:31:19 AM | Unrated
|
| |
This class can be used to do a search on an unsorted array in situations where the array has be initialised with a pre-defined value e.g. -1. This value will be searched in the array using exponential search. This search will be faster compared to other s ...(description truncated) |
| |
| |
| |
 |
Fraction digits in java | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Simon A Scott | 6443 since 3/7/2004 10:55:55 AM | Unrated
|
| |
Fraction.java is a simple class file that gets around the problem of setting the the number of decimal places in java for a float or double while maintaining the data type integrity. The class file can also be used to avoid floating point arithmetic inacc ...(description truncated) |
| |
| |
| |
 |
Graph ADT with GUI | Java (JDK 1.2) | Advanced / Jason Wyatt | 8549 since 6/4/2001 2:08:44 PM |
By 14 Users 10 Excellent Ratings
|
| |
Shows how the Graph ADT(Abstract data type) can be used in such situation like calculating the shortes route between airports or similar situations. (Please vote if you think its worth it) (ScreenShot) |
| |
| |
| |
 |
Graph Colouring | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Y. Jayarathina Madharasan | 6629 since 5/7/2009 8:58:29 AM | Unrated
|
| |
This program finds a way of coloring the vertices of a graph such that no two adjacent vertices share the same color. Also called graph colouring problem attempted using backtracking method. |
| |
| |
| |
 |
HamiltonianCycles | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Y. Jayarathina Madharasan | 3702 since 5/8/2009 9:00:02 AM | Unrated
|
| |
This program finds Hamiltonian cycles in a graph by Backtracking. |
| |