Login
Accumulate 1.3
-
License:
Freeware
-
Latest Version:
1.3
-
Editors' Review:
Not yet reviewed
-
Updated:
Mar 12, 2009
- Publisher:
-
Platform:
Windows
- Category:
- Subcategory:
-
File size:
0.49 Mb
-
Downloads:
369
Accumulate Description
Accumulate - Used to accumulate values by category.
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
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
Accumulate 1.3 is licensed as Freeware for the Windows operating system / platform. Accumulate is provided as a free download for all software users (Freeware).
Accumulate User Reviews (0)
No reviews yet, be the first to add a review and we'll give you some extra points.
Accumulate Related Searches
Accumulate Download Notice
Accumulate is periodically updated by FileCluster but you may encounter situations when the software informations are slightly out-of-date, the producers of Accumulate can modify the product without notifying us. Accumulate 1.3 is currently the last updated version of the software. All rights for Accumulate are belong to the developer, Canadian Mind Products.
Any form of support or software problems regarding Accumulate will be addressd to its developers. Please be aware that we do NOT provide Accumulate cracks, serial numbers, registration codes or any forms of pirated software downloads.
Any form of support or software problems regarding Accumulate will be addressd to its developers. Please be aware that we do NOT provide Accumulate cracks, serial numbers, registration codes or any forms of pirated software downloads.
Accumulate Related Software


