Important alert: (current site time 7/15/2013 3:03:00 PM EDT)
 

Browse Category or Search Results.

Search Results: Page 4 of 13 found. Entries 31 - 40 of 121 found
Jump to page: 1 2 3 4 5 6 7 8 9 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  Enhanced ArrayList IteratorEnhanced ArrayList IteratorJava (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 enumerationsEnumSuper 'family' of type-safe enumerationsJava (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.1Expression Evaluating Calculator V1.1Java (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)) "
 
 
  FifoFifoJava (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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  File Allocation Table SimulatorFile Allocation Table SimulatorJava (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 arrayFind last element in an huge unsorted array which has some token at the end of the arrayJava (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 javaFraction digits in javaJava (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 GUIGraph ADT with GUIJava (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)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Graph ColouringGraph ColouringJava (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.
 
 
  HamiltonianCyclesHamiltonianCyclesJava (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.
 


Search Results: Page 4 of 13 found. Entries 31 - 40 of 121 found
Jump to page: 1 2 3 4 5 6 7 8 9 ...


Compatibility Filter Profile:

Java (JDK 1.1)
Java (JDK 1.2)
Java (JDK 1.3)
Java (JDK 1.4)
Java (JDK 1.5)