Accumulate 1.3



Publisher Description



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 -jar accumulate.jar


About Accumulate

Accumulate is a free software published in the Other list of programs, part of Development.

This program is available in English. It was last updated on 19 March, 2024. Accumulate is compatible with the following operating systems: Linux, Mac, Other, Unix, Windows.

The company that develops Accumulate is Canadian Mind Products. The latest version released by its developer is 1.3. This version was rated by 1 users of our site and has an average rating of 3.0.

The download we have available for Accumulate has a file size of . Just click the green Download button above to start the downloading process. The program is listed on our website since 2009-03-12 and was downloaded 220 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the Accumulate as malware if the download link is broken.

How to install Accumulate on your Windows device:

  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the Accumulate is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  3.0/5     1
Downloads: 220
Updated At: 2024-03-19
Publisher: Canadian Mind Products
Operating System: Linux, Mac, Other, Unix, Windows
License Type: Free