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

Functions For Iterators software
Filter: All | Freeware | Demo
 

Functions For Iterators

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

Iterator Utilities This script includes a collection of small utility functions for iterators (all functions can also be used with normal sequences). Among other things, the module provides generator ("lazy") versions of the built-in sequence-manipulation functions. The generators can be combined to produce a more... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Iterator Utilities Download

Added: October 13, 2013 | Visits: 501

Memcached Functions for MySQL Memcached Functions for MySQL project is a set of MySQL UDFs (user defined functions) to work with memcached using libmemcached. With these functions you get, set, append, prepend and delete objects in memcached. Combine these functions with MySQL triggers and you can manage your memcached cache.... Platforms: *nix

License: Freeware Size: 337.92 KB Download (42): Memcached Functions for MySQL Download

Added: May 11, 2013 | Visits: 506

Example: Using Nested Functions for Timers This is a simple example of how nested functions can simplify the writing of callback functions for writing continuously-running applications. Callback functions are used by timer objects and the various objects in the Test & Measurement Toolboxes (Data Acquisition Toolbox, Instrument Control... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Example: Using Nested Functions for Timers Download

Added: May 06, 2013 | Visits: 728

poptasticDB database access functions for Scripts The poptasticDB database access functions are a set of PHP functions libraries designed to provide cross platform database support for PHP applications from a common programmers interface.They are free open source software released under the GNU Lesser General Public Licence.Current platforms... Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): poptasticDB database access functions for Scripts Download

Added: May 02, 2013 | Visits: 535

Functions for the rectangular assignment problem With this package, I provide some MATLAB-functions regarding the rectangular assignment problem. This problem appears for example in tracking applications, where one has M existing tracks and N new measurements. For each possible assignment, a cost or distance is computed. All cost values form a... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (50): Functions for the rectangular assignment problem Download

Released: May 01, 2004  |  Added: February 21, 2006 | Visits: 2.845

Business Functions Basic Edition Library of 100+ functions for Business Planning and Budgeting with MS-Excel. Platforms: Windows

License: Freeware Size: 4.88 MB Download (644): Business Functions Basic Edition Download

Added: September 17, 2010 | Visits: 859

Bio::NEXUS::Functions Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module. This package provides private functions that are not object-specific.. Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::Functions Download

Added: May 10, 2013 | Visits: 448

Property decorator for python Defining a property involves the definition of nested functions for one or more of fget,fset,fdel. The decorator probes the decorated function, captures its locals() just before it returns and looks for the names "fget", "fset" and "fdel". The found values, along with the function's docstring are... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Property decorator for python Download

Added: May 17, 2013 | Visits: 422

TwinCAT Scope View import for MATLAB Functions for the import of TwinCAT Scope View data into MATLAB. Two functions for the import of TwinCAT Scope View data into MATLAB and for reformating the data in order to be able to perform mathematical operations between different measurement channels, if necessary.See included documentation... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 174.08 KB Download (39): TwinCAT Scope View import for MATLAB Download

Added: August 23, 2008 | Visits: 868

WebCab Functions for Delphi Offers refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable. The interpolation procedures provided include Newton polynomials, Lagrange's formula, Burlisch-Stoer algorithm, Cubic... Platforms: Windows, Mac

License: Commercial Cost: $107.00 USD Size: 2.21 MB Download (105): WebCab Functions for Delphi Download

Added: August 21, 2008 | Visits: 915

WebCab Functions for .NET .NET API offering refined numerical procedures to either construct a function of one or two variables from a set of points (i.e. interpolate), or solve an equation of one variable. The interpolation procedures provided: Newton poly., Lagrange's formula, Burlisch-Stoer algorithm, Cubic... Platforms: Windows, Mac

License: Commercial Cost: $107.00 USD Size: 1.95 MB Download (104): WebCab Functions for .NET Download

Added: August 11, 2008 | Visits: 1.089

Add-in Express 2007 for .NET Visual toolkit to develop secure and isolated, version-neutral and feature-rich, deployable and updatable COM add-ins, smart tags, RTD servers and user-defined functions for Microsoft Office 20007 - 2000. Create application-specific plugins and shared extensions that work on all end-user... Platforms: Windows

License: Shareware Cost: $249.00 USD Size: 1.49 MB Download (92): Add-in Express 2007 for .NET Download

Released: September 08, 2014  |  Added: April 05, 2015 | Visits: 1.473

Basics for Visual Basic Basics for VB is a set of binary string and bit manipulation functions for VB5 / VB6. It contains the equivalent of DOS Basic's MKI$ CVI series for creating binary strings plus functions to check or set bits, to check or set bit fields and to check or set flags. There are also function to return... Platforms: Windows

License: Demo Cost: $19.99 USD Size: 1.28 MB Download (138): Basics for Visual Basic Download

Added: August 31, 2008 | Visits: 1.185

TOAD for DB2 UDB Toad« for DB2 UDB is a database development solution that provides productivity features/functions for rapidly creating and executing queries, facilitating database object management, developing SQL code, and accessing DB2 UDB expertise instantly.Developers have access to a community of users,... Platforms: Windows

License: Freeware Size: 28.66 MB Download (137): TOAD for DB2 UDB Download

Added: June 10, 2010 | Visits: 928

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): File::FilterFuncs Download

Added: February 13, 2010 | Visits: 898

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");... Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Apache::TestUtil Download

Released: September 01, 2012  |  Added: July 21, 2013 | Visits: 842

TRIANGULATION for IntelliCAD TRIANGULATION, ISOLINES, VOLUME, LOADING of XYZ points files, 3DINTERSECTION, cross sections and a longitudinal profile, color-filled contour map; 7 functions for IntelliCAD versions which can load SDS applications (dll). TRIANGULATION performs the triangulation of a set of 3D points with... Platforms: Windows

License: Shareware Cost: $36.00 USD Size: 587 KB Download (94): TRIANGULATION for IntelliCAD Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 410

MarkMyWords for Mac OS Offers easy format- and structurizing-functions for articles which will be published on the web and remains platform-independent by using plain text documents. Some highlights of the MarkMyWords feature-set: - Support of a variety of markup-languages - Live-preview of the content and possibility... Platforms: Mac

License: Freeware Size: 2.4 MB Download (424): MarkMyWords for Mac OS Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 431

OptiVec for Delphi 2005 OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields: 1. Vectorized form of arithmetic operators and math functions. 2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular... Platforms: Windows, Other

License: Shareware Cost: $249.00 USD Size: 4.66 MB Download (47): OptiVec for Delphi 2005 Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 416

OptiVec for Delphi 6 OptiVec contains more than 3500 hand-optimized, Assembler-written functions for all floating-point and integer data types from the following fields: 1. Vectorized form of arithmetic operators and math functions. 2. Matrix operations, e.g.: multiplication, inversion, LU decomposition, singular... Platforms: Windows, Other

License: Shareware Cost: $249.00 USD Size: 4.64 MB Download (48): OptiVec for Delphi 6 Download

1 2 3 4 5 >