Software        
 
     Search Software    

Accumulate 1.2 - Used to accumulate values by category.

Used to accumulate values by category.

Accumulate



 

Accumulate: Used to accumulate values by category. It might be useful

for example in a billing program to accumulate hours by

various categories.



It could be used to count how many times various words

occurred in a document.



All you need is:



buckets.accumulate( "somecategory", someamount );



And Accumulate looks after creating the buckets to

accumulate new categories for you.



e.g.



Accumulate buckets = new Accumulate( 20 );

buckets.accumulate( "ugli fruit", 3 );

buckets.accumulate( "peaches", 10 );

buckets.accumulate( "strawberries", 15 );

buckets.accumulate( "peaches", 14 );

String[] categories = buckets.categories();



// prints:

// peaches:24

// strawberries:15

// ugli fruit:3

for (String category: categories )

{

System.out.println( category:

+ ":"

+ buckets.total( category ));

}



You can test the app with:



java.exe com.mindprod.accumulate.Accumulate

What is new in version 1.2:

add icon and pad file




 

Order:

For Free

Download: Download Accumulate 1.2 (0.5 Mb)
Download Count:0
Release Date:1969-12-31
Last Updated:1969-12-31
Manufacturer: Canadian Mind Products
Product Support: Accumulate WebSite
  
Language:English
Requirements:Java 1.2+
Install:No Install Support
Tags:

histogram 2 3 4 5      count 2 3 4      buckets  categories 2 3 4 5      accumulate 


 

Soft411: Software Download Archive and Directory

© 2003-2009 Soft411.com Directory.

Soft411.com periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.