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.011.614 Times

Multiplication Methods software
Filter: All | Freeware | Demo
 

Multiplication Methods

< 1 2 3 4 5 > 
Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...



Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: April 26, 2010 | Visits: 769

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: February 19, 2010 | Visits: 734

XML::SAX2Perl XML::SAX2Perl is a Perl module to translate Perl SAX methods to Java/CORBA style methods. SYNOPSIS use XML::Perl2SAX; $perl2sax = XML::Perl2SAX(handler => $java_style_handler); XML::Perl2SAX is a SAX filter that translates Perl style SAX methods to Java/CORBA style method calls. This...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (93): XML::SAX2Perl Download

Added: April 23, 2010 | Visits: 910

multpsx multpsx is a project used to generate long multiplication worksheets in PostScript. It also generates a self-checking answer key. Usage: echo "123 456" | multpsx | lpr up to 6 multiplication problems can be specified on stdin. The output sheet is intended to have the sides fold back. (The...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): multpsx Download

Added: August 24, 2010 | Visits: 912

Textbender Textbender project is a toolkit for collaborative authoring based on structures and methods derived from nature. Structures include a genetic code, populations, and a gene pool. A text is encoded with genetic markup and then distributed out to writers to form a population of copies and a gene...


Platforms: *nix

License: Freeware Size: 7.1 MB Download (92): Textbender Download

Added: September 15, 2010 | Visits: 1.674

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (99): Class::Method::hash Download

Added: May 09, 2010 | Visits: 824

B::More B::More Perl module contains additional introspection methods and functions. Adds stuff I needed in B and wasnt there. Feel free to email me with suggestions for other methods I can add. B::SV METHODS svref Inverse of B::svref_2object. B::PVMG METHODS magic Returns a string...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): B::More Download

Added: April 10, 2010 | Visits: 799

Nift Nift is graphical front-end for footprinting tools and methods already freely avaliable. Its purpose is to aid system administrators in securing their websites by allowing them to quickly check their network.. Get Nift at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): Nift Download

Added: January 07, 2010 | Visits: 716

XML::LibXML::Enhanced XML::LibXML::Enhanced is a Perl module that adds convenience methods to XML::LibXML and LibXSLT. SYNOPSIS use XML::LibXML::Enhanced; my $xml = XML::LibXML::Singleton->instance; my $xsl = XML::LibXSLT::Singleton->instance; my $doc = $xml->parse_xml_string(" "); my $root =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (88): XML::LibXML::Enhanced Download

Added: May 21, 2010 | Visits: 1.041

CodeSugar Eclipse Plugin CodeSugar Eclipse Plugin is an Eclipse plugin that can generate methods such as equals(), clone(), toString(), and hashCode() for Java classes. Whats New in This Release: - This release includes many feature enhancements in generated code, as well as UI refinements like enabling actions in...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (105): CodeSugar Eclipse Plugin Download

Added: January 18, 2010 | Visits: 2.219

Math::Group::Thompson Math::Group::Thompson Perl module contains OO methods that calculates the cardinality of the ball of radius n of Thompson group F. SYNOPSIS use Math::Group::Thompson; my $F = Math::Group::Thompson->new( VERBOSE => 0 ); my $card = $F->cardBn(3,); print "#B(3) = $cardn"; The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Math::Group::Thompson Download

Added: March 18, 2010 | Visits: 1.091

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (96): SVG::DOM Download

Added: September 04, 2010 | Visits: 547

ImplicitThis ImplicitThis is a syntactical sugar for OO methods. SYNOPSIS use ImplicitThis; ImplicitThis::imply(); sub new { my $type = shift; my %args = @_; # must be blessed hash object bless { foo => $args{foo}, bar => $args{bar}, }, $type; } sub my_accessor { # $this is read for us. $bar...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): ImplicitThis Download

Added: August 21, 2010 | Visits: 1.242

MIDI::Opus MIDI::Opus are functions and methods for MIDI opuses. SYNOPSIS use MIDI; # uses MIDI::Opus et al foreach $one (@ARGV) { my $opus = MIDI::Opus->new({ from_file => $one, no_parse => 1 }); print "$one has ", scalar( $opus->tracks ) " tracksn"; } exit; MIDI::Opus provides a constructor and...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (163): MIDI::Opus Download

Added: February 27, 2010 | Visits: 604

CompBio::DB CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema. SYNOPSIS use CompBio::DB; my $cbdb = CompBio::DB->new({host => "foo.bar.edu"); my $AR_defs = $cbdb->get_annotation([keys %seqs]); Example code for parsing the return for a simple...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (87): CompBio::DB Download

Added: April 13, 2010 | Visits: 1.044

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Application::Pipeline Download

Added: June 08, 2010 | Visits: 888

Timestamp::Simple Timestamp::Simple is a Perl module with simple methods for timestamping. SYNOPSIS use Timestamp::Simple qw(stamp); print stamp, "n"; This module provides a simple method for returning a stamp to mark when an event occurs. METHODS stamp() This method returns a timestamp in the form...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): Timestamp::Simple Download

Added: February 20, 2010 | Visits: 965

Pod::WSDL::Doc Pod::WSDL::Doc is a Perl module that represents the WSDL pod for the documentation of methods (internal use only). SYNOPSIS use Pod::WSDL::Doc; my $doc = new Pod::WSDL::Doc(_DOC This method is for blah ...); This module is used internally by Pod::WSDL. It is unlikely that you have to...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Pod::WSDL::Doc Download

Added: November 11, 2010 | Visits: 1.005

WordNet::Similarity::PathFinder WordNet::Similarity::PathFinder is a Perl module to implement path finding methods (by node counting) for WordNet::Similarity measures of semantic relatedness. SYNOPSIS use WordNet::QueryData; my $wn = WordNet::QueryData->new; use WordNet::Similarity::PathFinder; my $obj =...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (92): WordNet::Similarity::PathFinder Download

Released: May 01, 2011  |  Added: May 14, 2011 | Visits: 1.069

SuanShu Java numerical methods, Java numerical analysis, Java math, Java statistical library, Java statistics, numerical recipes, numerical methods, numerical analysis, math, mathematics, statistics, root finding, linear algebra, optimization. The features include are: * differentiation and...


Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Shareware Cost: $2000.00 USD Size: 4.4 MB Download (118): SuanShu Download

< 1 2 3 4 5 >