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

Method Detection Limit freeware
Filter: All | Freeware | Demo
 

Method Detection Limit

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

High-performance currying with instance method This script implements the instance method for performing currying. Instance method provides a way to perform currying such that the curried function runs much faster than one produced by closure. Currying is an important technique to build callables on the fly and is well covered in other...



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


Added: May 10, 2013 | Visits: 514

Decorator for main method Decorator for main method script shows how to do the same thing with a decorator that makes the code much cleaner.This allows option and argument parsing to be hidden from the main code in your program. The user simply passes an optional getopt string and the number of required arguments. Then...





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

License: Freeware Download (55): Decorator for main method Download

Added: May 10, 2013 | Visits: 781

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function.


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

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 445

Method signature checking decorators This script adds parameter type checking to each method or function invocation.It is not a replacement for static typing.


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

License: Freeware Download (51): Method signature checking decorators Download

Added: May 10, 2013 | Visits: 440

Right method names suggestion This script uses __getattr__ to modify the error messages given when a wrong class method is called. It shows the first five ranked most similar method names, followed by the first line of their docstrings (this is useful to see their parameters, if you use this convention in your sources), and...


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

License: Freeware Download (51): Right method names suggestion Download

Added: May 10, 2013 | Visits: 502

Class with default method handler This script is a class whose objects can handle undefined method calls, passing them on to a default handler.


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

License: Freeware Download (51): Class with default method handler Download

Added: May 10, 2013 | Visits: 461

Method call when exit "with" statement This script provides a context manager that allows the user to specify a method on the passed-in object to be called when the 'with' statement is exited. This is a generalization of contextlib.closing.


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

License: Freeware Download (52): Method call when exit "with" statement Download

Added: May 10, 2013 | Visits: 530

Mime Type Detection Utility It currently supports detection for java.io.InputStream, java.io.File, java.net.URL and byte arrays.MimeDetector provides algorithms for detecting MIME types using various sources.Each MimeDetector is designed to use a single algorithm that detects the MIME type(s) from a file's name (using...


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

License: Freeware Download (59): Mime Type Detection Utility Download

Added: June 30, 2013 | Visits: 626

Limit Characters and Words Entered This script allows you to limit the number of words or characters entered into a form. It is easily customizable.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (53): Limit Characters and Words Entered Download

New Block library Simulink called Detection Frequency Value It is a new block library simulink called Detection of Frequency of periodic signal.


Platforms: Matlab

License: Freeware Size: 10 KB Download (38): New Block library Simulink called Detection Frequency Value Download

Added: September 10, 2013 | Visits: 650

golden section method algorithm Golden section method - searching for minimum of the function on given interval files:golden.m - main algorithm, computing minimum on intervalf.m - given function - file to modify by the user!


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): golden section method algorithm Download

Added: August 28, 2013 | Visits: 531

Circle Fit (Kasa method) This is the fastest (though not most accurate) method of fitting a circlle to data points on a plane (given by their xy-coordinates). It returns the circle center (a,b) and radius R. It was proposed by I. Kasa in article "A curve fitting procedure and its error analysis", IEEE Trans. Inst. Meas.,...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Circle Fit (Kasa method) Download

Added: March 26, 2013 | Visits: 823

NUMERICAL INTEGRATION WITH MONTE CARLO METHOD ON FPGA BOARD Numerical integration with Monte Carlo method (on FPGA chip).Requirements:- Matlab/Simulink- Diamond IDE (3L)- FPGA Xilinx VIrtex II (SMT8036E) http://www.sundance.com/web/files/static.asp?pagename=uni_offer_1)- Visual Studio (Optional)- Xilinx System Generator (Recommended)- Xilinx ISE...


Platforms: Matlab

License: Freeware Size: 20.57 MB Download (50): NUMERICAL INTEGRATION WITH MONTE CARLO METHOD ON FPGA BOARD Download

Added: August 24, 2013 | Visits: 546

Quadratic programming by Wolf's method This script is capable of solving a convex quadratic programming problem by Wolf's method. For the convergence of the algorithm it is necessary that either Hessian of the objective function be positive definite or positive semidefinite Hessian with linear term zero. For theory of Wolf method and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Quadratic programming by Wolf's method Download

Added: May 17, 2013 | Visits: 658

Finite Differences Beam Propagation Method in 3-D This set of simulations make use of the Alternating Direction Implicit method for solving the parabolic wave equation that arises in FD BPM.The zip file includes the following programs:FDBPM3D_free_space.m - Animation and video of the 3D propagation.FDBPM3D_free_space_slice.m - It shows slices of...


Platforms: Matlab

License: Freeware Size: 92.16 KB Download (47): Finite Differences Beam Propagation Method in 3-D Download

Mackey-Glass Time Series Forecasting using Method 2 Single Stage Fuzzy Forecaster Mackey-Glass Time Series Forecasting using Wang-Mendel Method


Platforms: Matlab


Controller Design and obtaining the Controller Function by rootlocuse method Designing a Controller and obtaining the Controller Function by rootlocuse method


Platforms: Matlab


Added: April 16, 2013 | Visits: 417

Limit Order Book Simulation This difference here is this is pure limit order driven, i.e. 'Market Order' is considered as limit order with limit price higher or lower than current market price, in fact you can consider 'Market Order' as limit order with 'inf' limit price, and the priority of all market order is...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Limit Order Book Simulation Download

Added: July 23, 2013 | Visits: 505

Query Limit Query Limit takes as parameters an array with values of the total number of rows in the result set, the number of rows to display per page and the current page to be displayed.A string with the SQL LIMIT clause, which should be used to specify the range of rows, that are to be retrieved, is...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Query Limit Download

Added: July 25, 2013 | Visits: 671

FuZZY - AUP Infraction Detection (AUPID) FuZZY - AUP Infraction Detection (AUPID), a network analyzer designed be an Acceptable Use Policy Infraction Detector (AUPID).It allows Administrators to monitor a user's activies over the network.


Platforms: PHP

License: Freeware Size: 92.16 KB Download (44): FuZZY - AUP Infraction Detection (AUPID) Download

< 1 2 3 4 5 >