Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.984 Times

Sets Of Integers freeware
Filter: All | Freeware | Demo
 

Sets Of Integers

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 424

All k-subsets from an n-set This script yields each subset of size k from a super set of size n. There are two methods. The first operates on sets of integers of the form range(n). The seconds operates on arbitrary sets or lists. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): All k-subsets from an n-set Download

Added: January 03, 2010 | Visits: 1.462

Bit::Vector Bit::Vector is an efficient bit vector, set of integers and "big int" math library. CLASS METHODS Version $version = Bit::Vector->Version(); Word_Bits $bits = Bit::Vector->Word_Bits(); # bits in a machine word Long_Bits $bits = Bit::Vector->Long_Bits(); # bits in an unsigned long... Platforms: *nix

License: Freeware Size: 133.12 KB Download (103): Bit::Vector Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 949

Colors Builder Program "Colors Builder" is intended for creation of harmonious color circuits for web-site and formation of sets of palettes for web-design. Opportunities of a choice of primary colour from a palette of colors are included in the program: using Windows dialogue, from scale of the colors... Platforms: Windows

License: Freeware Size: 184.32 KB Download (409): Colors Builder Download

Added: August 11, 2013 | Visits: 499

intersect sets Intersection of two sets of positive integers (works much faster than built-in intersect) Platforms: Matlab

License: Freeware Size: 10 KB Download (42): intersect sets Download

Added: August 23, 2013 | Visits: 435

setdiff Set difference of two sets of positive integers (much faster than built-in setdiff) which is great if you have to call it million times in a loop. Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): setdiff Download

Added: May 05, 2010 | Visits: 1.174

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: October 14, 2010 | Visits: 1.024

Set::Infinite Set::Infinite Perl module contains sets of intervals. SYNOPSIS use Set::Infinite; $set = Set::Infinite->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite Download

Added: October 17, 2010 | Visits: 2.117

Set::Infinite::Basic Set::Infinite::Basic is a Perl module with sets of intervals. SYNOPSIS use Set::Infinite::Basic; $set = Set::Infinite::Basic->new(1,2); # [1..2] print $set->union(5,6); # [1..2],[5..6] Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and... Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Set::Infinite::Basic Download

Added: May 10, 2013 | Visits: 536

Intersection and union of varied form tuples/lists This script implements two methods to return the intersection/union of sets of data, where the form of the data is not a limiting factor. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Performing Pareto set membership tester for sets of points in K-dimensions isParetoSetMember returns the logical Pareto membership of a set of N points in K dimensions. It takes as input a N-by-N matrix and return a N-binary-array, denoting for each of the N points, whether it is Pareto (1) o not (0).The concept of Pareto dominance considered herein is the standard... Platforms: Matlab


Added: May 06, 2013 | Visits: 403

Nested Sets DB Tree Nested Sets DB Tree can be used to manipulate nested sets of database table records that form an hierarchical tree.Features of Nested Sets DB Tree:- It provides means to initialize the record tree, insert record nodes in specific tree positions, retrieve node and parent records, change position... Platforms: PHP

License: Freeware Size: 51.2 KB Download (41): Nested Sets DB Tree Download

Added: July 09, 2010 | Visits: 1.344

as_propsheet as_propsheet can be used to create Web based user interfaces for configuring sets of properties. The project can compose and generate HTML forms with fields that appear split between multiple pages. The form pages may be browsed using a tabbed or wizard-like user interface. The form may be... Platforms: *nix

License: Freeware Download (90): as_propsheet Download

Added: January 02, 2010 | Visits: 723

Data::FormValidator::Constraints Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile. SYNOPSIS use Data::FormValidator::Constraints qw(:all); In an Data::FormValidator profile: constraint_methods => { email => email(), fax => american_phone(), phone => american_phone(),... Platforms: *nix

License: Freeware Size: 88.06 KB Download (95): Data::FormValidator::Constraints Download

Added: August 13, 2010 | Visits: 929

Data::Page Data::Page is a Perl module that helps when paging through sets of results. SYNOPSIS use Data::Page; my $page = Data::Page->new(); $page->total_entries($total_entries); $page->entries_per_page($entries_per_page); $page->current_page($current_page); print " First page: ",... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Data::Page Download

Added: November 06, 2010 | Visits: 1.334

Ghost Diagrams Ghost Diagrams is a project that takes sets of tiles and tries to find patterns into which they may be formed. The patterns it finds when given randomly chosen tiles are often surprising. It turns out that tiling patterns are a form of computation of equal power to Turing machines, lambda... Platforms: *nix

License: Freeware Size: 33.79 KB Download (106): Ghost Diagrams Download

Added: August 23, 2010 | Visits: 798

Ctcompare Ctcompares project purpose is to allow you to compare several sets of C code trees on a token basis, rather than on a line by line basis. The programs help to identify similarities between snippets of code in both trees. Whats New in This Release: - The comparison method has been completely... Platforms: *nix

License: Freeware Size: 35.84 KB Download (90): Ctcompare Download

Added: July 05, 2010 | Visits: 878

MPCA MPCA is a comprehensive suite of tools for doing discrete principal components analysis on data sets of size 100Mb or more. Scaling is done using sparse vectors, multi-threading, memory mapping, and other POSIX tricks. Reports, file dumping utilities and other utilities are included. The... Platforms: *nix

License: Freeware Size: 2.8 MB Download (115): MPCA Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 786

Métamorphose2 File and Folder Renamer Métamorphose is a batch renamer, a program to rename large sets of files and folders quickly and easily. With its extensive feature set, flexibility and powerful interface, Métamorphose is a profesional's tool. A must-have for those that need to rename many files and/or folders on a regular... Platforms: Windows

License: Freeware Size: 5.75 MB Download (61): Métamorphose2 File and Folder Renamer Download

Released: November 14, 2007  |  Added: November 19, 2007 | Visits: 10.927

Calendar Builder Calendar Builder will allow you to build the calendars you want to your specific custom needs! customize your calendar with your own photographs, layout, use calendar packs (prebuilt sets of calendars), plus much more! Platforms: Windows

License: Freeware Size: 2.39 MB Download (2953): Calendar Builder Download

Added: August 13, 2008 | Visits: 2.150

Cat Folders 12 sets of Windows folders featuring cats plus 2 sets with cats paw prints. Cute cats, character cats, silhouette cats and some cat photos decorate these cute icon sets. Platforms: Windows

License: Freeware Size: 8 KB Download (141): Cat Folders Download

1 2 3 4 5 >