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 49.597.075 Times

Multiplication Methods software
Filter: All | Freeware | Demo
 

Multiplication Methods

< 1 2 3 4 5 > 
Added: January 02, 2010 | Visits: 917

ulxmlrpcpp ulxmlrpcpp is a library to call methods on a remote server. ulxmlrpcpps main goal is to be as easy to use as possible but be fully compliant. It is object oriented and written in C++. ulxmlrpcpp is a library to perform calls via XML-RPC in an object oriented approach implemented in C++. It is...



Platforms: *nix

License: Freeware Size: 542.72 KB Download (89): ulxmlrpcpp Download

Added: September 13, 2010 | Visits: 1.191

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): Math::Numbers Download

Added: June 16, 2010 | Visits: 927

DirHandle DirHandle is a Perl module created to supply object methods for directory handles. SYNOPSIS use DirHandle; $d = new DirHandle "."; if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; } The...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (90): DirHandle Download

Added: November 16, 2010 | Visits: 844

Class::IntrospectionMethods Class::IntrospectionMethods is a Perl module that creates methods with introspection. SYNOPSIS use Class::IntrospectionMethods qw/make_methods/; make_methods ( parent, global_catalog => { name => metacat, list => [ [qw/foo/] => f_cat, [qw/bar baz/] => b_cat, ], } new_with_init...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Class::IntrospectionMethods Download

Added: August 17, 2010 | Visits: 1.308

Audio::TagLib::MPEG::File Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got artist This implements the generic...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (117): Audio::TagLib::MPEG::File Download

Added: February 09, 2010 | Visits: 1.074

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): Math::Vec Download

Added: February 17, 2010 | Visits: 1.830

CAD::Drawing CAD::Drawing is a Perl module with methods to create, load, and save vector graphics. SYNOPSIS The primary intention of this module is to provide high-level operations for creating, loading, saving and manipulating vector graphics without having to be overly concerned about smile floormats....


Platforms: *nix

License: Freeware Size: 39.94 KB Download (222): CAD::Drawing Download

Added: October 24, 2010 | Visits: 1.609

CAD::Drawing::IO::Image CAD::Drawing::IO::Image is a Perl module with output methods for images. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "img" or $filename matches one of the ImageMagick type extensions. $fact =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): CAD::Drawing::IO::Image Download

Added: September 06, 2010 | Visits: 1.602

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: August 12, 2010 | Visits: 1.573

CAD::Drawing::Manipulate::Transform CAD::Drawing::Manipulate::Transform is a Perl module with Matrix methods for CAD::Drawing. Provides 3D transformation methods (based on traditional matrix algorithms) for Drawing.pm objects. Coordinate System All of these methods assume a RIGHT-HANDED coordinate system. If you are using a...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (121): CAD::Drawing::Manipulate::Transform Download

Added: August 04, 2010 | Visits: 1.576

CAD::Drawing::IO CAD::Drawing::IO are I/O methods for the CAD::Drawing module. This module provides the load() and save() functions for CAD::Drawing and provides a point of flow-control to deal with the inheritance and other trickiness of having multiple formats handled through a single module. Utility...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (183): CAD::Drawing::IO Download

Added: September 26, 2010 | Visits: 1.206

Getfem The Getfem++ project focuses on the development of a generic and efficient C++ library for finite element methods elementary computations. The goal is to provide a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (102): Getfem Download

Added: September 26, 2010 | Visits: 913

VRML::VRML2 VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard. SYNOPSIS use VRML::VRML2; $vrml = new VRML::VRML2; $vrml->browser(Cosmo Player 2.0,Netscape); $vrml->at(-15 0 20); $vrml->box(5 3 1,yellow); $vrml->back; $vrml->print; $vrml->save; OR with the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (236): VRML::VRML2 Download

Added: January 25, 2010 | Visits: 1.001

Ruby/Password Ruby/Password is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, random password generation, password strength checking, phonemic password generation (for easy memorisation by human-beings) and the...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (102): Ruby/Password Download

Added: November 14, 2010 | Visits: 492

InSilicoSpectro::InSilico::MSMSOutput InSilicoSpectro::InSilico::MSMSOutput is an object implementing common display/output methods for masses. ATTRIBUTES spectrum A reference to a hash such as computed by MassCalculator::getFragmentMasses or an object of class MSMSTheoSpectrum. expSpectrum A reference to an experimental...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (87): InSilicoSpectro::InSilico::MSMSOutput Download

Added: September 10, 2010 | Visits: 1.068

OpenOffice::OODoc::Image OpenOffice::OODoc::Image is a Perl module for image manipulation methods. The OpenOffice::OODoc::Image class is a derivative of OpenOffice::OODoc::XPath designed for the manipulation of graphics objects contained in documents. It mainly allows you to modify the size and position of an image and...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): OpenOffice::OODoc::Image Download

Added: July 24, 2010 | Visits: 830

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (86): Method::Declarative Download

Added: June 07, 2010 | Visits: 1.488

Schedule::Oncall Schedule::Oncall module contains methods for managing an on-call schedule. Schedule::Oncall provides methods to manipulate an on-call schedule. One or more tables of schedules can be maintained, loaded, and searched. An on-call table is composed of seven days, where each day has a list of...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (140): Schedule::Oncall Download

Added: March 15, 2010 | Visits: 920

NativeCall NativeCall is a Java toolkit that lets you call operating system methods from whithin Java without JNI code. The current version 0.4.0 supports structs, Strings, primitive types (ints and booleans), byte and char arrays and output parameters. NativeCall 0.4.0 implements some minor changes to...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): NativeCall Download

Added: July 05, 2010 | Visits: 1.345

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (108): Rose::DB::Object::Helpers Download

< 1 2 3 4 5 >