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

Complex Number Class software
Filter: All | Freeware | Demo
 

Complex Number Class

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

Complex Boolean Regular Expression Class This class wraps up a complex boolean word expression, creating an internal regular expression, and provides methods that allows you to perform matches and searches on it.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (62): Complex Boolean Regular Expression Class Download

Added: April 03, 2013 | Visits: 543

MyPagination Class MyPagination is a PHP/MySQL Class easily allows you to break up large result sets from a database query, and present it to the viewers in a more manageable way, and restrict database results without having to create complex pagination code.MyPagination Class is a paginaton code for a new one :)





Platforms: PHP

License: Freeware Size: 174.08 KB Download (44): MyPagination Class Download

Added: April 11, 2010 | Visits: 1.173

DBIx::Class::Manual::Cookbook DBIx::Class::Manual::Cookbook is a Perl module that contains miscellaneous recipes. Paged results When you expect a large number of results, you can ask DBIx::Class for a paged resultset, which will fetch only a small number of records at a time: my $rs = $schema->resultset(Artist)->search(...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (95): DBIx::Class::Manual::Cookbook Download

Added: March 22, 2013 | Visits: 442

Cards class Script It is a class for a deck of cards that contains a class playingcard. It splits the deck at a rand spot the places a random number of cards - alternating between the halves in a new deck.It then will deal fropm the top of the deck.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (49): Cards class Script Download

Added: June 27, 2013 | Visits: 422

Generic Signal Class A signal object (an object of class "signal") is a set of data in an one dimensional array, combined with information about its sample rate, starting time and other useful infos. A number of methods makes it easy to generate and modify signals."signal" is used and tested for considerable time in...


Platforms: Matlab

License: Freeware Size: 81.92 KB Download (51): Generic Signal Class Download

Added: June 21, 2013 | Visits: 576

CMIF - Complex Mode Indicator Function CMIF - Complex Mode Indicator FunctionInputs:H - full complex H matrix (Frequency Response Function) including at least 2 reference points measurements:[number of frequency points x number of DOF x number of reference points]W - frequency vector [Hz]Reference:D.J. Ewins, "Modal Testing: Theory,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): CMIF - Complex Mode Indicator Function Download

Fitting complex analytic laws to data by means of Genetic Algorithms The script allows to easily fit predefined complex analytical laws exploiting the potentiality of Genetic Algorithms.The script receives as input the handle to the analytic laws to be fitted to data. Such law may depend on multiple variables and several parameters. This optimization approach may...


Platforms: Matlab


Added: August 25, 2013 | Visits: 587

True MySQL class True MySQL class can connect to a specified MySQL host, execute SQL queries and retrieve the results into arrays or objects.Key Features of True MySQL class:- Seek SQL query result sets- Get the number of affected rows and the identifier of the last record inserted by a query- Retrieve the names...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): True MySQL class Download

Added: June 15, 2013 | Visits: 520

Pagination class Pagination class takes as parameters the names of MySQL table, query fields, the first result row to display, the number of rows to display per page, and the base URL of the navigation link.HTML links that allow navigating forward and backward between listing pages, are generated.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Pagination class Download

Added: May 13, 2013 | Visits: 537

MySQL access class The query results can be retrieved into arrays with MySQL access class.Key Features of MySQL access class:- Connect to a given MySQL database server host- Execute SQL queries- Execute queries that return the number of rows that a given SQL query would return- List the database tables


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQL access class Download

Added: March 23, 2013 | Visits: 470

nbrecs class Nbrecs class can be used to extract and list MySQL database table information. It can query a given MySQL database to extract table status information.The script can generate an HTML table on which it displays the retrieved table status information like the table names, number of records, next...


Platforms: PHP

License: Freeware Size: 153.6 KB Download (43): nbrecs class Download

Added: April 13, 2013 | Visits: 644

DigiOz MySQL Database Class DigiOz MySQL Database Class is a simple MySQL database access wrapper class.DigiOz MySQL Database Class can establish MySQL database connections, execute SQL queries and return the results as single row arrays, as a multiple row bidimensional array, or the number of rows in the result set, and...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): DigiOz MySQL Database Class Download

Added: August 19, 2013 | Visits: 434

Class::AutoDB This class works closely with Class::AutoClass to provide almost transparent object persistence that can coexist with a human-engineered database. The auto-persistence mechanism provides hooks for connecting the two parts of the database together. Caveat: The current version only works with...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (37): Class::AutoDB Download

Added: May 02, 2006 | Visits: 3.005

ContactGenie - Message Class Modifier CG-MCM is a utility that enables the modification of message classes for existing Microsoft Outlook contacts. 1- User Selection message classes to modify 2- Ability to Delete/Move/Copy contacts with selected message classes 3- Verification that new message class name has been published...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 5.43 MB Download (606): ContactGenie - Message Class Modifier Download

Added: February 11, 2010 | Visits: 837

Class::ParmList Class::ParmList is a Perl module with methods for processing named parameter lists. SYNOPSIS use Class::ParmList qw(simple_parms parse_parms); $thingy->some_method({ -bgcolor => #ff0000, -textcolor => #000000 }); sub some_method { my ($self) = shift; my ($parm_ref) = @_; my $parms...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Class::ParmList Download

Added: November 06, 2010 | Visits: 1.360

Class.Jabber.PHP Class.Jabber.PHP provides a medium-level API to interact with the Jabber network. Class.Jabber.PHP is a class which you can use to connect to the Jabber network. It allows you to easily connect to a server and interact with it. It supports all packet types (message, iq, and presence), is very...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (144): Class.Jabber.PHP Download

Added: July 11, 2010 | Visits: 986

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Class::Std::Utils Download

Added: September 23, 2010 | Visits: 1.296

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: February 20, 2010 | Visits: 1.006

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: February 23, 2010 | Visits: 1.138

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

< 1 2 3 4 5 >