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

Mystery Method software
Filter: All | Freeware | Demo
 

Mystery Method

< 1 2 3 4 5 
Added: April 19, 2013 | Visits: 417

Total Least Squares Method We present a Matlab toolbox which can solve basic problems related to the Total Least Squares (TLS) method in the modeling. By illustrative examples we show how to use the TLS method for solution of:- linear regression model- nonlinear regression model- fitting data in 3D space- identification of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Total Least Squares Method Download

Added: May 14, 2013 | Visits: 491

Monte Carlo method for estimating plane figure area To calculate an area S(A) of a figure A, bounded by a Jordan curve (which in our case is constructed by a cubic splineapproximation) the Monte Carlo method is applied Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Monte Carlo method for estimating plane figure area Download

Added: August 30, 2013 | Visits: 297

The polynomial regression method This code implements the 1D polynomial regression method. It uses the least square method for the finding of regression polynomial coefficents. Outputs of the script are polynomial regression coefficients, residuals, the sum of squared errors, the determination index and the graphical comparison... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): The polynomial regression method Download

Added: May 17, 2013 | Visits: 664

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

Added: April 27, 2013 | Visits: 347

1st order ODE's numerical solution with EULER method %%%%%%%%%%%%%%%%%% EULER_modified_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Euler modified approximation method to solve IVP ODEs% f defines the function f(t,y)% t0 defines initial value of t% y0 defines initial value of y Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 1st order ODE's numerical solution with EULER method Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 508

Mystery Forest [AD] "Mystery Forest" is an Animated Desktop Wallpaper by EleFun Multimedia. Do you enjoy your desktop having beautiful wallpaper? Just have a look at the Animated Desktop Wallpaper "Mystery Forest". This is a legendary product of the EleFun Multimedia Company. The product headed the line of Animated... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 4.27 MB Download (46): Mystery Forest [AD] Download

Added: April 08, 2013 | Visits: 416

Composite Simpsons method for numeric integration COMPOSITE SIMPSON's method for numerical calculations and analysis exercises of Numeric Integration. f function is given in terms of a symbolic variable x and as aninline function. E.g., inline('x^2+2*x-2'). Also, if the function f is trigonometric function, the 4th argument can be entered... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (46): Composite Simpsons method for numeric integration Download

Added: May 13, 2013 | Visits: 161

METAMATERIAL 1D SIMULATION USING FDTD METHOD Metamaterial 1D simulation using FDTD method and its frequency response are presented on this codeMetamaterial is a double negative material where the effective permeability and permittivity are negative. So if we hit any Gaussian wave on the surface of DNG material then some part is reflected... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): METAMATERIAL 1D SIMULATION USING FDTD METHOD Download

Added: August 18, 2013 | Visits: 372

Shooting method with GUI The code implements the shooting method by means of the Runge-Kutta method of 4th order and the interval bisection method. There is the graphical interface too. When the differential equation is inserted in terms of the standard mathematical notation (no in MATLAB code), the programme create the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Shooting method with GUI Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 447

Jane Angel - Templar Mystery Jane Angel - Templar Mystery lost -30% of its price! One week sale! Best time to buy! *************************************************************** Jane Angel, an FBI agent and an art expert, is investigating the Holy Grail! Follo Platforms: Mac

License: Shareware Cost: $4.99 USD Size: 63.5 MB Download (45): Jane Angel - Templar Mystery Download

Circular Cross Correlation of the Columns of an Array - circ xcorr The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar... Platforms: Matlab


Efficient Conjugate Gradient Method for Symmetric Banded Matrix This code uses conjugate gradient method to solve the linear systemAx= b, where A is symmetric and banded. A is first stored in acompactstorage mode, using the function "compactstorage", and thenconjugate gradient method is applied to the compactly stored matrix.Input: A, initial guess x, vector... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Efficient Conjugate Gradient Method for Symmetric Banded Matrix Download

Direct Calculation Method of Symbolic Volterra Circuit Analysis This particular Direct Calculation Method is referenced from: J Hu "Radio Frequency Front-End Measurement and Modeling," Ph.D. dissertation, North Carolina State University, Raleigh NC, 2011. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (45): Direct Calculation Method of Symbolic Volterra Circuit Analysis Download

Helium ground atom state energy calculation using Hartree-Fock method In this program I will find He atom ground state energy using Hartree-Fock method. My program based on an algorithm which is written in Thijjsen's Computational Physics books chapter 4. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Helium ground atom state energy calculation using Hartree-Fock method Download

Added: May 08, 2013 | Visits: 266

Bartlett Spectral Estimation method This code illustrates Bartlett method for a simple signal (sum of three sinusoids). This code allows user to change to length of each pieces (sub sequence).For example in the code LS is the term which gives length of each piece. Here it is 30 and signal length is 65. So signal will be chopped... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Bartlett Spectral Estimation method Download

Added: July 24, 2013 | Visits: 440

Gauss Siedel Iterative Method This file implement Gauss Siedel Iterative Method on MATLABGauss Siedel Iterative Method is a technique of Numerical Computation of finding roots of Linear equations. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Gauss Siedel Iterative Method Download

Added: September 11, 2013 | Visits: 409

Ubercart ClickandBuy Payment Method This module provides an Ubercart payment method for the ClickandBuy payment system. It implements the ClickandBuy transaction and EMS APIs and provides a registration feature for new merchants which automatically configures the module. It requires the SOAP Client module to be installed.The module... Platforms: PHP

License: Freeware Size: 30.72 KB Download (45): Ubercart ClickandBuy Payment Method Download

Added: August 28, 2013 | Visits: 689

Easy Cash Method Viral Membership Script With a membership site, your customers sign up and pay a monthly fee to gain access to special, private, members only content. The content might be eBooks, scripts, articles, graphics, coaching audio or video whatever you want. Built in affiliate system Powerful newsletter panel Export user list... Platforms: *nix

License: Commercial Cost: $49.95 USD Size: 5.82 MB Download (45): Easy Cash Method Viral Membership Script Download

Controller Design and obtaining the Controller Function by rootlocuse method Designing a Controller and obtaining the Controller Function by rootlocuse method Platforms: Matlab


Formulation of Ybus by singular transformation method of an IEEE 14 bus system This programs explains the formulation of Ybus by singular transformation method of an IEEE 14 bus system Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Formulation of Ybus by singular transformation method of an IEEE 14 bus system Download

< 1 2 3 4 5