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

Recursive software
Filter: All | Freeware | Demo
 

Recursive

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

Extensible object to XML converter This function generates XML for any Python object through recursive functions. It is easy to add specific handlers for your own object types for more complex output options. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Extensible object to XML converter Download

Added: May 10, 2013 | Visits: 400

rwhois.py This is a recursive whois module/client for python. It provides your typical whois lookup and the ability to parse records into usable objects. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): rwhois.py Download

Added: July 01, 2013 | Visits: 532

A Synchronized Mil-Std-188-110B Receiver This file set includes a top level unsychronized Tx / Rx model and a more detailed synchronized Rx model. The top level model Tx outptut has been tested with a third party reference mil-std-188-110 modem and found to generates compliant waveforms. A variable symbol rate Tx driving the... Platforms: Matlab

License: Freeware Size: 3.31 MB Download (53): A Synchronized Mil-Std-188-110B Receiver Download

Added: March 28, 2013 | Visits: 503

Fast Gaussian Filtering A recursive implementation of the Gaussian filter. This implementation yields an infinite impulse response filter that has 6 MADDs per dimension independent of the value of sigma in the Gaussian kernel.Recursive Gabor filtering for 1D and 2D signals. For more information please... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Fast Gaussian Filtering Download

Added: September 15, 2013 | Visits: 410

CreateMatrixFromModelData CreateMatrixFromModelDataMike AnthonyMark McBroomCopyright 2010 The MathWorks, Inc.This is a recursive function takes any of the following data objects commonly associated with data logging in Simulink: Simulink.ModelDataLogs Simulink.SubsysDataLogs Simulink.ScopeDataLogs Simulink.TsArray... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): CreateMatrixFromModelData Download

Added: March 22, 2013 | Visits: 554

Stochastic Search and Optimization Introduction to Stochastic Search and Optimization is an overview of the principles, algorithms, and practical aspects of stochastic optimization, including applications drawn from engineering, statistics, and computer science. The book may serve as either a reference book for researchers and... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (47): Stochastic Search and Optimization Download

Added: April 04, 2013 | Visits: 291

musysid Mu-Tools based Multivariable System IdentificationThe Musysid folder contains some useful tools for :- black box MIMO system identification- state space system fitting from a given frequency response- converting frequency response data between the MU-TOOLS Toolbox and the SYSTEM IDENTIFICATION... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): musysid Download

Added: May 02, 2013 | Visits: 291

HyperSubFunHelp HYPERSUBFUNHELP displays help of a file with expandable recursive subfunctions help HYPERSUBFUNHELP(MFILE) displays the help of MFILE with expandable help for each nested/sub functions that are preceeded by a line of comment containing the key expression '% Display Help' A set of links is... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): HyperSubFunHelp Download

Added: May 17, 2013 | Visits: 412

Print data to HTML-code This function writes data in a structured way so that it can be viewed in a html-browser. It can also be imported by word, excel and other programs so that it can be used easily elsewhere.To use it :print2html(s,nrecurs,f)s data (structure, cells, other MATLAB data)nrecurs : recursive display of... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (42): Print data to HTML-code Download

Added: July 04, 2013 | Visits: 459

Line Simplification dpsimplify uses the recursive Douglas-Peucker line simplification algorithm to reduce the number of vertices in a polyline according to a specified tolerance. The algorithm is also know as Iterative Endpoint Fit algorithm. dpsimplify can handle polylines and polygones in 2d and higher... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Line Simplification Download

Added: May 18, 2013 | Visits: 282

A Recursive method to learn Bayesian network Now written completely by m file, no need for compilation. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (48): A Recursive method to learn Bayesian network Download

Added: March 27, 2013 | Visits: 203

mydepfun extended [filelist, callers] = mydepfun(fn,recursive=false)filelist = cell array of all called functions, with full filepath includedcallers = cell array of all calling functions for each respective function in filelist Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): mydepfun extended Download

Added: April 20, 2013 | Visits: 218

NSTRUCT2CELL C = NSTRUCT2CELL(S)Recursive function that converts a nested struct S with a total of n sub-fields into a nx2 cell array C.The first column of C lists the full names of the sub-fields and the second column contains the respective content.In order to display long field names set format to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): NSTRUCT2CELL Download

Added: September 04, 2013 | Visits: 304

Noise tracking algorithm for single-microphone speech signals Contains m-files to train and implement the MMSE noise tracking algorithm described in:J.S. Erkelens and R. Heusdens, "Tracking of nonstationary noise based on data-driven recursive noise power estimation", IEEE Trans. Audio, Speech & Lang. Proc., Vol. 16, No. 6, pp. 1112-1123, August 2008.See... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 583.68 KB Download (47): Noise tracking algorithm for single-microphone speech signals Download

Added: August 15, 2013 | Visits: 317

Recursive HYPOT Function for Multiple Inputs Extension of the built-in MATLAB function hypot for multiple inputs.MATLAB provides a function called hypot to calculate sqrt(abs(A).^2 + abs(B).^2) in a robust way to avoid underflow and overflow (see http://www.mathworks.com/help/techdoc/ref/hypot.html and http://en.wikipedia.org/wiki/Hypot).... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Recursive HYPOT Function for Multiple Inputs Download

Added: July 28, 2013 | Visits: 489

Suri's Sudoku Solver (SSS) This function is a sudoku puzzle solver that uses a recursive algorithm described below. Step 1. Take a standard sudoku puzzle in matrix form with all the blank spots filled with zeros. For example, you could type puzzle=[7 0 0 5 8 3 0 0 6; 0 0 6 0 0 1 4 0 5; 0 5 2 0 0 6 0 8 3; 3 0 0 2 0 0 9 5 8;... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Suri's Sudoku Solver (SSS) Download

Added: April 24, 2013 | Visits: 233

Recursive tesselation This is the basic algorithm for building Bayer's dither array but does so with unlimited size such that:H=rcrsvtslltn(N)produces an NxN Bayer's dither array. Code requires N to be an even number. If it is odd, then N is incremented by 1 to make it an even number. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Recursive tesselation Download

Added: March 24, 2013 | Visits: 389

FPDI FPDI is designed to import existing PDF documents into FPDF. It is a collection of PHP PDF scripts to faciliate developers to read pages from exsiting PDF documents and use them as templates in FPDF. FPDI is an OpenSource PHP PDF project.Advantages of FPDI:- data of templates are included in a... Platforms: PHP

License: Freeware Size: 20.48 KB Download (42): FPDI Download

Added: September 07, 2013 | Visits: 504

ZooP Framework Zoop is a recursive acronym which stands for Zoop Object Oriented PHP Framework, which is created to be fast, efficient, modular and extensible. The recent proliferation of PHP MVC Frameworks were predated in this framework, it not only supports but also encourages separation of display, logic... Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 2.69 MB Download (44): ZooP Framework Download

Added: March 27, 2013 | Visits: 397

URLiSt for Scripts URLiSt will generate a list of full URLs to every object on your website.This is useful if you want a list of all your URLs to submit to search engines, or if you want to build a "Site Map" page. It's a dirty hack so it might not work on your system.You must set the $docroot variable, then upload... Platforms: PHP

License: Freeware Size: 10 KB Download (40): URLiSt for Scripts Download

< 1 2 3 4 5