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

Sedona Method Workbook freeware
Filter: All | Freeware | Demo
 

Sedona Method Workbook

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

Fast copy of an object having a slow __init__ Special method __copy__ is the easiest way for an object to cooperate with the copy.copy function. This script allows you to bypass the object's __init__, even if it's slow, to get an 'empty' object of this class. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 378

Simplified attribute accessors using overloading This script presents an ideom for simplified accessors, that combines typical getter and setter functionality of an attribute into a single overloaded method, that instead of getATTRIBUTE and setATTRIBUTE can now just be called ATTRIBUTE. When called without arguments it acts as a getter and... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 213

InitReplacement InitReplacement script shows you how to replace an __init__ method in ascript sht;/p> Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): InitReplacement Download

Added: May 10, 2013 | Visits: 194

DoDefaultMixin This script is an alternative way to call superclass method code. Mix this class in to your classes, and you can now use the following form to call superclass methods: retval = cls.doDefault([args]) instead of the usual: retval = super(cls, self).methodName([args]) Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): DoDefaultMixin Download

Added: May 10, 2013 | Visits: 322

Observer pattern for method calls This script can be good to avoid some limitations of multiple inheritance, when in need to expand functionalities of superclasses in the hierarchy or controlling the classes cooperation. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Observer pattern for method calls Download

Added: May 10, 2013 | Visits: 711

Call a function/method X times per second This simple generator function is used to call a function X times per second. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Call a function/method X times per second Download

Added: May 10, 2013 | Visits: 521

A general solution of Eight Queens This script is a general method to figuren out all solutions of eight queens. Certainly, it can also solve any number of queens. Each solution is a list, and each value of the list represents the column number, at the same time the index of this value represents it's row number. For instance,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): A general solution of Eight Queens Download

Added: May 10, 2013 | Visits: 288

Overriding __new__ for attribute initialization Whenever a superclass implements a __init__ method to initialize its attributes, subclasses derived from it have to invoke the __init__ method of the superclass. This script is a different mechanism of initializing the attributes of a superclass with default values, achieved by overriding the... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: June 27, 2013 | Visits: 459

IDMOS IDMOS is a CMS (Content Management System) that fill all requirements in IDM Method. It provides dynamic front-end and administrative tools.Multilanguage, template-based, component-base, it is written in PHP and uses MySQL as DB. Platforms: PHP

License: Freeware Size: 1.44 MB Download (60): IDMOS Download

Added: August 03, 2013 | Visits: 473

Sudoku Easy/Medium Solver Script This is a small project aiming to prove a theory that grids can be solved using only the "possible value" method, whereby the numbers are filled in according the condition that that position has only one possible value, in filling this in, possible values matching this number on the same x and y... Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (43): Sudoku Easy/Medium Solver Script Download

Added: June 25, 2013 | Visits: 549

Mail::VRFY The method connects to SMTP servers and retrieves email account information.Email address syntax checking does not conform to RFC2822, however, it will work fine on normal email address' format. Platforms: CGI and Perl

License: Freeware Size: 10 KB Download (50): Mail::VRFY Download

Added: June 11, 2013 | Visits: 462

xmlParser for XML Tools Class w/examples to provide a method to easily extract data from XML files Platforms: Flash

License: Freeware Size: 10 KB Download (48): xmlParser for XML Tools Download

Added: September 04, 2013 | Visits: 469

Silence removal in speech signals This is a simple method for silence removal and segmentation of audio streams that contain speech. The method is based in two simple audio features (signal energy and spectral centroid). As long as the feature sequences are extracted, as thresholding approach is applied on those sequence, in... Platforms: Matlab

License: Freeware Size: 983.04 KB Download (42): Silence removal in speech signals Download

Added: May 26, 2013 | Visits: 419

Rader Autocorrelation This M-File calculates the autocorrelation of a random process by the method of Rader (mentioned e. g. in Karl Kammeyer, "DIGITALE SIGNALVERARBEITUNG : Filterung und Spektralanalyse"):Y=akfrader(X,[M])X: stationary random process (Vektor)Y: autocorrelation (Vector of length M)M: number for... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Rader Autocorrelation Download

Added: July 01, 2013 | Visits: 480

Berouti Spectral Subtraction Spectral Subtraction method proposed by berouti for enhancement of noisy speech signals. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Berouti Spectral Subtraction Download

A ODE system associated to PDE Electrical Propagation On Cable It is application of the method of operator A of PDE linked to problem of Rc-network electrical propagation on cable.I will publish results computing online mathworks. Platforms: Matlab


Blind detection of the number of sources with a predicted eigenvalue approach Let us assume the signal model:Y(k)=HX(k)+B(k)This script provides a method for the blind recognition of the number of sources (the size of X(k)). The noise must be spatially white and the number of receivers is assumed to be stricly greater than the number of sources. See reference [CHE91] Chen.... Platforms: Matlab


Added: July 28, 2013 | Visits: 356

Steady State RLS with Adaptive memory SSRLSWAM is a combination of SSRLS and stochastic gradient method .It exploits the concept of forgetting factor d?T¬ that may be required due to model uncertainty, presence of unknown external disturbances, time-varying nature of observed signal or Non-stationary behaviour of observation noise. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Steady State RLS with Adaptive memory Download

Added: September 11, 2013 | Visits: 327

MMSE log-STSA This is an implementation of Ephraim's MMSE log-STSA method 1985. The decision-directed method is used for tracking of a priori SNR tracking. Platforms: Matlab

License: Freeware Size: 10 KB Download (46): MMSE log-STSA Download

Added: May 17, 2013 | Visits: 617

Revised Simplex Method. This function is able to detect almost all types of properties/characteristics present in an LPP such as unbounded solution, alternate optima, degenaracy/cycling and infeasibilty. It only fails to work when there are redundant constraints present in the problem. However, it is rare and can be... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Revised Simplex Method. Download

< 1 2 3 4 5